←back to thread

241 points fschuett | 4 comments | | HN request time: 0s | source
Show context
brcmthrowaway ◴[] No.45663181[source]
Does this support CUDA?
replies(1): >>45663260 #
Pannoniae ◴[] No.45663260[source]
No, this is CPU rendering only! Not even SIMD, just straightforward integer (and float) code.
replies(3): >>45663279 #>>45663867 #>>45664581 #
1. brcmthrowaway ◴[] No.45663279[source]
Now make it fixed point
replies(2): >>45664995 #>>45667169 #
2. avadodin ◴[] No.45664995[source]
Fixed point would be hell trying to keep track of the ranges. Maybe Posits or LNSs.
3. mvx64 ◴[] No.45667169[source]
Shout out to King's Crook [1], a cool project using a custom C software renderer only using integers

[1] https://kingscrook.itch.io/kings-crook

replies(1): >>45669624 #
4. lmp88959 ◴[] No.45669624[source]
Hey that's my project! Thanks for the shout out c: