Pcornat
b759836989
Design : the controller controls data of the character sheet and also saving and reading data.
17 lines
506 B
Markdown
17 lines
506 B
Markdown
# Billy sheet control
|
|
This project is about to digitally control your character sheet from the book "La Forteresse du Chaudron Noir" from Bob Lennon.
|
|
|
|
## External dependencies
|
|
Some dependencies are inside the "external" directory. The followings are inside:
|
|
- GLFW: windowing
|
|
- Spdlog: logging the app.
|
|
- Catch2
|
|
- [ImFileDialog](https://github.com/dfranx/ImFileDialog)
|
|
- [stb_image.h](https://github.com/nothings/stb/blob/master/stb_image.h)
|
|
|
|
The others are:
|
|
- jemalloc
|
|
- ccache
|
|
- the gold linker
|
|
- OpenGL
|