Skip to content

CSFML Wrapper adding Scene Management & 2D components (Sprite, Textfield, Label, Button, Pixelbuffer)

License

Notifications You must be signed in to change notification settings

JulienTD/BillyScene

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BillyScene

Wrapper to manipulates basics 2D components (Sprite, Textfield, Label, Button, Pixelbuffer) using CSFML.

How to use it ?

Wiki

Compile the sources

make to compile all sources, it will create a lib named libbs_scene.a

Tests

make tests_run