From 7f69d03981ed7c75a002852097a1319fd2128f87 Mon Sep 17 00:00:00 2001 From: doyle Date: Wed, 25 Oct 2023 22:03:42 +1100 Subject: [PATCH] fp: Add note about hot-reloading --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 8162282..14f5432 100644 --- a/readme.md +++ b/readme.md @@ -30,6 +30,11 @@ which bootstraps the build program and automatically calls the meta-build program. With fast computers nowadays our default is to build all targets by default (except web due to extra toolchain requirements). +The game supports hot-reloading by storing the game code in the DLL. 2 variants +of the build are published, the DLL and non-DLL version. The DLL version can be +rebuilt whilst running to hot-reload game code whereas the non-DLL variant bakes +the entire game into one executable. + ### Web A web ready version using WASM can be built by passing `--web` to the meta build