PiotrSquaresMoscicki / poly_ui

MIT License
0 stars 0 forks source link

poly_ui

GitHub Actions GitHub Actions License: MIT Gitpod Ready-to-Code

User interface library for Rust using SDL2

Quick start

Gitpod

Just click on the gitpod badge. Opened environment will be ready to work.

Windows

Clone and run. The build script (build.rs) will copy necessary libraries to the root dir of the cloned repository.

Linux

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.

macOS

Install necessary SDL2 libraries:

brew install SDL2
brew install SDL2_ttf

Clone and run.

After running you should see a test window: Image