A simple calculator created using the bevy game engine.
This was forked from its original source on github: https://github.com/PravinKumar95/simple-calc Modifications were made to:
- upgrade it to use bevy v0.18.0
- some code cleanup
Otherwise, the original functional behavior remains the same.
Caution
This is not feature complete.
Checkout the wasm build hosted on this repo's GitHub Pages site: https://2bndy5.github.io/simple-calc/
Or build it from source code:
-
Clone this repo:
git clone https://github.com/2bndy5/simple-calc
-
Navigate to the locally cloned repo:
cd simple-calc -
Run the project binary (main.rs):
cargo run