Topic: Plugins I'd like to make (feedback appreciated)
Hello!
I'm relatively new to the Maratis scene, but after looking at all the possibilities the engine offers (because it is extensible), I'd like to become active in its continued development.
I have a couple of ideas I've been knocking around for plugins, and I wouldn't mind some community feedback as to their usefulness and possible integration into the engine:
1. A SQLite Database plugin to add a robust persistent store to the engine (I would build a C++ wrapper around SQLite which would have its functions called from Lua/Maratis).
2. An OGG video player whose data can be streamed as a texture onto geometric primitives used inside the editor. I found this: http://code.google.com/p/liboggplayer/ and was thinking I could find a way to get OGG videos to play inside the engine. This would give users the ability to utilize cutscene movies inside their projects.
3. The ability to publish to Linux on ARM (version 6 and version 7 of the ARM instruction set). This would give developers the ability to deploy their games onto the Raspberry Pi and other, more advanced, Linux SoCs. I think there are some ARM Linux toolchains already out there, and it would just be a matter of getting that integrated into the editor.
I don't know about licensing restrictions, or how that may complicate things, so I'm open-minded to any alternatives if what I've suggested won't work. Thank you for reading, and let me know what you think.
Last edited by sunnystormy (2014-01-28 19:12:40)