User interface library for Rust using SDL2
Just click on the gitpod badge. Opened environment will be ready to work.
Clone and run. The build script (build.rs) will copy necessary libraries to the root dir of the cloned repository.
Install necessary SDL2 libraries:
sudo apt-get update -y
sudo apt-get install -y libsdl2-dev
sudo apt-get install -y libsdl2-ttf-dev
Clone and run.
Install necessary SDL2 libraries:
brew install SDL2
brew install SDL2_ttf
Clone and run.
After running you should see a test window: