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

Commit

Permalink
docs: add a mainpage file
Browse files Browse the repository at this point in the history
  • Loading branch information
PatchMixolydic committed Nov 16, 2018
1 parent 4368bed commit e2554c9
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Doxyfile
Original file line number Diff line number Diff line change
Expand Up @@ -982,7 +982,7 @@ FILTER_SOURCE_PATTERNS =
# (index.html). This can be useful if you have a project on for instance GitHub
# and want to reuse the introduction page also for the doxygen output.

USE_MDFILE_AS_MAINPAGE =
USE_MDFILE_AS_MAINPAGE = mainpage.md

#---------------------------------------------------------------------------
# Configuration options related to source browsing
Expand Down
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,4 @@ intend to work on.
Further documentation can be found at [blackcomb.sparkp.in](http://blackcomb.sparkp.in/).

## Dependencies
Blackcomb currently relies on GLAD, GLFW, and stb_image.h.

Some details about the location of these libraries can be configured by CMake.
The defaults are not guaranteed to be sane.
Blackcomb currently relies on GLFW and GLM.
11 changes: 11 additions & 0 deletions mainpage.md
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`.

0 comments on commit e2554c9

Please sign in to comment.