toybox 0.1.2

A toybox for learning Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# toybox

A toybox for learning Rust

## toys in this box

This box includes but is not limited to the following toys.

### Particle

A particle with a position, velocity, and acceleration.
It may experience forces and behave accordingly.

### Perlin

A 2-dimensional Perlin noise generator.