Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 800 Bytes

Readme.md

File metadata and controls

29 lines (21 loc) · 800 Bytes

Rosalila Framework Example

License

Minimal Rosalila Framework project setup.

Alt text The example just prints and image on the screen

Building & Running

# install dependencies
sudo apt-get install g++ cmake libsdl2-dev libsdl2-image-dev libsdl2-mixer-dev libsdl2-ttf-dev libsdl2-net-dev libglew-dev

# build
git clone https://github.com/Rosalila/FrameworkExample.git
cd FrameworkExample
mkdir build
cd build
cmake ..
make

# run
./example

Going further

Take a look at the Usage Guide and start creating your game.