about summary refs log tree commit diff stats
path: root/409float.mu
Commit message (Collapse)AuthorAgeFilesLines
* 6949 - snapshot of next raytracing milestoneKartik Agaram2020-10-041-0/+16
Not yet right, but worth a snapshot just because it gives a cool result. Here, try it out: $ ./translate_mu_debug apps/raytracing/3.mu $ ./a.elf > x.ppm Now view x.ppm as an image. In general, this was quite tedious to write. And a still-open question is how to emit the progress bar to stderr. My options are to either duplicate all my print-* functions (already proliferating) or add global variables to Mu.
e>
5eeb7b4 ^















e4551d6 ^
5eeb7b4 ^








e4551d6 ^
d4f0221 ^

2f30196 ^
5eeb7b4 ^


2f30196 ^
5eeb7b4 ^



2f30196 ^
5eeb7b4 ^



2f30196 ^




5eeb7b4 ^
2f30196 ^
5eeb7b4 ^


2f30196 ^
5eeb7b4 ^


2f30196 ^
5eeb7b4 ^



2f30196 ^
5eeb7b4 ^
2f30196 ^
5eeb7b4 ^




2f30196 ^
5eeb7b4 ^

d4f0221 ^


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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81