00:00
00:00
Gimmick
Thanks for dropping by!
NOTE: My outbox is full, so I may not be able to reply to PMs directly - might PM a reply via my alt or through comments.

Student

Somewhere

Joined on 8/20/08

Level:
28
Exp Points:
8,430 / 8,700
Exp Rank:
4,726
Vote Power:
6.96 votes
Rank:
General
Global Rank:
402
Blams:
1,969
Saves:
23,283
B/P Bonus:
48%
Whistle:
Silver
Medals:
2,487

Gimmick's News

Posted by Gimmick - May 31st, 2018


AIRDock v0.4's out! This version is much better than the previous one (but also a bit more tedious to use, currently working on that). Those of you who've seen my previous posts know what it is, but for those who haven't, it's a docking panels library for Adobe AIR (yes, I know, stop telling me it's a dead platform). Here's a small demo:

 


Posted by Gimmick - January 16th, 2018


Exams over, and so are the semester vacations. My RSI has gone, thankfully (although it comes back every now and then, but it's not too much of a problem)

I've been developing a docking window library for Adobe AIR for some time now, inspired by WeiFen Luo's DockPanelSuite for C# WinForms, but created from the ground up (not just a direct port). It uses the NativeWindow class, so only AIR projects can make use of it.

One thing I've been trying to get to work was the dragging and dropping of tabs / panels onto others and making them join into one; how do you do that across multiple NativeWindows (especially when your Stage's MouseEvent only provides enough info about the mouse within the bounds of the stage?)

Yesterday, it occurred to me that using the NativeDragManager class to initiate and handle drag-and-drops could be performed! (I was already using it in an earlier part of HitShaper, but had failed to make the link then, because in that case I was only dragging from the filesystem into the application, and not within the application itself) It turned out that I could indeed do that, by transferring object references! (Fun fact: I got this "epiphany" during a fever...who said fevers were entirely bad? :P)

However, I guess poor design has caught up to me and I will have to redesign the classes, putting more priority on containers rather than the panels instead, and that is another headache...for another day.

 

Update 001 - see video description for more details (click the YouTube icon)

 


Posted by Gimmick - November 11th, 2017


Thankfully it's not in my dominant hand, but this does mean I can't work on ASBoxer as much for the next few days or weeks. That being said, there's not much left! (I know, I know...) I've planned a (tentative) release date of sometime around Christmas, although it remains to be seen whether it is possible to or not.


Posted by Gimmick - July 24th, 2016


Half of 2016's gone by speeding ahead. My, how time flies; it feels like it's only April!

So. I know it may look like ASBoxer (now HitShaper) is practically vaporware as there have been no updates, but I assure you (those of you who're still listening at this point, anyways) that it will be released this year. Current stage? Right now, I'm done with practically everything up to this point, and there's "only" three things left to do:

  1. Optimization - mostly complete, but I know for a fact that there'll always be some place where it's possible. I wonder how much of an impact it has, though, given that I'm using AIR -- the overhead of the AVM alone may make the optimization disappear into background noise in practical usage.
  2. Demoing - I might make a few demo videos and tutorial videos, for how complex this gets. I'm pretty sure that most users won't use all the features there are, but I'll put them up there, if only for name's sake.
  3. Marketing - Let's face it, this project is nigh invisible. Practically nobody knows about this. I have no idea how to market this though, given that this is quite a niche product. I'm considering a few avenues, such as:
    1. Self-publish it and make a few posts here and there on various sites catering to devs
    2. Go the swivel route, if possible. I don't know whether this will work or not, though, given that Swivel is way more useful -- that is, has a larger use case -- than this. Maybe @TomFulp can decide. IDK
    3. Other - ???

Anyhow. Until later next time.


Posted by Gimmick - December 31st, 2015


Whoweee, this has been a...strange year to say the least. I'd like to say it was a whirlwind year, but in reality nothing much has happened. As such, this section will not be very long.

The end of last year marked the start of ASBoxer on suggestion of user @PsychoZombii, during a time when I had a lull in my programming - so thanks @PsychoZombii for helping me overcome my programming block! Ever since then, there have been a number of changes and improvements to it. It's slowly coming together, but there is the issue with its release - there's no specific date, as I don't want people to keep saying "it's been <x> years since <y>...when is it coming out?" (although that's still better than no interest in it, I guess). I guess I'll cross that bridge when it comes to it.

This year, around the middle, marked my entrance to university. I don't think many will know it even if I told them, hah, so I won't write it. If you really want to know, PM me or idk, doxx me or something. Whatever. As a result though, I had markedly less time.

Then there was also the case of the floods in my state...and I know I'm revealing location info, but again, whatever. It caused a lot of hassle to other people - luckily for me, I wasn't affected too much except for my semester exams being postponed to 2016 January since the campus got absolutely flooded with water haha.

Ooh and I'd also like to get this out there - my laptop suddenly stopped boring and instead started showing a black screen. Oh well, RIP you Acer laptop you served us well. At least I had my backups. Speaking of which, backup everything at least thrice, people!

Apart from that, nothing much noteworthy happened this year, I guess. Here's to 2016.


Posted by Gimmick - June 28th, 2015


Finished overhauling the file load and save method (chucked the 'custom script' method due to lack of documentation. Oh the irony) amongst other things. I may be needing a few beta testers in awhile.


Posted by Gimmick - June 9th, 2015


One of you fucks had better make a dayumn thread bout it.

edit: i am disappoint


Posted by Gimmick - May 29th, 2015


All of my major projects which I'd abandoned earlier will now be moved to FD. Most of them are in AS3 so it should be no problem, but I'll probably end up rewriting everything from scratch so that I can improve on it instead of just copy and pasting the whole thing, and so that I may have the motivation to pick them up again instead of abandoning them possibly forever.

Also as for ASBoxer I've had so, so many patches and updates but forgotten to actually commit in BB and/or log the changes, so I'm at a loss for what was new since the last time I worked on it. Ah well, at least I recognize the code after a month of not touching it at all, so that's a small victory I guess.

 

I'm thinking of picking up on C#, HTML&CSS, Java, a (not programming) language, drawing (because why not) and possibly see if I can try the 6.001 course from MIT's OCW in the one free month or so that I have before uni begins. It's a long long long shot for what it's worth, but why the hell not.


Posted by Gimmick - March 9th, 2015


So I screwed up something in ASBoxer...it's not too difficult (comparatively) to find out what's wrong since it's still fresh-ish in my mind, but it's still annoying. God dang I should've documented it earlier and I knew full well that I should have. Oh well there's next time I suppose.

Edit: Fixed the problem (or so it seems). I can rest easy...for now.


Posted by Gimmick - February 20th, 2015


It's been so long since the last official commit that I forgot what the exact changes I made were (I remember a few major changes, though). Oh well, my target market's probably 1 at the moment since nobody really knows of this (and other reasons?). Anyways, now I'm making a rather large overhaul, backend-wise, since I didn't fully anticipate there being different sized rectangles for frames (say, for packed spritesheets with no definable progression); long story short, the official release is probably not going to see the light of day for a long time...

New (major) features since last (private) version:

  1. Saving a file as a *hbf (with all the boxes, etc.) (No load facility yet; that requires a major overhaul)
  2. Custom script for creating boxes and frames (used for saving hbf files)

In other news, I just finished watching the entire series of Blackadder. It was good. Too bad it doesn't seem like there's ever going to be any more after that.