nw-engine

Crates.ionw-engine
lib.rsnw-engine
version
sourcesrc
created_at2025-01-20 11:14:32.800565
updated_at2025-01-31 16:51:02.440357
descriptionA simple game engine for the NumWorks graphing calculator
homepage
repository
max_upload_size
id1523802
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`
size0
Sietse (Sietse2202)

documentation

README

nw-engine

A game engine to make making games for the NumWorks calculator easy.

Features

  • Uses ECS for ergonomics
  • Includes a library to graph to the calculator*

Examples

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.

Notes

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)

Commit count: 0

cargo fmt