Skip to content

Rosalila/RosalilaFrameworkExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Very simple project using the Rosalila Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages