-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(v0.0.1): document particle system example usage
- Loading branch information
Showing
7 changed files
with
45 additions
and
2 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "particlez" | ||
version = "0.1.0" | ||
version = "0.0.1" | ||
edition = "2021" | ||
|
||
[dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
# particlez | ||
|
||
A toy particle system written in Rust with `crossterm`, maybe useful for TUI applications. | ||
|
||
## Examples | ||
|
||
#### Fall to Floor | ||
|
||
``` | ||
cargo run --example fall_to_floor | ||
``` | ||
|
||
![Fall to Floor](docs/fall_to_floor.gif) | ||
|
||
#### Rainfall | ||
|
||
``` | ||
cargo run --example rainfall | ||
``` | ||
|
||
![Rainfall](docs/rainfall.gif) | ||
|
||
#### Bugs Crawl | ||
|
||
``` | ||
cargo run --example bugs_crawl | ||
``` | ||
|
||
![Bugs Crawl](docs/bugs_crawl.gif) | ||
|
||
#### Spaceflight | ||
|
||
``` | ||
cargo run --example spaceflight | ||
``` | ||
|
||
![Spaceflight](docs/spaceflight.gif) | ||
|
||
## Changelog | ||
|
||
| Date | Version | Description | | ||
| ---------- | ------- | ------------------------------------ | | ||
| 2024-07-08 | 0.0.1 | Supports minimal animation examples. | |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.