From c6b2e4cf3b1e8260a193eed9de73cdb61d193620 Mon Sep 17 00:00:00 2001 From: W2Wizard Date: Mon, 7 Oct 2024 16:57:28 +0200 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index addfde0..e183b8d 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,9 @@ MLX42 is a performant, easy to use, cross-platform, minimal windowing graphics l It provides primitive tools to draw textures onto the window as well as modifying them at runtime as they get displayed on the window. +> [!IMPORTANT] +> 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. + # Features ✨ 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 ## Open source && Community driven 🌐 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. -> [!IMPORTANT] -> 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. +## Emscripten Compatibility 🚀 +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. + +### Highlights +- **Emscripten Support**: Compile MLX42 with Emscripten, enabling graphical applications to run in a web environment. +- **WebAssembly Compatibility**: Ensures that MLX42 can be utilized in modern web browsers, expanding its usability beyond traditional desktop environments. +- **Updated Documentation**: Provided guidance on how to build and run MLX42 projects using Emscripten. ---