/top/
/new/
/best/
/ask/
/show/
/job/
^
slacker news
login
about
←back to thread
rlsw – Raylib software OpenGL renderer in less than 5k LOC
(github.com)
241 points
fschuett
| 1 comments |
21 Oct 25 21:00 UTC
|
HN request time: 0.203s
|
source
Show context
brcmthrowaway
◴[
21 Oct 25 23:41 UTC
]
No.
45663181
[source]
▶
>>45661638 (OP)
#
Does this support CUDA?
replies(1):
>>45663260
#
Pannoniae
◴[
21 Oct 25 23:51 UTC
]
No.
45663260
[source]
▶
>>45663181
#
No, this is CPU rendering only! Not even SIMD, just straightforward integer (and float) code.
replies(3):
>>45663279
#
>>45663867
#
>>45664581
#
brcmthrowaway
◴[
21 Oct 25 23:53 UTC
]
No.
45663279
[source]
▶
>>45663260
#
Now make it fixed point
replies(2):
>>45664995
#
>>45667169
#
1.
avadodin
◴[
22 Oct 25 04:50 UTC
]
No.
45664995
[source]
▶
>>45663279
#
Fixed point would be hell trying to keep track of the ranges. Maybe Posits or LNSs.
ID:
GO
↑