A skeleton app for developing Rust laser generators
src | ||
.gitignore | ||
Cargo.toml | ||
copyme.settings.toml | ||
README.md |
LJ Template for Rust
This project is a basic program for building rust programs compatible with the protonphoton LJ project.
Use this code as a basis and let the laser points be with you.
Crash course
$ git clone https://git.interhacker.space/protonphoton/lj_templates_rust && cd lj_templates_rust
# Create a settings file, see the content for more details including redis server url
$ cp copyme.settings.toml settings.toml && $EDITOR settings.toml
# Run the projet
$ cargo run
Associate projects
The LJ rust tracer projet and the nannou visualiser might be of help to simulate your project.
Todo: make a full tutorial for that