raylibView

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.

version(Have_raylib_d)
@safe
enum raylibView = RaylibViewBuilder!RaylibView.init;

Meta