Browse Source

Mention that SDL2 is working on OSX.

pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
9c06a95003
  1. 2
      README.md
  2. 2
      doc/mainpage.dox

2
README.md

@ -51,7 +51,7 @@ Platforms:
* **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))
* **OS X** (through SDL2 toolkit, 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))

2
doc/mainpage.dox

@ -76,7 +76,7 @@ Platforms:
- **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))
- **OS X** (through SDL2 toolkit, 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))

Loading…
Cancel
Save