Abritrary list of resources for working on StagToolkit.
- Setting Up
- rust book
- godot-rust book
- Dieter Rams 10 Principles for Good Design
- Cross-Compiling Rust for Windows
- glam for 3D linear algebra
- tri_mesh
- meshopt Mesh optimization library
- plexus for 3D geometry
- plexus mesh graphs guide
- stopwatch2
Needed packages: scons strip
Install...
- LLVM-MinGW for compilation
- Python + pip module
- ...and Python SCons:
$ python -m pip install scons
(may need--user
flag if missing privileges, ensure the executable is added to the path - OpenSSL for encryption (comes with your
git
install)