kairichard / awesome-nocode-lowcode

A curated list of awesome nocode / lowcode applications to build other applications
Creative Commons Zero v1.0 Universal
1.02k stars 130 forks source link

Adding Canvascript #63

Closed VBproDev closed 2 days ago

VBproDev commented 3 days ago

Description

Adding Canvascript to the games 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

License is GPLv3 or later