kibble-cabal / godot-rive

An integration of Rive into Godot 4 using GDExtension
80 stars 3 forks source link

Add `RiveViewer2D` class #10

Closed audse closed 5 months ago

audse commented 5 months ago

The rive viewer extends Control – which means it can't easily be used as a child of Node2D.

Multiple inheritance may not be possible, so composition is fine as an alternative.