Express-asset, Jquery-droploader and Chattan–three awesome new projects I just open-sourced.
Express-asset, Jquery-droploader and Chattan–three awesome new projects I just open-sourced.
It’s been an interesting week so far. I had a job interview at Yammer in San Francisco on Tuesday morning, so I was to fly out from Kelowna on Monday.
At last, Peint is usable enough to be called “beta” software. I was working on other things for awhile so it took a bit of time to get back to it. I’ve made many changes including; – Moved module system parts into a separate Utils library, which can easily attach the module system to any [...]
I did a bunch of work on Peint today, refactoring it to something that I might actually consider good enough to release. On that note; Peint enters alpha as of now!
As I mentioned in my previous post, I have been working on a graphics rendering library for the html5 canvas element. Peint is an attempt to make using canvas easier and more flexible, while introducing event-based programming. You include only core library and then use Peint.require(‘yourscript’, callback) to asynchronously load extra modules and execute the callback code once the module is ready. Using this method, http requests are made smaller and occur after page load, so execution appears near instant–no waiting for 100+ kb of code to download before the system starts setting itself up.
All day I have been working on a graphics library for html5′s canvas element, and I’ve come to the conclusion that it is not particularly easy to use “as-is” in more involved applications.
I’ve recently started work on my newest Github project; JSGame. It’s a fork of philogb’s V8-GL which, as you can likely assume by the name; is an implementation of OpenGL using Google Chrome’s V8 javascript runtime. At the moment, the only difference in JSGame is a mostly untested implementation of OpenAL. I also plan to [...]
If you downloaded v1.3 of jquery.flash I would recommend switching to this one. There has been no functionality changes, so it should just be drop-in. It fixes a minor bug I added when I switched to using indexOf() for iterating through attributes and parameters…apparently IE doesn’t support it. >.>
There’s nothing major to change in such a minimal library, but such a difference the little things can make! New in version 1.3 is;