Skip to content

Commit 6093ee0

Browse files
Update README.md
1 parent 39ed551 commit 6093ee0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@
33
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.
44
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.
55

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.
8+
69
## In action
710

811
![Sample](Animation.gif)

0 commit comments

Comments
 (0)