←back to thread

263 points foxtacles | 1 comments | | HN request time: 0.216s | source
Show context
sidewndr46 ◴[] No.44356959[source]
How is Direct3D retained mode implemented in the browser?
replies(1): >>44357100 #
foxtacles ◴[] No.44357100[source]
d3drm has been implemented from scratch: https://github.com/isledecomp/isle-portable/tree/master/mini...

The entire project can be compiled targeting Emscripten. There's nothing particular to the browser implementation

replies(1): >>44357182 #
sidewndr46 ◴[] No.44357182[source]
The last update video I watched from MattKC indicated they were still deciding how to approach this. Based on the commit dates in that tree, it looks like they must have completed it.
replies(1): >>44358406 #
1. gbraad ◴[] No.44358406[source]
I believe one of the DevolutionX (diablo) developers did this