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
+3
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,9 @@
3
3
This sample demonstrates usage of cr.h hot reloading header-only library. The primary goal of it is to increase iteration speed and bring quality of development.
4
4
In this repository you may find both hot reloadable lib.dll and app.dll which allows you to develop both core library and sample application with the abillity to hot reload.
5
5
6
+
## Third Party libraries
7
+
This repo also features a branch for ECS library [flecs](https://github.com/clibequilibrium/hot-reloading-sample/tree/flecs) which has a sample of how to reload system function pointers which could be useful to iterate on your systems without reloading your application. It works because all the application state is stored in the world with and entities / components.
0 commit comments