diff options
-rw-r--r-- | CHANGES.md | 14 | ||||
-rw-r--r-- | README.md | 8 | ||||
m--------- | jaulib | 0 |
3 files changed, 20 insertions, 2 deletions
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 + @@ -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 -Subproject 3d1503ccb20f3c0f2b23940fc9395f3395c503c +Subproject e35c1f0276e785627634c08c8d6088a8e5bf1a3 |