Multi-touch Gestures – Pan, Pinch, Rotate with ZIM for the #HTML #Canvas with #ZIMjs powered by #CreateJS
ZIM 5.4.0 has launched featuring zim.gesture() for multitouch gestures of pan (position), pinch (scale) and rotate (rotation) on touch screen devices and screens. See an example and read the code … Continue reading
Official ZIM (vee/5) Site Launch + Badges Tutorial for #HTML #Canvas #JavaScript
The ZIM VEE (5) site has officially launched at http://zimjs.com and features a new Badges Tutorial section to make an Alien Detector app and earn badges. The tutorial has 60 … Continue reading
CODE ZERO – Learn to Code with ZIM for #JavaScript, #HTML #Canvas
ZIM has launched a new video series called CODE ZERO that talks about code from right from the start. This series takes a fun, simple, visual and philosophical approach suited … Continue reading
ZIM 5.3.0 Launches with SoundWave #frequency analysis for #HTML #JavaScript and #CreateJS at #ZIMjs
Ah… the old classic Frequency Bars! ZIM 5.3.0 has launched at http://zimjs.com that now includes a SoundWave() class for easy Sound Frequency Analysis. var soundWave = new zim.SoundWave(50); soundWave.on(“ready”, function() … Continue reading
PaperJS Famous Wave recreated in ZIM on the #HTML #Canvas with #JavaScript #CreateJS and #ZIMjs
ZIM 5.1.0 has launched with a new Blob class complete with multiple types of Bezier controls. The ZIM Blob can be edited and recorded. The Bezier points can be animated … Continue reading
ZIM 5.0 Launches with Particle Emitter for #HTML #Canvas with #JavaScript and #CreateJS with #ZIMjs
ZIM 5 has launched with a new concept called a ZIM VEE value. http://zimjs.com This allows for dynamic parameters and works in conjunction with a new global command called zik() … Continue reading
ZIM Meme Launches with ZIM 4.9.1 on HTML Canvas with #JavaScript and #CreateJS
ZIM Meme has launched at http://zimjs.com/code/meme and demonstrates the components in ZIM including the new Loader and TextArea components added in ZIM 4.9.0. The latest version, ZIM 4.9.1 is live … Continue reading
ZIM Launches BUBBLING video series for #HTML #Canvas and #CreateJS with #ZIMjs
ZIM Bubbling is live at YOU TUBE with current topics as follows: ZIM Bubbling: 01. New Series ZIM Bubbling: 02. Chaining ZIM Bubbling: 03. Animation Series ZIM Bubbling: 04. Sprite … Continue reading
ZIM 4.8.0 Launches with MotionController and GamePad for HTML #Canvas with #JavaScript and #CreateJS #ZIMjs
ZIM 4.8.0 at http://zimjs.com has launched with support for Game Controllers using the HTML navigator.getGamepads API including buttons and sticks: “A”,”B”,”X”,”Y”, (Triangle, Circle, Cross and Square) “LB”,”RB”,”LT”,”RT”, (for left and … Continue reading
CSS Animation vs Canvas Animation with #ZIMjs and #CreateJS
CSS ANIMATION vs ZIM ANIMATION A ball animating to the middle of the page creating a drop – repeating three times and the drop gets bigger until it turns into … Continue reading
ZIM Dynamo and Accelerator launches with version 4.7.2 for HTML Canvas, JavaScript and CreateJS
http://zimjs.com/code/zide/ demonstrates the new dynamic scene functionality in the latest release of ZIM – 4.7.2. DYNAMO Dynamo takes a zim.Sprite and lets you change its speed by a percentSpeed property. … Continue reading
ZIM 4.7 Launches with Animation Series, Sprite Improvements and more for HTML Canvas Coding with JavaScript and CreateJS
ZIM 4.7.0 (and actually 4.7.1) has launched – hey, did you guys notice the 4 in the ZIM Logo Icon? http://zimjs.com – is the URL to the ZIMjs Framework for … Continue reading
SpriteSheets in ZIM – canvas coding with #JavaScript and #CreateJS
SpriteSheets let you animate graphics by loading one graphic and providing data for the frames. CreateJS has SpriteSheet and Sprite support. ZIM uses these as a base and then adds … Continue reading
ZIM 4.6 New Updates for HTML Canvas Coding!
ZIM 4.6.0 has launched with a new Swiper class added to the Pages module. Swiper is like an invisible slider with Damping. It is good for controlling rotation and scale … Continue reading