@@ -4,11 +4,16 @@ Introduction
4
4
This project is an Emscripten port of GLFW written in C++ for the web/wasm platform. The currently supported
5
5
GLFW API is 3.4.
6
6
7
+ [ ![ emscripten - TBD] ( https://img.shields.io/badge/emscripten-TBD-blue )] ( https://emscripten.org )
8
+ [ ![ contrib.glfw3 - 3.4.0.20250607] ( https://img.shields.io/badge/contrib.glfw3-3.4.0.20250607-blue )] ( https://github.com/pongasoft/emscripten-glfw/releases/latest )
9
+ [ ![ GLFW - 3.4.0] ( https://img.shields.io/badge/GLFW-3.4.0-blue )] ( https://www.glfw.org/ )
10
+ [ ![ License] ( https://img.shields.io/badge/License-Apache%20License%202.0-blue.svg )] ( https://www.apache.org/licenses/LICENSE-2.0 )
11
+ ![ Compiles] ( https://github.com/pongasoft/emscripten-glfw/actions/workflows/main.yml/badge.svg )
12
+
7
13
[ ![ emscripten - 4.0.5] ( https://img.shields.io/badge/emscripten-4.0.5-blue )] ( https://emscripten.org )
8
14
[ ![ contrib.glfw3 - 3.4.0.20250305] ( https://img.shields.io/badge/contrib.glfw3-3.4.0.20250305-blue )] ( https://github.com/pongasoft/emscripten-glfw/releases/latest )
9
15
[ ![ GLFW - 3.4.0] ( https://img.shields.io/badge/GLFW-3.4.0-blue )] ( https://www.glfw.org/ )
10
16
[ ![ License] ( https://img.shields.io/badge/License-Apache%20License%202.0-blue.svg )] ( https://www.apache.org/licenses/LICENSE-2.0 )
11
- ![ Compiles] ( https://github.com/pongasoft/emscripten-glfw/actions/workflows/main.yml/badge.svg )
12
17
13
18
Goal
14
19
----
@@ -209,6 +214,7 @@ emcc --use-port=contrib.glfw3:disableWarning=true:disableMultiWindow=true main.c
209
214
> #### Note about availability in Emscripten
210
215
> | Emscripten | this port |
211
216
> | ------------| ----------------|
217
+ > | TBD | 3.4.0.20250607 |
212
218
> | 4.0.5 | 3.4.0.20250305 |
213
219
> | 4.0.4 | 3.4.0.20250209 |
214
220
> | 4.0.2 | 3.4.0.20250117 |
@@ -242,6 +248,10 @@ Check the [Building](docs/Building.md) page for details on how to build this pro
242
248
243
249
Release Notes
244
250
-------------
251
+ # ### 3.4.0.20250607 - 2025-06-07 | Emscripten TBD
252
+
253
+ - The main port file has been simplified and is now using the new (as of 4.0.10) " external port file" Emscripten feature
254
+
245
255
# ### 3.4.0.20250305 - 2025-03-05 | Emscripten 4.0.5
246
256
247
257
- Fixed missing ` i` key in keyboard mapping. Thanks, [@iarwain](https://github.com/iarwain) for PR [# 18](https://github.com/pongasoft/emscripten-glfw/pull/18).
0 commit comments