kirjavascript / quickjs-canvas

native <canvas> for desktop applications

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

try the examples;

cargo run --release -- --file examples/hello.js

development dependencies

libsdl2-dev libsdl2-gfx-dev liblzma-dev

TODO

  • support useful canvas API subset
    • improve text implementation (try orbfont)
    • arc
    • curves
  • fix window closing
  • examples: zdog, d3-force, window.moveTo breakout
  • document features
  • object-inspect for debugging
  • fetch
  • clipboard
  • IO
  • localStorage
  • btoa atob
  • setTimeout / setInterval
  • support full canvas API
  • file watching (hot reload)
  • Path2d
  • cross compile for windows
  • --png
  • --embed script.js --out file.exe
  • make "bundled", "static-link" work with sdl2_gfx
  • prompt() from window, with blocked bool
  • nanovg

libs to consider

https://crates.io/crates/enum-as-inner http://www.zebkit.org/dark/about.html

About

native <canvas> for desktop applications


Languages

Language:Rust 88.2%Language:JavaScript 11.8%