j
jaipkg.dev
packages / library / jai-sokol-wasm-playground

jai-sokol-wasm-playground

d7f366flibrary

No description provided.

No license · updated 2 years ago

JAI Sokol WASM example

This is a small project to demo how to use Jai + Sokol and output to WASM.

Notes:

How to build?

  • Run jai first.jai, which should output in the dist/ folder.
  • Serve the dist/ folder with any server you want (any tool that can app serve static assets should work).
  • Open in a browser. (http://127.0.0.1:8080 for example)