Skip to content

Latest commit

 

History

History
15 lines (7 loc) · 912 Bytes

README.md

File metadata and controls

15 lines (7 loc) · 912 Bytes

GitHub

GitHub Workflow Status

fritters-Frontend (WIP)

Basic frontend for testing and using fritters library. Work in progress, please do not use.

Alt text

Issues

Because a little hack to allow the use of cmake's find_package() and ExternalProjecAdd() the app should compile easily with clang, gcc or mingw, but with msvc if the SDL2 package is missing, the first build installs it along other dependencies and the build needs to be triggered a second time for the main app to be able to find deps and link correctly, cause the first try fails. If SDL2 is present from the beginning nothing happens, but i recommend install it from source(that is handled by the project itself).