Monkey Output Module

Monkey Forums/Monkey Programming/Monkey Output Module

smilertoo(Posted 2013) [#1]
Hello,

Is there any chance that GLFW could be given additional commands for outputing data? At the moment its basically impossible to write a complete game in monkey as you have to resort to another language to create tools for things such as map editors, path makers or sprite atlas creation.

Thanks


ziggy(Posted 2013) [#2]
The os module can be used with mingw and it allows you to save files, create dirs, etc.