Crates.io | nw-engine |
lib.rs | nw-engine |
version | |
source | src |
created_at | 2025-01-20 11:14:32.800565 |
updated_at | 2025-01-31 16:51:02.440357 |
description | A simple game engine for the NumWorks graphing calculator |
homepage | |
repository | |
max_upload_size | |
id | 1523802 |
Cargo.toml error: | TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
A game engine to make making games for the NumWorks calculator easy.
I don't have any examples at the moment, but I am working on a game right now. If you have a game/example you think fits here you can contact me.
Please note that there are hard limits on the number of entities, components and systems, this is due to hardware limitations on the calculator. Also make sure to stay heapless, the heapless crate is a great library.
*(Special thanks to Tatone26 for their public stuff)