Pi66

randoms
Random C experiments.
git clone https://git.pi66.xyz/randoms

← back to log

Build stuff in xlib

author: pi66
date: 2025-09-06 14:04
hash: 64b646e9ffe87f83d60677466f5751fc86a62540

Diffstat:

M

README.md
13 ++++++++++++++++++++++++++++--

A

window_in_x/circle.mp4
0

A

window_in_x/cube.mp4
0

A

window_in_x/game.mp4
0
 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
diff --git a/README.md b/README.md
index 06d7eae..85d88ba 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,18 @@
 # randoms


-# Coordinate in c
+## Coordinate in c
 <img src="coordinate-in-c/o.png" alt="potato" >
 <img src="coordinate-in-c/o1.png" alt="potato" >

+
+## Xlib stuff
+
+> 3D Cube
+<video src="window_in_x/cube.mp4" controls></video>
+
+> Circle 
+<video src="window_in_x/circle.mp4" controls></video>
+
+> Game 
+<video src="window_in_x/game.mp4" controls></video>
diff --git a/window_in_x/circle.mp4 b/window_in_x/circle.mp4
new file mode 100644
index 0000000..22786c6
Binary files /dev/null and b/window_in_x/circle.mp4 differ
diff --git a/window_in_x/cube.mp4 b/window_in_x/cube.mp4
new file mode 100644
index 0000000..4822de8
Binary files /dev/null and b/window_in_x/cube.mp4 differ
diff --git a/window_in_x/game.mp4 b/window_in_x/game.mp4
new file mode 100644
index 0000000..4f361b3
Binary files /dev/null and b/window_in_x/game.mp4 differ