Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

890690 Posts in 33510 Topics- by 24750 Members - Latest Member: ednazag

June 17, 2013, 11:54:16 PM
TIGSource ForumsDeveloperCreativeShoeBox: Drag and Drop gamedev toolbox
Pages: 1 2 3 [4] 5 6
Print
Author Topic: ShoeBox: Drag and Drop gamedev toolbox  (Read 12597 times)
renderhjs
Level 0
**



View Profile WWW
« Reply #45 on: June 28, 2012, 11:43:31 PM »

ok right now I have a prototype that I am working on that does something like this



it first pop's up a dialog to choose the target or file you want to address in the command line. After that it will pop up a save dialog where you specify the *.bat file (or bash on mac). After that it opens the bat file in notepad so you can tweak additional values or copy paste the arguments into your script.
Logged
maetheec
Level 0
**



View Profile
« Reply #46 on: July 06, 2012, 02:16:15 AM »

Currently I'm not doing a lot of 2D stuff, so I didn't get a chance to test out all the cool features yet. But I just want to say that this is very very cool and useful.

I'm one of those guys who loves to find tools (and libs) that can save me time in any way possible, and I'm glad I've found your tool.
Please continue to support this tool, it always sadden me when I see a good tool got abandoned by the author... (but I do also understand that sometimes the author have to move on)
Logged
renderhjs
Level 0
**



View Profile WWW
« Reply #47 on: July 22, 2012, 06:20:55 AM »

1.8.0 is now out
ShoeBox_1.8.0_public.air

Some highlights


Not mentioned in the image but another new tool is the HTML text
http://www.renderhjs.net/shoebox/htmlText.htm
for the web developers out there, might be more something that is used at my work but still useful if you have a mac and want to get rid of control characters.

I'll write up later a more detailed change log as a lot of stuff changed in this release.
Logged
renderhjs
Level 0
**



View Profile WWW
« Reply #48 on: July 28, 2012, 12:43:34 PM »

Auto masking tool in shoeBox

I pretty much copy bitmaps from Photoshop, Browser, XnView,.. into the clipboard and then click on the tool within ShoeBox to mask it. In order to get good results there should be a background color that is not part of the foreground object.



It assumes at the moment that a solid background fill of the first pixel color is the background. Using a difference mask it then assumes the alpha channel with full anti aliasing. The last step is to create a color map that bleeds over the anti alias pixels.




one more testing image, If I use this input image:



I get this output result:



will be released as part of ShoeBox once its ready
Logged
renderhjs
Level 0
**



View Profile WWW
« Reply #49 on: August 13, 2012, 07:36:50 AM »

uploaded 4 new videos today
A update on shoebox will come in in the next few days but should install automatically as since the last release a update manager was added.

Masking flat images
http://www.youtube.com/watch?v=6C-OR48x2IM&list=UUthitAX8BC2zolBRP-cHg8Q&index=4&feature=plcp

Extract sprites update
http://www.youtube.com/watch?v=tkXIUjxv8GE&list=UUthitAX8BC2zolBRP-cHg8Q&index=3&feature=plcp

Sprite packing update
http://www.youtube.com/watch?v=KVZml3rcS34&list=UUthitAX8BC2zolBRP-cHg8Q&index=1&feature=plcp

JPNG bitmaps
http://www.youtube.com/watch?v=5OrOQzlMQEk&list=UUthitAX8BC2zolBRP-cHg8Q&index=2&feature=plcp
Logged
verticalvertex
Level 1
*



View Profile WWW Email
« Reply #50 on: August 14, 2012, 12:44:03 AM »

Just love this stuff. Keep on trucking.
Logged

Gamaki
Manbaby
*


View Profile Email
« Reply #51 on: August 16, 2012, 05:40:14 PM »

Thanks a lot, this tool is amazing  Smiley
Logged
renderhjs
Level 0
**



View Profile WWW
« Reply #52 on: August 19, 2012, 07:45:11 AM »

thx guys

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 does.

other changes
  • Middle mouse click repeats the last action and remembers which file was lastly dropped, or what clipboard data was used. This is useful if you need to tweak settings and want to see how things changed. Or when you simply want to update the last change you did in Photoshop for example.
  • If you are now using the commandline system it quits the application if all you did was launching shoebox for the command line. This makes it easier for developers to detect when an operation has been finished.
  • Flickr upload supports now animated GIF files (useful in conjunction with LICEcap).
  • settings and plugin panel support the Enter key and ESC key (confirm / save and cancel).
  • improved Canvas component (area where you can pan and zoom)

For the Unity Community I uploaded today another YouTube video on how to use ShoeBox with UiToolkit. I show how to create or use Buttons, animated Sprites (e.g GIF's or SWF's) and bitmap fonts.
ShoeBox: Sample usage for Unity's UiToolkit framework
« Last Edit: August 23, 2012, 07:26:21 AM by renderhjs » Logged
verticalvertex
Level 1
*



View Profile WWW Email
« Reply #53 on: August 19, 2012, 11:38:13 AM »

The link is broken. Has to much " in it.
Logged

renderhjs
Level 0
**



View Profile WWW
« Reply #54 on: August 23, 2012, 07:30:45 AM »

The link is broken. Has to much " in it.
fixed, thx

I uploaded today another video on how to upload animated GIF's using LICEcap and shoeBox's upload to Flickr feature. LiceCap is a neat little free tool (mac & pc) that lets you create little animated GIF files from anywhere on your computer screen.
http://www.cockos.com/licecap/

http://www.youtube.com/watch?v=t8tzRpwRo5U

The last update of ShoeBox added support for uploading animated GIF files to Flickr so that with a simple drag and drop my animated GIF is already on its way to the forums. For more information on how to use the Flickr upload (works with free accounts too) see:
http://renderhjs.net/shoebox/flickrUpload.htm

example GIF
Logged
renderhjs
Level 0
**



View Profile WWW
« Reply #55 on: September 15, 2012, 12:41:38 PM »

An update should come automatically if you close ShoeBox, or download
ShoeBox_2.1.0

some fixes:



Not included but in development is a Slice-9 or patch-9 grabber and exporter


For those that don't know:
Slice-9 components are images with slice definitions that can scale without loosing proportions like so:

I plan on having the .9.png Android standard export, HTML with css3 export and some Foxhole compatible solution.
Logged
renderhjs
Level 0
**



View Profile WWW
« Reply #56 on: September 16, 2012, 06:59:44 AM »

working on a possible redesign of the UI



  • Less ui details / decorations, cleaner look
  • More drag- able space
  • Tabs with labels
Logged
Belimoth
Level 9
****


Pharoah Bourbon


View Profile
« Reply #57 on: September 16, 2012, 10:39:32 AM »

Neat!
Logged

renderhjs
Level 0
**



View Profile WWW
« Reply #58 on: September 17, 2012, 04:26:07 AM »

*Quick update*
added Unicode support for the settings so that for example the Bitmap Font tool supports Chinese, Japanese, Russian or other foreign characters as well.

It should update automatically if you quit the app or you can download it from here
ShoeBox 2.2.5

Logged
renderhjs
Level 0
**



View Profile WWW
« Reply #59 on: September 17, 2012, 07:39:19 AM »

Added another Video
For a Chinese user I uploaded this video showing how to use create a Chinese bitmap font (a real one would need some more characters Cheesy)
http://www.youtube.com/watch?v=KABsHfkd8OU
Logged
Pages: 1 2 3 [4] 5 6
Print
Jump to:  

Theme orange-lt created by panic