Can Monkey be used Natively?
Community Forums/Monkey Talk/Can Monkey be used Natively?| 
 | ||
| Can I code in C++ and import monkey libraries in Visual Studio? | 
| 
 | ||
| No, not the way you imply. I use to develop in xCode on the Mac with game engine code in .monkey and various add-ons in native C++. I don't think it would work well for a c++ game engine, Monkey drawing API (mojo) and a monkey app's media assets are effectively private to .monkey source. |