diff options
author | Sven Göthel <[email protected]> | 2024-05-12 11:28:08 +0200 |
---|---|---|
committer | Sven Göthel <[email protected]> | 2024-05-12 11:28:08 +0200 |
commit | 35383416b04690c55f9f67bba450a748b05c7814 (patch) | |
tree | 8d4f6c4a6e093089ef14594d8b8a7bb3aea880fa /CHANGES.md | |
parent | 61610043963f846406315aa662931608a1a9d9cf (diff) |
v0.0.1v0.0.1
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 14 |
1 files changed, 14 insertions, 0 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 + |