diff --git a/spec.txt b/spec.txt index 72df87b..92011fe 100644 --- a/spec.txt +++ b/spec.txt @@ -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. 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.