Skip to content
This repository was archived by the owner on Dec 5, 2020. It is now read-only.

Latest commit

 

History

History
11 lines (8 loc) · 398 Bytes

mainpage.md

File metadata and controls

11 lines (8 loc) · 398 Bytes

Blackcomb

Blackcomb is intended to be a game engine.

@attention Blackcomb is a work in progress and is still VERY incomplete. Don't expect much out of it!

To learn more about Blackcomb's API, check out the class list.

Dependencies

Blackcomb relies on GLFW3 and GLM. Debian and Ubuntu users can get these via sudo apt upgrade && sudo apt install libglfw3-dev libglm-dev.