A template with some tools to start creating your own rust Numworks app.
Create a new repo using this template.
More convenient but requires
npm
You need to have npm install with the nwlink package.
Just run cargo run with your calculator connected and that's it !
Doesn't require
npmbut can't create app icon
Run cargo build, it will generate an app in target/thumbv7em-none-eabihf/debug/.
You can install it here.
- Rewrite functions documentation, clean up code.
- Finish full trigonometric functions approximations, and improve existing ones (Taylor ?).
- Write a complete panic handler.
- Finish the
Colorstruct implementations ineadk.rs. - Add a way to compile the app into a .nwa file, to share it.
Feel free to report issues or ask for new features.
Good luck !