Skip to content

leaf3d/leaf3d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

leaf3d

A lightweight 3D rendering engine based on modern OpenGL.

Overview

Requirements

The project uses CMake for building:

https://cmake.org/

Ubuntu (16.04 or later)

$ sudo apt install git build-essential cmake xorg-dev libgl1-mesa-dev

MacOSX

$ brew install cmake

Windows 10

You need to manually install these tools:

Now open a Developer Command Prompt for VS 2017 and you are ready to build the project.

Building

# Clone repo
$ git clone [email protected]:leaf3d/leaf3d.git

# Build project
$ cd leaf3d
$ mkdir Build
$ cd Build
$ cmake ..
$ cmake --build .

License

MIT License © Emanuele Bertoldi