VGED-ORGANIZATION / VGED-ENGINE

GNU General Public License v3.0
8 stars 1 forks source link

Hot reaload manager #21

Open beaumanvienna opened 2 years ago

beaumanvienna commented 2 years ago

use dlopen to run some code at runtime create a file checker that takes in filepaths and creates an event if a file was changed (to be run in separate thread)

wkaelj commented 2 years ago

23 Basic loader is done.

wkaelj commented 2 years ago

Have interface for script loading partially complete.