visual programming system https://nf7.falsy.cat
Go to file
falsycat e343e37eb6 use str util to compare string 2024-05-12 13:02:00 +09:00
core use str util to compare string 2024-05-12 13:02:00 +09:00
test update naming rule 2023-12-03 11:33:25 +09:00
thirdparty add new deps, luajit 2023-12-02 22:31:48 +09:00
tool remove unused script from tool dir 2023-11-28 23:04:17 +09:00
util add str util 2024-05-12 13:00:49 +09:00
.gitignore create new project 2023-11-25 12:10:38 +09:00
CMakeLists.txt colorize log output 2023-12-31 13:17:12 +09:00
README.md create new project 2023-11-25 12:10:38 +09:00
main.c register modules one by one to allow using dependencies at initialization 2024-05-12 11:36:13 +09:00
nf7.h update nf7 iface 2024-01-01 14:07:28 +09:00

README.md

Nf7

Nf7 is an abstraction layer for Media-programming. The goal is to allow creative activities on any platforms without any differences.

UNDER REFACTORING: Please checkout tag v0.4.1 to see a codebase which works.

Build

$ cmake -B build
$ cmake --build build -j4

License

WTFPLv2