Browse code

Port to SDL3

Dario Rodriguez authored on 16/10/2024 18:40:40
Showing 1 changed files
... ...
@@ -1,4 +1,5 @@
1 1
 *.reu
2
+errors.txt
2 3
 toolchain-zig
3 4
 toolchain-zig-dl
4 5
 toolchain-emscripten
Browse code

Change toolchain directories and setup-scripts names.

Dario Rodriguez authored on 01/07/2023 15:15:29
Showing 1 changed files
... ...
@@ -1,7 +1,9 @@
1 1
 *.reu
2
-zig
3
-zig-dl
4
-emscripten
2
+toolchain-zig
3
+toolchain-zig-dl
4
+toolchain-emscripten
5
+toolchain-android
6
+toolchain-android-dl
5 7
 *.html
6 8
 *.js
7 9
 *.wasm
Browse code

boxui_demo_helloworld: remove unused constant

Dario Rodriguez authored on 17/06/2023 18:24:48
Showing 1 changed files
... ...
@@ -10,4 +10,6 @@ emscripten
10 10
 *.ico
11 11
 *.rc
12 12
 *.exe
13
+notosans_regular_ttf.c
14
+notosans_regular_ttf.h
13 15
 boxui_demo_helloworld
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
... ...
@@ -2,3 +2,12 @@
2 2
 zig
3 3
 zig-dl
4 4
 emscripten
5
+*.html
6
+*.js
7
+*.wasm
8
+*.zip
9
+*.o
10
+*.ico
11
+*.rc
12
+*.exe
13
+boxui_demo_helloworld
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,4 @@
1
+*.reu
2
+zig
3
+zig-dl
4
+emscripten