RealSuperRyn

Results 5 issues of RealSuperRyn

If you set the green particle # to 50 and the red one to 1000, there will be 1000 green particles and 50 red ones.

It would be amazing for productivity in Twin if the terminals inside it had mouse support. You could use Midnight Commander as if it were a GUI file manager in...

question
limitation

![image](https://user-images.githubusercontent.com/112213321/215957171-17459fbf-b71c-408f-9c46-88327ab32846.png) The jar used should be particle-life-app.jar, not particle-life.jar. This change should make altruios' PKGBUILD work.

In embedded systems development, there's usually a small maximum binary size. (e.g. 8KiB). The size of core::fmt when compiled into the executable is too big for this. Take a freestanding,...

I'm building a text editor (using rust_minifb fyi, I just figured it'd be better to suggest things here), and I have to have an enormous match statement that ignores locale...