Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/laszlokorte/jsqlvg
- Owner: laszlokorte
- Created: 2023-08-18T10:01:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-07T21:22:20.000Z (about 1 year ago)
- Last Synced: 2024-04-09T23:06:25.849Z (7 months ago)
- Language: JavaScript
- Size: 330 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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).