gamelight
A set of simple modules for writing a JavaScript 2D game.
Summary
| Latest Version | 0.1.0 |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-08-31 07:15 |
Tags
Authors
- Dominik Picheta
Installation
nimble install gamelight
choosenim install gamelight
git clone https://github.com/dom96/gamelight
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| gamelight | ✓ | ✓ | ✓ | - | - | - | ✓ | ✓ | - | - |
Dependencies
| Package | Version | Optional |
|---|---|---|
| nim >= | 0.16.0 | No |
| sdl2 | - | No |
| chroma >= | 0.1.0 | No |
| typography >= | 0.2.4 | No |
| flippy >= | 0.4.0 | No |
Source
| Repository | https://github.com/dom96/gamelight |
|---|---|
| Homepage | https://github.com/dom96/gamelight |
| Registry Source | nimble_official |
README
GameLight
This package implements a set of modules for drawing 2D graphics on a HTML5 canvas and offers some primitive 2D collision detection.
This has been pulled from another project so it is currently a little rough around the edges. But hopefully with time it will be polished.
Installation
nimble install gamelight