godot-nim / gdext-nim

Godot GDExtension binding for Nim
MIT License
27 stars 2 forks source link

Register extension classes before NimMain #33

Closed panno8M closed 1 month ago

panno8M commented 1 month ago

This allows for instantiation of classes at the top level and eliminates prohibited operations associated with loading libraries.