Y
Hacker News
new
|
ask
|
show
|
jobs
by
max_
850 days ago
Hi guys, I have a question. What is the 3D equivalent to Skia?
3 comments
rice7th
849 days ago
I guess there's no such thing. It's probably going to be raw opengl or something; 3D graphics is A LOT more complex than 2d graphics
link
longor1996
849 days ago
bgfx and The-Forge come to mind:
https://github.com/bkaradzic/bgfx
https://github.com/ConfettiFX/The-Forge
link
figomore
849 days ago
Qt3D from Qt.
link