ivan0sokin / dandelion

An engine for rendering 2D and 3D scenes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dandelion

A graphics engine for rendering 2D and 3D scenes

First triangle

Compilation

To compile entire project type following in shell.

mkdir build
cd build
cmake ..
cmake --build . --config release

Dependencies

GLFW
SPDLOG
Glad

About

An engine for rendering 2D and 3D scenes

License:Mozilla Public License 2.0


Languages

Language:C++ 95.4%Language:CMake 3.1%Language:C 1.6%