ardazishvili / Sota

Editable generator of discrete structures for Godot 4
MIT License
31 stars 2 forks source link

Add "Types Abstraction Layer" #30

Closed ardazishvili closed 2 months ago

ardazishvili commented 2 months ago

Add layer which separates godot types from client code. This may be useful e.g. for this:

  1. Use of custom classes, e.g. Vector3D -> SotaVector3D with minimal changes for client code
  2. Sota build as godot module instead of GDExtension