https://github.com/jexp/rusticles
Little Rust Exercises for myself
https://github.com/jexp/rusticles
Last synced: over 1 year ago
JSON representation
Little Rust Exercises for myself
- Host: GitHub
- URL: https://github.com/jexp/rusticles
- Owner: jexp
- License: mit
- Created: 2022-04-10T19:21:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-08-22T08:07:30.000Z (almost 4 years ago)
- Last Synced: 2025-02-10T08:31:09.948Z (over 1 year ago)
- Language: Rust
- Size: 127 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# rusticles
Little Rust Exercises for myself
* [x] hello world
* [ ] count bytes in a file
* [ ] transform file content
* [ ] read a bmp
* [x] draw a circle on the screen
* [x] particle system
* [ ] small commandline calculator
* [ ] network requests (HTTP/REST)
* [ ] minimal netcat clone (output from port, write stdin to port)
* [x] game of life (functional-text-output)
* [ ] game of life (2d-drawing)
* [ ] game of life array based (2d-drawing)
* [ ] graph layout using [gdl crate](https://docs.rs/gdl/0.2.6/gdl/graph/index.html)
* [ ] graph layout using [graph crate](https://docs.rs/graph/0.2.0/graph/)