Instead of reloading the plugins by pressing a key:
|
if (IsKeyPressed(KEY_H)) { |
There would be the possibility to use inotify(7) syscalls to detect changes in filesystem and then reload / add plugins and libraries. I think its interessting idea because i never heard about this syscalls and found it by accident (chatting with ai ;)).
Instead of reloading the plugins by pressing a key:
panim/panim/panim.c
Line 264 in ead3829
There would be the possibility to use inotify(7) syscalls to detect changes in filesystem and then reload / add plugins and libraries. I think its interessting idea because i never heard about this syscalls and found it by accident (chatting with ai ;)).