Skip to content
This repository was archived by the owner on Sep 17, 2021. It is now read-only.

Setting up a new project.

Asher edited this page Oct 27, 2020 · 1 revision

Clone the repository

git clone https://github.com/athaun/Gprocessing.git

For Eclipse IDE

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"

For Intellj

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.

Clone this wiki locally