https://github.com/kevinw/web2d
An experimental WebGL 2D engine written in CoffeeScript.
https://github.com/kevinw/web2d
Last synced: about 1 month ago
JSON representation
An experimental WebGL 2D engine written in CoffeeScript.
- Host: GitHub
- URL: https://github.com/kevinw/web2d
- Owner: kevinw
- Created: 2011-04-06T20:22:00.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2011-07-30T22:00:15.000Z (almost 14 years ago)
- Last Synced: 2025-02-16T08:44:04.085Z (3 months ago)
- Language: CoffeeScript
- Homepage: http://symbolsystem.com/web2d
- Size: 270 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Web2D
=====An experimental 2D engine for WebGL written in [CoffeeScript][cs].
This code owes much to the lessons on the [Learning WebGL][lwgl] blog.
[cs]: http://jashkenas.github.com/coffee-script/
[lwgl]: http://learningwebgl.com