From 79da5174827e5396fa6f3862dba0991763605cce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Tue, 23 Apr 2013 19:40:40 +0200 Subject: [PATCH] Advertise Emscripten support. --- README.md | 3 +++ doc/mainpage.dox | 3 +++ 2 files changed, 6 insertions(+) diff --git a/README.md b/README.md index 18fc6b706..bbc6eb2d5 100644 --- a/README.md +++ b/README.md @@ -42,11 +42,14 @@ SUPPORTED PLATFORMS * **OpenGL** 2.1 through 4.4, core profile functionality and modern extensions * **OpenGL ES** 2.0, 3.0 and extensions to match desktop OpenGL functionality +* **WebGL** 1.0 and extensions to match desktop OpenGL functionality + * **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through GLUT or SDL2 toolkit) * **Windows** (through GLUT or SDL2 toolkit) * **Google Chrome** (through [Native Client](https://developers.google.com/native-client/), both `newlib` and `glibc` toolchains are supported) +* **HTML5/JavaScript** (through [Emscripten](https://github.com/kripken/emscripten/wiki)) FEATURES ======== diff --git a/doc/mainpage.dox b/doc/mainpage.dox index d24de7caf..982299330 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -67,11 +67,14 @@ recent C++11 features and to abstract away platform-specific issues. - **OpenGL** 2.1 through 4.4, core profile functionality and modern extensions - **OpenGL ES** 2.0, 3.0 and extensions to match desktop OpenGL functionality +- **WebGL** 1.0 and extensions to match desktop OpenGL functionality + - **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through GLUT or SDL2 toolkit) - **Windows** (through GLUT or SDL2 toolkit) - **Google Chrome** (through [Native Client](https://developers.google.com/native-client/), both `newlib` and `glibc` toolchains are supported) +- **HTML5/JavaScript** (through [Emscripten](https://github.com/kripken/emscripten/wiki)) @section mainpage-features Features