massimo-marino / sg

A simple set of graphics tools

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sg

Simple set of Graphics tools.

This is a Work in Progress.

Requirements

cmake is used to compile the sources.

The default compiler used is clang 9.0.0.

The cmake files compile with -std=c++17.

There is a dependency with libpng.

Install and Run the Example

$ git clone git@github.com:massimo-marino/sg.git
$ cd sg
$ mkdir build
$ cd build
$ cmake ..
$ make
$ ./sg

How to Use it

Start from the source code in main.cpp to see what can be done.

About

A simple set of graphics tools

License:GNU Lesser General Public License v3.0


Languages

Language:C++ 89.2%Language:CMake 10.2%Language:Shell 0.6%