-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathREADME
More file actions
19 lines (13 loc) · 743 Bytes
/
Copy pathREADME
File metadata and controls
19 lines (13 loc) · 743 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
sticky - 3D OpenGL engine for C
---------------------------------------------------
sticky is a multifaceted C library intended to reduce boilerplate code that is
needed for different projects. sticky may also act as an OpenGL engine for 3D
applications thanks to various video, shader, texture, audio, modelling and
networking systems.
The project is split into different modules which allows for much more rapid
prototyping and program development.
To build the documentation, read the DOCS file.
To install sticky on a Unix-like machine, read the INSTALL file.
To install sticky on a Windows machine, read the INSTALL.win file.
sticky is licensed under BSD 3-Clause.
All license information is available in the included COPYING file.