Strongly typed language. WIP!!
You need premake5
installed in order to build to your build system.
Use premake5 --help
to see the supported ones.
# For example:
premake5 gmake # For gnu make
premake5 vs2022 # For Visual Studio 2022
Build with your toolkit of choice. GMake for example:
make config=rel
# There you go:
./bin/lowflow/rel/lowflow