vab icon indicating copy to clipboard operation
vab copied to clipboard

add raylib support

Open mohamedLT opened this issue 3 years ago • 4 comments

mohamedLT avatar Sep 23 '22 10:09 mohamedLT

is it only about v fmt -w . ?

MatejMagat305 avatar Jan 15 '23 17:01 MatejMagat305

No it's about application design and how to extend vab without building special case support into the app for every framework available out there. A compile time plugin system would be gold - but maybe runtime plugin support would be okay as well. vab also miss some essential features from the v_sdl4android project.

larpon avatar Jan 15 '23 17:01 larpon

... but yes, the failing CI check is because the files need to be formatted with v fmt.

JalonSolov avatar Jan 15 '23 18:01 JalonSolov