Character sheet for Billy from "La Forteresse du Chaudron Noir" from Bob Lennon
Go to file
Pcornat 733d949937
Unit tests done.
2022-01-16 18:47:24 +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 Deserializer. 2022-01-14 23:15:23 +01:00
src Submodule for JSON added. 2022-01-14 22:06:07 +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 Adding Catch2 unit testing framework. Init characteristics serializer tests. 2022-01-14 23:36:38 +01:00
LICENSE Initial commit 2022-01-08 20:16:14 +01:00
README.md Compiles, not run yet. 2022-01-08 23:40:31 +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.

The others are:

  • jemalloc
  • ccache
  • the gold linker
  • OpenGL