Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jlongster/game-engine-studies
Implementing various game engines in javascript
https://github.com/jlongster/game-engine-studies
Last synced: about 1 month ago
JSON representation
Implementing various game engines in javascript
- Host: GitHub
- URL: https://github.com/jlongster/game-engine-studies
- Owner: jlongster
- Created: 2012-10-02T21:13:10.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2012-10-02T21:28:19.000Z (about 12 years ago)
- Last Synced: 2024-08-29T18:38:02.016Z (4 months ago)
- Language: JavaScript
- Size: 250 KB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Javascript already has several well-established game engines, but
gaming in the browser is still in an early phase. As javascript gets
new features, browsers get faster, and new APIs are created, there is
a lot of research to be done in this area.Please don't actually this for anything practical. A lot of the code
here will depend on newer Javascript features that might only be
available in one browser.Each folder contains a game engine with an experimental architecture,
usually driven by one single new API or language feature.