nandi/vflutter_ffipublic Fork 0
0ed90f39e1f4dc334e577e5b38316674a53fc88d
Commits
Clone
git clone https://git.rickub.com/nandi/vflutter_ffi.git
git clone ssh://git@rickub.com/nandi/vflutter_ffi.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

main.cc · 6 lines · 180 BC++ Blame HistoryRaw
Add a Mandelbrot example app, and a V kernel worth demonstrating 81540bb nandithebull 13h ago1#include "my_application.h"
2
3int main(int argc, char** argv) {
4 g_autoptr(MyApplication) app = my_application_new();
5 return g_application_run(G_APPLICATION(app), argc, argv);
6}