Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 505 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 505 Bytes

What is ING?

ING or ING isn't GUI is a simple GUI framework built on top of GLUT and OpenGL, it is meant as a replacement for ImGUI (while featuring far less features as ImGUI).

ING source tree

Directory Description
src Contains the source code files
tests Tests for ING
docs ING documentation

How to build

For compiling ING you need the following libraries:

  • GLUT
  • OpenGL

To compile the code run this command

make