A skeleton app for developing Rust laser generators
Go to file
alban a30ef2555f fix: better README 2024-01-27 15:57:50 +01:00
src init: set your eyes 2023-07-24 23:32:18 +02:00
.gitignore init: set your eyes 2023-07-24 23:32:18 +02:00
Cargo.toml init: set your eyes 2023-07-24 23:32:18 +02:00
README.md fix: better README 2024-01-27 15:57:50 +01:00
copyme.settings.toml init: set your eyes 2023-07-24 23:32:18 +02:00

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

1. Clone the project

git clone https://git.interhacker.space/protonphoton/lj_templates_rust && cd lj_templates_rust
2. Create a settings file, see the content for more details including redis server url
cp copyme.settings.toml settings.toml && $EDITOR settings.toml
3. Edit the draw.rs to create your custom behavior
$EDITOR src/draw.rs
4. 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