Dark Hacker News
new
|
best
|
ask
|
show
|
jobs
Golang game engine v2 released
(ebiten.org)
7 points
by
nargella
5 years ago
| 3 comments
Golang game engine v2 released | Dark Hacker News
oregontechninja
5 years ago
|
next
[−]
How do they not need a c compiler on windows. I don't see any immediate explanation, so I'll dig through the source code and report back.
oregontechninja
5 years ago
|
parent
|
next
[−]
Looks like the glfw library is built for windows as a DLL and then packed as bytes into a go const and loaded at runtime! Cool beans, wish more people could appreciate how fun that is.
hajimehoshi
5 years ago
|
root
|
parent
|
next
[−]
Yeah, that's right. Thank you for taking a look!