Hello everyone
Just found the intriguing R.U.B.E and I think it will be good for my game.
I noticed it's listed on the 3rd party apps page for Gideros, but can't seem to find any info on how to use the two together.
Has anyone delved into this? Can you share any resources please?
I've checked this out:
http://www.giderosmobile.com/forum/discussion/144/proof-of-concept-conversion-of-3rd-party-box2d-editor-json-output-to-lua#Item_6But I'm really interested in getting images to be read into Gideros too.
Thanks!
Tom
Comments
It is a Box2D editor, i do not know any ways to tie the bodies to Gideros sprites, or even change their attributes runtime. But maybe there is a way but as i said 'i don't know'. When the animations come into place, things get more complicated.
Other than that it is great, and as the name suggests, 'really useful' box2d editor.
A bit tricky for me but I like the Rube editor. I'll also have a look at the software you mentioned - thanks!
Might be a starting point for anyone else having a go with this tool...
The attached image shows the images in RUBE and in the Gideros player are the same layout.
Did you get any further with this?
I'm about to start using R.U.B.E too.
Thanks.
BW
For yourself or anyone interested - I wrote a php program that takes .json files and reads them into lua tables for use in Gideros.
http://firecroc.com/json-to-lua/
The actual php program is below
1) Put the graphics together in rube
2) Export the .json file
3) Click on browse in my tool and choose the .json file
4) Click 'Build'
5) Copy the output
6) Paste it into a new file in my game called say "level 9 data.lua"
7) Then bring that into each level with
Have a look at the online 'generator' I made, and the php script, and the rube class. I'm really basic when it comes to programming so I'm sure you'll be able to customize it to your needs.
Let me know if I can help.
Likes: aditya
I I've been thinking about whether or not I use this tool, but I'm sure that this resource will allow me to take things more clear.
Thanks again. >-
[-] Liasoft