aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSven Göthel <[email protected]>2024-05-12 11:28:08 +0200
committerSven Göthel <[email protected]>2024-05-12 11:28:08 +0200
commit35383416b04690c55f9f67bba450a748b05c7814 (patch)
tree8d4f6c4a6e093089ef14594d8b8a7bb3aea880fa
parent61610043963f846406315aa662931608a1a9d9cf (diff)
v0.0.1v0.0.1
-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