aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--CHANGES.md14
-rw-r--r--README.md8
m---------jaulib0
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
+
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
-Subproject 3d1503ccb20f3c0f2b23940fc9395f3395c503c
+Subproject e35c1f0276e785627634c08c8d6088a8e5bf1a3