Is runtime compilation available? #86
Answered
by
francoisdlt
PedroGameDesigner
asked this question in
Q&A
-
Looking at the "Running your Skin" documentation I saw that you can set up to compile .ink files on runtime, but I wasn't able to find the equivalent functions on inkgd. |
Beta Was this translation helpful? Give feedback.
Answered by
francoisdlt
Oct 27, 2024
Replies: 1 comment 3 replies
-
do you mean "on export" ? or are you looking into compiling dynamic ink at runtime ? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I dont think that is supported, you'll need to write your own code for that and ship an inklecate binary to compile the JSON whenever needed.