Compare commits

..

No commits in common. "main" and "main" have entirely different histories.
main ... main

View File

@ -4,31 +4,22 @@
Use this code as a basis and let the laser points be with you. Use this code as a basis and let the laser points be with you.
## **Crash course** **Crash course**
#### 1. Clone the project
```rust
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 $ git clone https://git.interhacker.space/protonphoton/lj_templates_rust && cd lj_templates_rust
```rust
cp copyme.settings.toml settings.toml && $EDITOR settings.toml
```
##### 3. Edit the draw.rs to create your custom behavior # Create a settings file, see the content for more details including redis server url
```rust $ cp copyme.settings.toml settings.toml && $EDITOR settings.toml
$EDITOR src/draw.rs
```
##### 4. Run the projet # Run the projet
```rust $ cargo run
cargo run
```
```
## Associate projects ## Associate projects
**The LJ rust tracer projet and the nannou visualiser might be of help to simulate your project.** **The LJ rust tracer projet and the nannou visualiser might be of help to simulate your project.**
Todo: make a full tutorial for that Todo: make a full tutorial for that