File tree 2 files changed +11
-2
lines changed
site/source/docs/compiling 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,16 @@ available in emscripten. In order to use a contrib port you use the
17
17
contrib.glfw3
18
18
=============
19
19
20
- This project is an emscripten port of glfw written in C++ for the web/webassembly platform
20
+ This project is an emscripten port of GLFW written in C++ for the
21
+ web/webassembly platform.
22
+
23
+ .. note ::
24
+ emscripten includes support for both GLFW 2 and 3 written in Javascript.
25
+ These can be activated with the :ref: `settings <use_glfw >` ``-sUSE_GLFW=2 ``
26
+ and ``-sUSE_GLFW=3 ``. This non-official contribution, written in C++,
27
+ provides a more extensive and up-to-date implementation of the GLFW 3 API
28
+ than the built-in port. It is enabled with the option
29
+ ``--use-port=contrib.glfw3 ``.
21
30
22
31
`Project information <https://github.com/pongasoft/emscripten-glfw >`_
23
32
Original file line number Diff line number Diff line change 10
10
11
11
# contrib port information (required)
12
12
URL = 'https://github.com/pongasoft/emscripten-glfw'
13
- DESCRIPTION = 'This project is an emscripten port of glfw written in C++ for the web/webassembly platform'
13
+ DESCRIPTION = 'This project is an emscripten port of GLFW written in C++ for the web/webassembly platform'
14
14
LICENSE = 'Apache 2.0 license'
15
15
16
16
You can’t perform that action at this time.
0 commit comments