
Copy and paste this code into a text file on your computer - save as code.html and view in Browser.
more<html> <head> <meta charset="utf-8" /> <title>ZIM - Code Creativity</title> <!-- zimjs.com - JavaScript Canvas Framework --> <script src="https://zimjs.org/cdn/1.3.3/createjs.js"></script> <script src="https://zimjs.org/cdn/cat/04/zim.js"></script> <!-- use zimjs.com/distill to minify only code needed for app --> <script> const frame = new Frame("fit", 1024, 768, light, dark); frame.on("ready", () => { const stage = frame.stage; let stageW = frame.width; let stageH = frame.height; // put your code here new Circle(100, blue) .center() .drag(); stage.update(); // needed to view changes }); </script> <meta name="viewport" content="width=device-width, user-scalable=no" /> </head> <body></body> </html>
Make MOBILE APPS with the new ZIM PWA TOOL called Zapps!

Visit ZIM SHIM to use ZIM right in Adobe Animate with CreateJS tech!

Use ZIM ACCESSIBILITY for Screen Readers - see the DOCS

The ZIM CDN (Content Delivery Network) holds links to code files stored on the cloud with CloudFlare
ZIM LEARN has tutorials and the DOCS are interlinked with ZIM BITS



See GUIDES on Medium and POSTS on DEV with Dr Abstract!


ZIM TIPS and ZIM BUBBLING have the latest based on DARK PAPERS



CODE ZERO shows starter videos and SHERIDAN has PostGrad learning


SLACK and DISCORD have community and support worth GIT HUB stars!



ZIM Tools! DISTILL, ZAPPS!, WONDER and ASSET LIST




ZIM ZAP lets you share code and ZIM LAB is an online editor!


Type code in an EDITOR with optional TYPESCRIPT Typings!


Make Mobile apps with PWAs - and Native Apps with CAPACITOR!


Try ZIM MVC Model View Controller - or NPM Node Package Manager for ZIM!


Use ADOBE ANIMATE for custom shapes and TEXTURE PACKER for Sprites!


CREATEJS powers ZIM and both use JAVASCRIPT


ZIM SOCKET for Multiuser and ZIM GAME with Leader and ISOMETRIC Boards



ZIM TEN PHYSICS with integrated Physics!


ZIM PHYSICS for Box2D with SOUP of course!


ZIM THREE for 3D with MODELS in ThreeJS


ZIM PIZZAZZ for BACKINGS, ICONS, PATTERNS and PATHS




ZIM BASE provides easy database queries!
