You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+10-2
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,9 @@ MLX42 is a performant, easy to use, cross-platform, minimal windowing graphics l
16
16
17
17
It provides primitive tools to draw textures onto the window as well as modifying them at runtime as they get displayed on the window.
18
18
19
+
> [!IMPORTANT]
20
+
> At times it may seem like no updates have taken place for a long time. This is expected, the project / lib is considered completed and requires minimal updates. Bug fixes are still guaranteed and the project is still being actively maintained.
21
+
19
22
# Features ✨
20
23
21
24
MLX42 comes with a plethora of features that make using it actually a joy instead of a chore.
@@ -39,8 +42,13 @@ It is built on OpenGL and uses batched rendering to speed up the rendering proce
39
42
## Open source && Community driven 🌐
40
43
This project is being actively maintained by Codam as well as students from the 42 Network. This gives students the direct opportunity to learn more about the library itself as well as fix any potential bugs instead of merely accepting them.
41
44
42
-
> [!IMPORTANT]
43
-
> At times it may seem like no updates have taken place for a long time. This is expected, the project / lib is considered completed and requires minimal updates. Bug fixes are still guaranteed and the project is still being actively maintained.
45
+
## Emscripten Compatibility 🚀
46
+
MLX42 introduces compatibility with [Emscripten](https://emscripten.org/), allowing MLX42 to run in web browsers through WebAssembly. This modification were made possible thanks to [@PepeLevi](https://github.com/PepeLevi/MLX42_emcc), credits to him for his fork and contributions.
47
+
48
+
### Highlights
49
+
-**Emscripten Support**: Compile MLX42 with Emscripten, enabling graphical applications to run in a web environment.
50
+
-**WebAssembly Compatibility**: Ensures that MLX42 can be utilized in modern web browsers, expanding its usability beyond traditional desktop environments.
51
+
-**Updated Documentation**: Provided guidance on how to build and run MLX42 projects using Emscripten.
0 commit comments