Topic: Maratis and Code :: Block?

Hi!
Is it possible to use the Code:: Block, as a programming environment for Maratis Engine?
If this possibility exists, we would like to get some help in using this as a game design and upload a scene created in the editor.
I would be very grateful, I'm new to programming.

Re: Maratis and Code :: Block?

If you are using the downloaded Windows version of Maratis, you will need Microsoft Visual Studio to build a game plugin (dll), there is a free version of it : http://forum.maratis3d.com/viewtopic.php?id=90

> The game plugin examples for Maratis are including a visual project file, so you can open the project and compile without anything complex to do.


I know you can also call the Visual Studio compiler from Code::Block, but I never tried it.

Do you only want to use the Maratis Engine ? Do you know you can create plugins to add additional c++ code while using the editor ?

There is a tutorial explaining how to create a plugin :
http://www.maratis3d.org/?p=500