Reviving an old childhood memory, where I implemented a fire in
mov ax,13h; int 10h graphics mode (320x200 at 8 bit indexed colors).
A fun way to attempt learning Rust!
https://www.rust-lang.org/tools/install
- sdl2
- sdl2-gfx
On Ubuntu, you can install the libraries with:
sudo apt install -y libsdl2-dev libsdl2-gfx-devOn Fedora, install the libraries with:
sudo dnf install -y SDL2-devel SDL2_gfx-develcargo run --releaseYou may resize the window.
Keys:
Alt-Enter: Toggle maximized windowEsc: Exit
