All Projects → yankouskia → gameplate

yankouskia / gameplate

Licence: MIT license
🎮 Boilerplate for creating game with WebGL & Redux 🎲

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to gameplate

Eslint Config Auto
Automatically configure ESLint based on project dependencies
Stars: ✭ 302 (+674.36%)
Mutual labels:  eslint, lodash
eslint-plugin-lodash-template
ESLint plugin for John Resig-style micro template, Lodash's template, Underscore's template and EJS.
Stars: ✭ 15 (-61.54%)
Mutual labels:  eslint, lodash
Awesome Vue Cli3 Example
🦅 Awesome example for rapid Vue.js development using vue-cli3 .
Stars: ✭ 160 (+310.26%)
Mutual labels:  eslint, lodash
eslint-config-adjunct
A reasonable collection of plugins to use alongside your main esLint configuration
Stars: ✭ 39 (+0%)
Mutual labels:  eslint, lodash
Eslint Plugin Lodash
ESLint rules for lodash
Stars: ✭ 208 (+433.33%)
Mutual labels:  eslint, lodash
pixi-game
A library makes Pixi.js using easily.
Stars: ✭ 22 (-43.59%)
Mutual labels:  pixijs
mern-boilerplate
React + Express + Webpack + Mongo = MERN Stack Boilerplate
Stars: ✭ 39 (+0%)
Mutual labels:  eslint
pixi-webpack-demo
make pixi.js game with webpack and es6+
Stars: ✭ 33 (-15.38%)
Mutual labels:  pixijs
live2d-viewer-web
Web implementation of Live2D Viewer.
Stars: ✭ 42 (+7.69%)
Mutual labels:  pixijs
bradgarropy.com
🏠 my home on the web
Stars: ✭ 58 (+48.72%)
Mutual labels:  eslint
svelte-eslint-parser
Svelte parser for ESLint
Stars: ✭ 30 (-23.08%)
Mutual labels:  eslint
frontend-tutorial
🎨 一个后端程序员的前端技术总结
Stars: ✭ 122 (+212.82%)
Mutual labels:  eslint
detect-gpu
Classifies GPUs based on their 3D rendering benchmark score allowing the developer to provide sensible default settings for graphically intensive applications.
Stars: ✭ 749 (+1820.51%)
Mutual labels:  pixijs
vue-antdesign-admin-template
Ant Design Pro Vue Template
Stars: ✭ 127 (+225.64%)
Mutual labels:  eslint
php-lodash
php-lodash is a PHP utility library, similar to Underscore/Lodash.
Stars: ✭ 35 (-10.26%)
Mutual labels:  lodash
action-eslint-fix
GitHub Action to run `eslint` with `--fix` option and commit fixes
Stars: ✭ 20 (-48.72%)
Mutual labels:  eslint
anim8js
The ultimate animation library for javascript - animate everything!
Stars: ✭ 33 (-15.38%)
Mutual labels:  pixijs
eslinter
Manual JavaScript Linting is a Bug
Stars: ✭ 47 (+20.51%)
Mutual labels:  eslint
html-eslint
ESLint plugin for linting HTML
Stars: ✭ 72 (+84.62%)
Mutual labels:  eslint
youmightnotneed
🤯 A collection of `You might not need ${something}` resources
Stars: ✭ 131 (+235.9%)
Mutual labels:  lodash

gameplate

Boilerplate for creating simple game using WebGL

Prepare

git clone https://github.com/yankouskia/gameplate.git
cd gameplate
npm install

For using Redux Dev Tools install Extension

Start

npm run dev

And go to http://localhost:3000

More details about used technologies

Recommended Atom plugins

  • atom-ternjs JavaScript code intelligence for atom with tern.js and autocomplete-plus
  • editorconfig Helps developers maintain consistent coding styles between different editors
  • highlight-selected Highlights the current word selected when double clicking
  • linter A Base Linter with Cow Powers
  • linter-eslint ESLint plugin for Atom Linter
  • language-babel Babel JavaScript ES201x, React JSX & Flow Grammar & Transpiler
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].