Update worklog again

This commit is contained in:
Dane Johnson 2022-01-02 19:40:14 -06:00
parent 13f4cc264a
commit 54163136e1

View File

@ -113,3 +113,9 @@ that's kind of a trend with higher level languages as they get older cough Java
is as good of a project as any. is as good of a project as any.
Also I still haven't mentioned to Pam I was doing this. Hope that's not a problem... Also I still haven't mentioned to Pam I was doing this. Hope that's not a problem...
1/2/22 cont.
Okay I've got the skeleton of a Godot Native module there, but I'm realizing cross-platform builds are limited by the compiler I'm using for
the base module. I think I'll need to either compile from source for the Godot thing, or port the whole project over to the SConstruct build
system, which shouldn't be too hard considering the size of the project. Still, yet another thing I have to learn, not too happy about that.