Aaron Dotter
a37d35d4e0
refactor(network) Added header file
2025-03-21 12:08:40 -04:00
7327a487b5
build(boost): added greater than to version for boost
2025-03-21 11:56:12 -04:00
c8fe09a8b5
build(boost): lowered required version
2025-03-21 11:54:33 -04:00
67c9a3e860
feat(network): began incoporating network
2025-03-21 10:39:53 -04:00
a42fe4898c
build(boost): incorporated boost into the build system
...
all builds should be run with ./mk now
2025-03-21 10:39:34 -04:00
62d54053ca
Merge pull request #28 from aarondotter/main
...
adding a nuclear reaction network to feature/nuclearNetwork
2025-03-21 07:17:08 -04:00
Aaron Dotter
6233ba87be
adding a nuclear reaction network
2025-03-20 15:22:04 -04:00
8a7c0c7658
Merge pull request #27 from tboudreaux/feature/resourceManager
...
Added resource manager
2025-03-20 15:04:41 -04:00
4b2f9a0097
feat(assets): setup assets for resource manager
...
assets are broken into static (compiled into the binary) and dynamic (handled by the resource manager). All static assets should define a meson.build, all dynamic assets must have handlers written in src/resource/resourceManager and resourceManagerTypes
BREAKING CHANGE:
2025-03-20 14:24:20 -04:00
2d27b119bd
build(quill): added quill as a subproject
...
quill provides a robust and very efficient asyncronous and thread safe logging module. I have brought this in to handle logging
2025-02-23 11:25:11 -05:00