Topic: New Maratis scene editor based on the FLTK toolkit
Hey community!
If you visited my Maratis git repository on GitHub you may have noticed that I mostly worked on a new editor based on the FLTK toolkit (http://www.fltk.org/index.php). In the making I made some changes which break binary compatibility so you have to recompile your game plugin with the new SDK headers included in the package.
I want to release a version 0.1 in the near future but want it to be as stable as possible.
Please download, install and test my program if you have time.
Report all issues on the GitHub page : https://github.com/Sponk/Maratis-1/issues
The editor is licensed under the terms and conditions of the GNU General Public License and uses code from the official editor/player.
You should backup your project before testing the software since it is not completely stable yet and could destroy your project. (It never happened to me but safe is safe )
There are some changes in the usage of the shadow blur value. In this version suitable values are > 1. Experiment with it a little.
The play feature is not embedded into the editor since FLTK does not allow realtime updates which are fast enough. It will start the player executable instead so you have to use the "Project=>Update player" menu before launching.
It will copy all files to run the player to your project directory.
You can find the source code here: https://github.com/Sponk/Maratis-1
There is no Mac version available since I don't own a Mac. I don't even know if it builds on OS X.
Download links:
Windows setup: http://scary-squid.de/downloads/maratis
-win32.exe
Windows zip: http://scary-squid.de/downloads/maratis
-win32.zip
Linux RPM: http://scary-squid.de/downloads/maratis
-Linux.rpm
Linux DEB: http://scary-squid.de/downloads/maratis
-Linux.deb
Linux *.tar.gz: http://scary-squid.de/downloads/maratis
nux.tar.gz
Linux SH: http://scary-squid.de/downloads/maratis
0-Linux.sh
Wordpress page (I just wanted to experiment with WP a little ) : http://scary-squid.de/wordpress/
Have fun with it!
Sponk