Green-engine is a graphic engine from a student to learn how we create a graphical engine.
Object can be added in the menu Edit
- Add Mesh Object from
.OFFfile - Add a plane
- Add a sphere
- Add a terrain modified with
Perlinnoise
- change position
- change orientation
- change scale
- animate orientation
- change camera position, fov, orientation
- change light position
- Activate/Desactivate the display in wire frame
git clone --recursive https://github.com/TheSpyGeek/ImGUITemplate.git
Dependencies :
sudo apt-get install -y build-essential cmake xorg-dev libgl1-mesa-dev libfreetype6-dev
To build :
mkdir build && cd build && cmake .. && make
Dependencies :
To build :
- Create a directory
build - Run
Cmake - Configure with
Mingw Makefile - Run
mingw64 - Go to
builddirectory - Compile with
mingw32-make