ZIM FOUNDATION for Creative Coding
ZIM at http://zimjs.com is an open source framework for creating Interactive Media on the HTML Canvas using JavaScript and CreateJS. The ZIM Foundation is set up to provide support for … Continue reading
ZIM VR Launches with ZIM 6.8.0 for Virtual Reality on the Canvas!
UPDATE (2023) – ZIM 015 has launched with ZIM inside three.js as an interactive texture. XRControls, XRMovement and XRTeleport classes are available as well – see https://zimjs.com/vr ZIM VR has … Continue reading
ZIM 6.7.0 Launches with Portal and DeviceMotion
ZIM 6.7.0 has launched with ZIM Portal() to let you travel between multiple lands ;-). We know you have all been saying… when will ZIM finally get portal technology! Now … Continue reading
Tea Bugs – Mobile Game Featuring ZIM 6.6.0 with Squiggle and Button Wait
TEA BUGS has been soft-launched at http://zimjs.com/teabugs The puzzle game will be launched on Mobile early 2018. The goal is to adjust the curve to guide the bugs to eat … Continue reading
ZIM 6.5.0 Launches with AudioSprite Support for #Canvas, #JavaScript, #CreateJS and #ZIMjs
ZIM 6.5.0 at http://zimjs.com has launched with support for AudioSprites. Here is an example: http://zimjs.com/audiosprite/ AudioSprites let you load a single audio file with multiple sounds inside. There is an … Continue reading
Custom Font Support in ZIM loadAssets() #Canvas #JavaScript #CreateJS #ZIMjs
ZIM 6.4.0 has launched with support for preloading custom fonts with zim.loadAssets(). This piggy backs on the excellent CreateJS library’s FontLoader class and lets you consolidate loading in ZIM with … Continue reading
ZIM 6.3 Launches with Transform Tools for #Canvas #JavaScript #CreateJS and #ZIMjs
ZIM 6.3.0 has launched at http://zimjs.com with a new transform() method available for every ZIM display object such as images, shapes and components. An example can be found here: http://zimjs.com/transform/ … Continue reading
ZIM Teach Launches with Workshops and Lessons for Visual JavaScript Coding on the Canvas
ZIM Teach has launched at http://zimjs.com/teach.html as a resource for teaching very VISUAL JavaScript code on the HTML Canvas. ZIM Teach compliments the ZIM Learn section at http://zimjs.com/learn.html which has … Continue reading
ZIM Badges – ART – in-depth JavaScript Canvas Tutorial for Generative Art is Live!
ZIM Badges – ART – has launched to help you build four examples of Interactive and Generative Art with controls to go from page to page. http://zimjs.com/badges.html The Badges Tutorial … Continue reading
ZIM 6.2.0 Launches with Noise and CreateJS 1.0.0 support – #HTML #Canvas #JavaScript #ZIMjs
ZIM 6.2.0 at http://zimjs.com has launched with a new Noise() class for making generative art with OpenSimplex noise (similar to Simplex Noise and Perlin Noise). Also, there is a new … Continue reading
Touchy – Mobile App for iOS and Android Re-built in ZIM #canvas #mobile #JavaScript #CreateJS #ZIMjs
The Touchy Mobile App found at http://touchy.mobi by Dan Zen has been relaunched on Apple iTunes and Google Play stores. The app was originally built in Flash AIR and now … Continue reading
Accessibility for the HTML Canvas with ZIM (six) – Easy to Code with #ZIMjs and #CreateJS.
ZIM (six) http://zimjs.com has launched with accessibility for screen readers on the HTML Canvas for destop and mobile. Try Accessibility tests here: http://zimjs.com/accessibility. Testing was done on Windows Narrator, Apple … Continue reading
ZIM 5.5.0 Launches with Optional zim Namespace. #html #canvas #javascript #createjs #zimjs
ZIM 5.5.0 has launched at http://zimjs.com and no longer requires the zim namespace. For example: var circle = new zim.Circle(); // has the zim namespace var circle = new Circle(); … Continue reading