DEV Community

Cover image for Create User Interfaces on the Canvas as easy as it has never been
Martí Serra Molina
Martí Serra Molina

Posted on

Create User Interfaces on the Canvas as easy as it has never been

Have you ever tried to create something on the canvas and found it overly complex? If that's the case, this library is for you.

Canvas User Interface is a library that lets you create user interfaces on the canvas in a very simple way.

You no longer have to define all the drawings and compute all the coords of the graphical elements. Everything is managed by this library.

The way it works is by providing you ways to create your custom elements, place them as you want (ex: aligned in the middle) and interact with them in a very simple way.

Using this library, you can create projects that would be very hard to create if this library wasn't used. These are some examples:

puzzle

sudoku

tetris

This library is extremely powerful when you want to create graphics that could not be created when using HTML elements (puzzle, sudoku...).

Top comments (0)