Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 331 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 331 Bytes

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