Browse Source

doc: mention the base-wxwidgets bootstrap project as well.

mousecapture
Vladimír Vondruš 6 years ago
parent
commit
b384b2043b
  1. 5
      doc/platform.dox

5
doc/platform.dox

@ -171,7 +171,10 @@ following code listing.
@note Fully contained application using with manual Magnum initialization on @note Fully contained application using with manual Magnum initialization on
top of Qt toolkit is available in `base-qt` branch of top of Qt toolkit is available in `base-qt` branch of
[Magnum Bootstrap](https://github.com/mosra/magnum-bootstrap) repository. [Magnum Bootstrap](https://github.com/mosra/magnum-bootstrap/tree/base-qt)
repository. A similar project, but for wxWidgets is in the
[base-wxwidgets](https://github.com/mosra/magnum-bootstrap/tree/base-wxwidgets)
branch.
@note @note
There's also an example showing @ref examples-triangle-plain-glfw "usage of plain GLFW to render a basic triangle". There's also an example showing @ref examples-triangle-plain-glfw "usage of plain GLFW to render a basic triangle".

Loading…
Cancel
Save