Open mohamedLT opened 2 years 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.
... but yes, the failing CI check is because the files need to be formatted with v fmt
.
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.
is it only about
v fmt -w .
?