From a26c8b848f340cf857982d5e5382eb6c53291943 Mon Sep 17 00:00:00 2001 From: ne_mene21 <73829851+nemene21@users.noreply.github.com> Date: Thu, 4 Jul 2024 18:59:21 +0200 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1d1c4eb..31b2736 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ # What is this? This is a set of programs used for making games with raylib. -It features an entity, component, scene system and has the ability to manage textures, shaders, SFX and particle systems with hot reloading. +It features an entity, component, scene system and has the ability to manage textures, shaders, SFX and particle systems with hot reloading and also includes an automatic GUI build system that can build for windows and compile to wasm. +It also allowes you to host your game locally and gives you an url that tunnels your local server with the game (Requires ngrok, https://ngrok.com/) Documentation: https://nemeneframeworkdocs.netlify.app/index.html