Y
Hacker News
new
|
ask
|
show
|
jobs
Golang game engine v2 released
(
ebiten.org
)
7 points
by
nargella
2057 days ago
1 comments
oregontechninja
2057 days ago
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.
link
oregontechninja
2057 days ago
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.
link
hajimehoshi
2057 days ago
Yeah, that's right. Thank you for taking a look!
link