Skip to content

Commit

Permalink
Add link to blog post.
Browse files Browse the repository at this point in the history
  • Loading branch information
seletz authored Jan 8, 2024
1 parent dd89e72 commit 7d62150
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Hot Code Reloading in C

More details about this code can be found in my [blog post](https://seletz.github.io/posts/hotreload-gamecode-in-c).

This is some example code which demos hot-code reloading
using `dlopen(3)` and `dlsym(3)` of game code while the game
is running.
Expand Down

0 comments on commit 7d62150

Please sign in to comment.