-
Notifications
You must be signed in to change notification settings - Fork 1
Setting up a new project.
git clone https://github.com/athaun/Gprocessing.git
Open Eclipse, and select import project.
Expand the hierarchy until you can see Main.java, select Main.java, then select the run icon > Run As > "1 java application"
Similarly, import the project, and in the run configuration set the main class to Main.java
Provide the VM option to include the ImGui library bindings.
-Dimgui.library.path=libary/LibImGuiBinaries
If you successfully imported the project, running should display a default window with a resolution of 1600 by 900 Pixels, a dark grey background, and the title "Hello World!"
This library has only been tested on Linux and Windows. As of testing, the open source Linux Nouveau drivers for Nvidia GPUs do not support openGL 330 Core, proprietary drivers however, do. Open source AMD drivers should be compatible on Linux.