Updates – simple autocompletion for types – added function for getters/setters – added function to pass variable in constructor – save function – prefix for constructor parameters – automatic class imports – added extends function – some performance tweaks
Since I am using actionscript 3 and an external actionscript editor with nice code completion (FlashDevelop in my case), I am using a lot of value objects.
Flashdevelop has no value object generator tool, so I’ve build one myself. It is beta.
I was working on a fur engine for images just for fun, inspired by a post on Andre Michelle’s blog. Yes, his engine looks better, but with mines you can create your own images. This is a funny way to create more detailed images. I’m happy with the application I created.
Since today you can see and use it.
The idea is very simple; Add a link to an image (jpg/png/gif) and the engine will create a furry image for you 🙂 It automatically saves your hairy image, so you can send it to your friends or set it as desktop.
After writing a post of using perlin noise, I’ll did some more experiments making cool things. I draw lines using Perlin noise as input. Check this out: