Lineaxe Posted July 12, 2020 Posted July 12, 2020 I have read up on converting lua to c , but has anyone done anything like this and run the c though a DO scriptfile . I would imagine you would need a short lua file to talk to the c code. Do you have Any ideas on this kind of stuff?:music_whistling:
Kang Posted July 12, 2020 Posted July 12, 2020 Wait, you have a working lua script, want to convert it to C and then ask for a way to run C code when you could have just run the lua script you had in the beginning?
Lineaxe Posted July 13, 2020 Author Posted July 13, 2020 well , i did want to run tests to see if there is any speed increase. In general, compiled code runs quicker. The whole openGL got written in C , so it could port into as many languages as possible. C rocks still , hard to believe , heh .
Recommended Posts