How is MicroMaker made?
How is MicroMaker made?
I'm curious if your using lua fully to make MicroMaker, if so what would be a good starting point for me to learn the same. I'm currently trying to learn lua... Fairly simple from what i've seen so far. (I'm not a complete new comer to programming)
- Administrator
- Site Admin
- Posts: 5353
- Joined: Sat Jan 05, 2008 4:21 pm
Re: How is MicroMaker made?
MicroMacro is made with C++, and uses Lua for scripting purposes. If you want to learn Lua, checking the Lua manual is a good start. Familiarize yourself with the functions that Lua provides first, and then Google search for Lua tutorials.
Once you've got at least some understanding of Lua, check the MicroMacro functions.
Once you've got at least some understanding of Lua, check the MicroMacro functions.