hcabel / OpenVoxel

OpenVoxel is a Open source voxel game engine/editor
GNU General Public License v3.0
15 stars 2 forks source link

Refacto modules #57

Closed hcabel closed 1 year ago

hcabel commented 1 year ago

The way I initialize module is barely working. I'm using global variable that when created are registering themself to the module manager. This is very inconsistent because those module variable and the module manager are loaded randomly.

it will be best for the module manager to load all the module manually keep the handle of the module. ect