This repository has been archived by the owner on Dec 5, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4368bed
commit e2554c9
Showing
3 changed files
with
13 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# 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](annotated.html). | ||
|
||
## 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`. |