Character sheet for Billy from "La Forteresse du Chaudron Noir" from Bob Lennon
Go to file
Pcornat 84450d25af
Begin to prototype many things.
2022-01-17 19:57:00 +01:00
.idea Adding CMake configuration for CLion 2022-01-10 22:15:53 +01:00
Unit testing Unit tests done. 2022-01-16 18:47:24 +01:00
external Adding Catch2 unit testing framework. Init characteristics serializer tests. 2022-01-14 23:36:38 +01:00
font Adding font as LFS object 2022-01-08 20:44:00 +01:00
include Begin to prototype many things. 2022-01-17 19:57:00 +01:00
src Begin to prototype many things. 2022-01-17 19:57:00 +01:00
.gitattributes Going to add character sheet in PDF 2022-01-10 20:03:10 +01:00
.gitignore Adding CMake configuration for CLion 2022-01-10 22:15:53 +01:00
.gitmodules Adding Catch2 unit testing framework. Init characteristics serializer tests. 2022-01-14 23:36:38 +01:00
BOB_LENNON_La_Forteresse_du_Chaudron_Noir_Feuilles_reference.pdf Character sheet 2022-01-10 20:03:53 +01:00
CMakeLists.txt Begin to prototype many things. 2022-01-17 19:57:00 +01:00
LICENSE Initial commit 2022-01-08 20:16:14 +01:00
README.md Update 2022-01-16 19:22:02 +01:00

README.md

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

The others are:

  • jemalloc
  • ccache
  • the gold linker
  • OpenGL