Skip to content

ivan0sokin/dandelion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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