@@ -118,6 +118,35 @@ _Discussions: [/r/rust_gamedev](https://www.reddit.com/r/rust_gamedev/comments/x
118
118
[ cybergate-yt ] : https://youtube.com/channel/UClrsOso3Xk2vBWqcsHC3Z4Q
119
119
[ cybergate-dis ] : https://discord.gg/R7DkHqw7zJ
120
120
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
+
121
150
## Engine Updates
122
151
123
152
### [ miniquad]
0 commit comments