Skip to content

2bndy5/simple-calc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

simple-calc

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.

image of simple calculator

Try it out

Checkout the wasm build hosted on this repo's GitHub Pages site: https://2bndy5.github.io/simple-calc/

Or build it from source code:

  1. Clone this repo:

    git clone https://github.com/2bndy5/simple-calc
  2. Navigate to the locally cloned repo:

    cd simple-calc
  3. Run the project binary (main.rs):

    cargo run

About

A simple calculator created with the bevy game engine.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Contributors

Languages

  • Rust 83.0%
  • JavaScript 13.8%
  • HTML 3.2%