Browse code

Add boxui_demo_helloworld. Write just enough of boxui.c to make it work and test the linux, windows and html5 toolchains

Dario Rodriguez authored on 17/06/2023 18:18:28
Showing 1 changed files
1 1
deleted file mode 100644
... ...
@@ -1,2 +0,0 @@
1
-extern unsigned char notosans_regular_ttf[];
2
-extern unsigned int notosans_regular_ttf_len;
Browse code

Toolchain setup scripts and skeleton of demo Makefile

Dario Rodriguez authored on 16/06/2023 20:22:19
Showing 1 changed files
1 1
new file mode 100644
... ...
@@ -0,0 +1,2 @@
1
+extern unsigned char notosans_regular_ttf[];
2
+extern unsigned int notosans_regular_ttf_len;