vlang / vab

V Android Bootstrapper
MIT License
319 stars 29 forks source link

add raylib support #235

Open mohamedLT opened 2 years ago

MatejMagat305 commented 1 year ago

is it only about v fmt -w . ?

larpon commented 1 year ago

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.

JalonSolov commented 1 year ago

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

larpon commented 2 months ago

Just to refresh what is going on here: I'm keeping this PR open because I think vab should support (.. or have better support for) compilation and packaging of user projects.

Work has been done lately to simplify calling and using vab as a module which is currently the most feasible and flexible way to get support for thirdparty projects into vab. Support should come, it just takes time.