bradphelan / sfml-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Demo project using SMFL

The project presents a basic polyline editor and polyline boolean demo. Clipper2 library is used for polyline clipping.

  • Nodes are draggable with left click and drag.
  • Polyline edges can be split with right click.

gif of demo

Unit tests

Unit tests are built via the src/test/CMakeLists.txt file

About

License:Other


Languages

Language:C++ 90.4%Language:CMake 9.6%