From 53024f4330f365d763c5c4fc1bf94b1a84617a65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 27 Oct 2013 13:49:44 +0100 Subject: [PATCH] Advertise OSX port. --- README.md | 2 ++ doc/mainpage.dox | 1 + 2 files changed, 3 insertions(+) diff --git a/README.md b/README.md index bbc6eb2d5..36baa1416 100644 --- a/README.md +++ b/README.md @@ -44,9 +44,11 @@ SUPPORTED PLATFORMS * **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) +* **OS X** (thanks to [Miguel Martin](https://github.com/miguelishawt)) * **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)) diff --git a/doc/mainpage.dox b/doc/mainpage.dox index 982299330..1df14dab9 100644 --- a/doc/mainpage.dox +++ b/doc/mainpage.dox @@ -72,6 +72,7 @@ recent C++11 features and to abstract away platform-specific issues. - **Linux** and embedded Linux (natively using GLX/EGL and Xlib or through GLUT or SDL2 toolkit) - **Windows** (through GLUT or SDL2 toolkit) +- **OS X** (thanks to [Miguel Martin](https://github.com/miguelishawt)) - **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))