trycatcher / hello-canvaskit-cljs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Goal

This is an experiment to use canvaskit-wasm from Clojurescript. It involves

  1. Translating the Skia quickstart into Cljs.

Pre-requisites

  • Clojure
  • Emacs with CIDER

Setup

  • Clone this repository.
  • Start the app with bin/start (Make it executable first via chmod +x bin/start or similar).
  • In your browser browse to localhost:8081.
  • Navigate to src/app.cljs.
  • Start a Cljs REPL with C-c M-C or M-x cider-connect-cljs.
  • Test with evaluating the form(s) inside the comment block, you should see them showing up in the browser console.

About


Languages

Language:Clojure 80.2%Language:HTML 12.6%Language:Emacs Lisp 4.2%Language:Shell 3.0%