2022-01-08 20:17:37 +01:00
|
|
|
# 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
|
2022-01-08 23:40:31 +01:00
|
|
|
Some dependencies are inside the "external" directory. The followings are inside:
|
2022-01-08 20:17:37 +01:00
|
|
|
- GLFW: windowing
|
|
|
|
- Spdlog: logging the app.
|
2022-01-16 19:22:02 +01:00
|
|
|
- Catch2
|
2022-01-17 22:00:26 +01:00
|
|
|
- [ImFileDialog](https://github.com/dfranx/ImFileDialog)
|
|
|
|
- [stb_image.h](https://github.com/nothings/stb/blob/master/stb_image.h)
|
2022-01-08 23:40:31 +01:00
|
|
|
|
|
|
|
The others are:
|
|
|
|
- jemalloc
|
|
|
|
- ccache
|
|
|
|
- the gold linker
|
|
|
|
- OpenGL
|