From 35383416b04690c55f9f67bba450a748b05c7814 Mon Sep 17 00:00:00 2001 From: Sven Göthel Date: Sun, 12 May 2024 11:28:08 +0200 Subject: v0.0.1 --- CHANGES.md | 14 ++++++++++++++ README.md | 8 ++++++-- jaulib | 2 +- 3 files changed, 21 insertions(+), 3 deletions(-) create mode 100644 CHANGES.md diff --git a/CHANGES.md b/CHANGES.md new file mode 100644 index 0000000..8c586a7 --- /dev/null +++ b/CHANGES.md @@ -0,0 +1,14 @@ +# Gamp: Graphics, Audio, Multimedia and Processing Library for C++ and WebAssembly + +[Original document location](https://jausoft.com/cgit/gamp.git/about/). + +## Changes + +**0.0.1** +* Working WebAssembly / Emscripten + - Using either OpenGL ES 2 (WebGL1) or OpenGL ES 2 (WebGL2) +* Single thread +* Single window/surface +* Single everything +* Zero API but merging jaulib + SDL + diff --git a/README.md b/README.md index fd4d832..953ec7c 100644 --- a/README.md +++ b/README.md @@ -13,8 +13,8 @@ This project's canonical repositories is hosted on [Gothel Software](https://jausoft.com/cgit/gamp.git/). ## Goals -*Gamp* intends to replicate [JogAmp](https://jogamp.org/)'s experiences to C++ in a condensed form, -allowing a similar workflow in the native space *and* browser environment via [WebAssembly](https://webassembly.org/). +*Gamp* intends to replicate [JogAmp](https://jogamp.org/)'s experience to C++ in a condensed form, +allowing a similar workflow on native targets *and* within the browser via [WebAssembly](https://webassembly.org/). Ironically this will bring back *runs everywhere* including *the web*. @@ -245,3 +245,7 @@ or *just* help to fund the ongoing effort. ## Common issues *Bugtracker etc to be setup at a later stage*. +## Changes + +See [Changes](CHANGES.md). + diff --git a/jaulib b/jaulib index 3d1503c..e35c1f0 160000 --- a/jaulib +++ b/jaulib @@ -1 +1 @@ -Subproject commit 3d1503ccb20f3c0f2b23940fc9395f3395c503c0 +Subproject commit e35c1f0276e785627634c08c8d6088a8e5bf1a30 -- cgit v1.2.3