Y
Hacker News
new
|
ask
|
show
|
jobs
by
porridgeraisin
221 days ago
Yeah it's quite something. If anyone wants a preview, here's the triangle hello world in vulkan:
https://gist.github.com/Overv/7ac07356037592a121225172d7d78f...
But then again, I've heard that it's this low level because its meant for engine developers.
2 comments
simlevesque
221 days ago
Oh wow that's horrible.
link
anvuong
221 days ago
Really? How low is this level actually? Because I remember my OpenGL class' professor did this in less than 50 lines.
link
porridgeraisin
221 days ago
Imagine writing GlCreateContext yourself, for starters, as has been done in the link I posted.
link