Skip to content
/ pgl Public

Simple SDL + OpenGL program to abstract shape drawing.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

vSLG/pgl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pgl (pre-alpha stage)

pgl is a C++ program that uses SDL + OpenGL to abstract drawing shapes.

It is not ready to use (yet) and in active development.

Building

This project requires SDL2 and glm packages to be installed in order to build. Install them with package manager from your distribution.

Now clone and build:

$ git clone https://github.com/vSLG/pgl.git
$ cd pgl
$ make build -j$(nproc)

The final binary will be located at bin/main.

Running

This project requires SDL2 package to be installed in order to run final binary.

After building, you can run the final binary in 2 ways:

$ ./bin/main

or

$ make run

License

LGPL-3.0

About

Simple SDL + OpenGL program to abstract shape drawing.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages