Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/laszlokorte/jsqlvg

This is an experiment to implement a simple drawing application with HTML, Canvas, SVG and SQL.js
https://github.com/laszlokorte/jsqlvg

Last synced: about 20 hours ago
JSON representation

This is an experiment to implement a simple drawing application with HTML, Canvas, SVG and SQL.js

Awesome Lists containing this project

README

        

# SQL.js + Canvas UI Experiment

![Screenshot of the UI](./preview.png)

This is an experiment to implement a simple drawing application with HTML, Canvas, SVG and SQL.js

The goal is to implement most of the business logic in SQLite and render the output onto a canvas.
The Javascript should merely be use clue code between SQlite and the canvas (or SVG).