awesome-canvas icon indicating copy to clipboard operation
awesome-canvas copied to clipboard

Adding Canvascript

Open VBproDev opened this issue 11 months ago • 0 comments

Description

Adding Canvascript to the list of tools section

Motivation

Canvascript is an open-source no-code tool that allows web game devs to easily render their drawings in the HTML canvas without writing code. Drawing even a single line requires mapping out an endless list of coordinates and can require upto 4 lines of code. With CS, one just has draw on the canvas with their pointer, then get the code to render it.

Additional details

This is the link to the repo- https://github.com/VBproDev/Canvascript

VBproDev avatar Nov 04 '24 10:11 VBproDev