Skip to content

Commit

Permalink
docs: update main readme (WASM/Zig package info)
Browse files Browse the repository at this point in the history
  • Loading branch information
postspectacular committed Jan 10, 2025
1 parent 7ca3e59 commit dc24803
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@
- [RAF](#raf)
- [Offline](#offline)
- [FPS overlay](#fps-overlay)
- [WebAssembly bindings](#webassembly-bindings)
- [Getting started](#getting-started)
- [Existing adapter implementations](#existing-adapter-implementations)
- [Examples projects](#example-projects)
Expand Down Expand Up @@ -998,6 +999,18 @@ max and average. The visualization can be configured via provided

[Source](https://github.com/thi-ng/genart-api/blob/main/packages/time-fps-overlay/src/index.ts)

## WebAssembly bindings

Altough the main GenArtAPI project is a JavaScript-centric GenArt API
workflow/setup, we also want to provide integrations for other languages, e.g.
via WebAssembly.

The [@genart-api/wasm
package](https://github.com/thi-ng/genart-api/blob/main/packages/wasm/) provides
WASM bindings for GenArtAPI and is designed as an API module/plugin for the
[thi.ng/wasm-api](https://thi.ng/wasm-api) toolchain, and includes polyglot
bindings code for both [Zig](https://ziglang.org) & TypeScript/JavaScript.

## Getting started

> [!NOTE]
Expand Down

0 comments on commit dc24803

Please sign in to comment.