Skip to content

Commit 154a160

Browse files
N37: Rusty Aquarium (#1143)
Co-authored-by: Joe Clay <[email protected]>
1 parent f8830ba commit 154a160

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

content/news/037/index.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,35 @@ _Discussions: [/r/rust_gamedev](https://www.reddit.com/r/rust_gamedev/comments/x
118118
[cybergate-yt]: https://youtube.com/channel/UClrsOso3Xk2vBWqcsHC3Z4Q
119119
[cybergate-dis]: https://discord.gg/R7DkHqw7zJ
120120

121+
### [Rusty Aquarium]
122+
123+
![Rusty Aquarium visualization](rustyaquarium.gif)
124+
_Visualize data as a fish tank with Rusty Aquarium_
125+
126+
[Rusty Aquarium] by [@ollej] is a data visualization tool as a virtual fish
127+
tank written in Rust and Macroquad. Different data points control how many
128+
fishes are shown, how they move, how fast they swim, and which size they are.
129+
It can be used to monitor data in a visual way, while those uninitiated only
130+
see a serene fish tank.
131+
132+
Since Macroquad is cross-platform, Rusty Aquarium is available for Windows,
133+
Mac, Linux as well as for browsers using WebAssembly.
134+
135+
The aquarium can be controlled in various different ways:
136+
137+
- System monitoring binary to show CPU usage, disk usage and processes.
138+
- Integrate with Google Sheets to control fishes.
139+
- Back it with an URL that generates a JSON file.
140+
141+
This month, a blog post with the [story behind Rusty Aquarium][RustyAquariumStory]
142+
was published on the [Agical] blog. The code was restructured and the packaged
143+
files now contain binaries for input data generation.
144+
145+
[Rusty Aquarium]: https://github.com/ollej/rusty-aquarium
146+
[@ollej]: https://twitter.com/ollej
147+
[RustyAquariumStory]: https://blog.agical.se/en/posts/the-story-behind-rusty-aquarium/
148+
[Agical]: https://blog.agical.se/en/
149+
121150
## Engine Updates
122151

123152
### [miniquad]

content/news/037/rustyaquarium.gif

2.43 MB
Loading

0 commit comments

Comments
 (0)