Update work log

This commit is contained in:
Dane Johnson 2021-12-30 11:37:51 -06:00
parent 8ebec372cf
commit 58187bbff0

View File

@ -70,3 +70,10 @@ line driver to test it out. Portibility? This project is gonna be small and I co
subprojects in the same project for each interface (Web/Godot/Whatever else). At this point I've written so little code
that I think I could just port it to each project as well. For Godot I'm pretty sure I'll have to integrate it with
the SCons build that they provide on their website, so I probably can't link to a .so file.
12/30/21
I tried to migrate to a library "pegtl", which is pegs implemented using the C++ standard template libray. It was a bit
of a bust. The project was very deep, very academic and hard to pick up, especially since I'm not really a C++ guy. Guess
I'll just keep chugging with what I've got.
Next up is integrating with Godot for real this time. For real. This time...