![]()
Have a problem? raylib.v currently requires the master branch of V, so please run v up before filing any issues.
Not a fork! This isn't a fork of vraylib but a wrapper built from the ground up with cross compatibility in mind. raylib.v is a binding for raylib in V with an aim for 100% parity with the C library. This probably suffices most uses for raylib at the moment, however some more advanced functionality is currently missing.
Any issues? Open a discussion.
Do v install irishgreencitrus.raylibv
See the examples/ folder for some examples.
TinyCC support is still in the works! You may need to switch to a different compiler to compile examples.
For example, to run the
core_basic_window.vexample, you will need to use the command:
v -cc gcc run core_basic_window.vto run using gcc, or:
v -cc clang run core_basic_window.vto run using clang
C
76.0%
V
24.0%
![]()
Have a problem? raylib.v currently requires the master branch of V, so please run v up before filing any issues.
Not a fork! This isn't a fork of vraylib but a wrapper built from the ground up with cross compatibility in mind. raylib.v is a binding for raylib in V with an aim for 100% parity with the C library. This probably suffices most uses for raylib at the moment, however some more advanced functionality is currently missing.
Any issues? Open a discussion.
Do v install irishgreencitrus.raylibv
See the examples/ folder for some examples.
TinyCC support is still in the works! You may need to switch to a different compiler to compile examples.
For example, to run the
core_basic_window.vexample, you will need to use the command:
v -cc gcc run core_basic_window.vto run using gcc, or:
v -cc clang run core_basic_window.vto run using clang
C
76.0%
V
24.0%