gamelight
A set of simple modules for writing a JavaScript 2D game.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Failing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
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 | ✓ | ✓ | ✓ | - | - | - | ✓ | ✓ | - | - |
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