An open API service indexing awesome lists of open source software.

https://github.com/aniketfuryrocks/dlopen_live_reload

Demonstration of live reloading libraries in c
https://github.com/aniketfuryrocks/dlopen_live_reload

c cpp dlopen hotreload livereload

Last synced: 6 months ago
JSON representation

Demonstration of live reloading libraries in c

Awesome Lists containing this project

README

          

# dlopen_live_reload
Demonstration of live reloading libraries in c

**Run**
```bash
make all
```

Open a new terminal side by side in the same directory.
Make changes in `src/lib.c`

**Compile it**
```bash
make make_lib
```

Press enter on the first terminal and see the output change before you.
This is just a simple demonstration. You can implement state management with hot reloading using the same idea.