raylibView implements some I/O functionality using the Raylib library, namely CanvasIO, KeyboardIO, MouseIO, ClipboardIO and ImageLoadIO.
These systems are not enough for Fluid to function. Use raylibStack to also initialize all other necessary systems.
Specify Raylib version by using a member: raylibView.v5_5() will create a stack for Raylib 5.5.
See Source File
raylibView implements some I/O functionality using the Raylib library, namely CanvasIO, KeyboardIO, MouseIO, ClipboardIO and ImageLoadIO.
These systems are not enough for Fluid to function. Use raylibStack to also initialize all other necessary systems.
Specify Raylib version by using a member: raylibView.v5_5() will create a stack for Raylib 5.5.