I posted some stuff before in the what are you working thread. Here is a first public release with some of the tools that I have been working on. Obviously the high anticipated SWF tween to Unity or texture map and tween data parser are not yet ready but maybe there is some interesting stuff for some of you in this. I am…
I uploaded today ShoeBox version 2.0.0 http://renderhjs.net/shoebox/air/ShoeBox_2.0.0_public.air It's main change is some UI enhancements to aid with more hints on how to use the controls. If you hold the mouse for a brief second over a button or tool it reveals the mechanics on how to use each tool or what it actually…
Progress has been a little bit slow recently but here are some UI changes that will be in the new version I added a basic and advanced tab in the settings UI. The Animation tool is now split into 2 tools One generates or modifies frame sequences, the other one creates frame sheets. I am a bit stuck atm. on some math for…
updated to version 1.30 http://renderhjs.net/shoebox/air/shoeBox_1.30_public.air documentation http://renderhjs.net/shoebox/ Quite a lot of bug fixes went into this release but I also managed to release some new toys like the Tile Extractor that can generate a TMX tile map with a tile map based on a screenshot, or the…
Wow, this is a nice little app i just found today, quite a timesaver. Thank you for this and kudos for keeping it in development for so long. Might i persuade you in considering the following addons, if it's not too much trouble. - Auto cropping bundles of individual sprites, something like "extract sprites" but for a set…
It looks like flashbuilder (adobe app), it integrates a whole UI library with extra classes increasing build speed in terms of windows and UI systems (makes that stuff very quick and simple to do - the styling of the UI is also very simple, combines html/css and AS3 - the last time I used it anyway, FB4 first release) I…
Ok that's nice to know. I have some experience creating a game prototype with AS3, I wasn't sure regarding the UI. Is there some sort of dedicated UI library/framework being used here? What I'm seeing here looks pretty powerful, but I'm only used to working with AS3 in FlashDevelop, none of the fancy Adobe apps.
Yes I am using AS3 and FlashDevelop, no fancy expensive Adobe software. Here is a screengrab I just use the FlexSDK (odd name), its the open source SDK to compile AS3 AIR or SWF content. I used the flashdevelop templates and bat scripts to build and test the AIR apps. What I like about AIR so far for ShoeBox is that it is…