https://github.com/timdaub/rs-random-walk
Performs a random walk on a 2D plane and outputs a .png representation.
https://github.com/timdaub/rs-random-walk
Last synced: about 1 year ago
JSON representation
Performs a random walk on a 2D plane and outputs a .png representation.
- Host: GitHub
- URL: https://github.com/timdaub/rs-random-walk
- Owner: TimDaub
- Created: 2022-12-13T10:19:51.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-13T10:20:06.000Z (over 3 years ago)
- Last Synced: 2025-02-02T06:24:13.291Z (about 1 year ago)
- Language: Rust
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# rs-random-walk
> Performs a random walk on a 2D plane and outputs a `.png` representation.
## Output
## Context
With my last project, [neume-network](https://github.com/neume-network) I built
a large project purely in node.js and enjoyed myself using it as a system
engineering language. But I also noticed its short-comings and in general, I
felt I wanted to be closer to the metal. So as an attempt of getting there,
rs-random-walk is a first attempt at nearing.
## License
MIT