Open In App

Sketch.js | Introduction

Sketch.js is a light-weight creative coding platform. It provides all the snippets and code that you need to add to make cool animations and effects to your website. Sketch.js makes the implementation of animations very fast and easy. It is similar to using Processing . Its main concept is based on events like mouse events, touch events, and keyboard events. All the events are augmented for convenience so that you can use them easily and outside event handlers if you want to. For getting coordinates of mouse and touch event, we have x and y coordinates which are also used in normal JavaScript. Using sketch.js makes coding faster and fun without worrying about the setup and writing a lot of boilerplate code for the configuration. It provides a built-in graphics context and animation loops. So at last one should use sketch.js for making animations as it is fast, easy to set up and use and it saves you from writing a lot of code.

Installation:



Article Tags :