2 Responses to Getting Started with Vanilla

  1. I love this and it’s exactly how I work so this would make my life a whole lot easier but looking at your github repo I read that there are 3 swcs you need to include for this to work which I’m not so fond of. I also read your roadmap and that you plan on getting rid of those dependencies and if you were to figure out how to do that I’d be using this in a heartbeat. Great work nonetheless.

  2. Jonny says:

    Hi Matt, glad you like the look of the library!

    I agree that having external dependencies on 3 SWCs is heavy; but don’t forget that your project will only compile in the classes that it needs from them. As it currently stands as3commons-reflect has dependencies on as3commons-lang and as3commons-logging; although it would be possible to remove these dependencies by a bit of hacking, I would rather not have to rely on a forked 3rd party library.

    I am not really up for writing my own reflection library at the moment, the main reason being that I see no need to reinvent the wheel; however, I am also not bound to using as3commons-reflect to do the work. I had a quick scout around and found Spicelib-reflect which could well fit the bill; but if anyone out there knows of a lightweight, and self contained reflection library then please let me know.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="" highlight="">