Live data from Hacker News

Show HN: I'm open-sourcing my game engine

github.com

21–30 of 94 posts

Re: Show HN: I'm open-sourcing my game engine

#22

Unless it’s as advanced as Unity, is it possible to even sell an engine these days? Something like this is expected to be free

With Unity, the trust is gone. I don't think there's ever been a good time to be in the game engine business but this is probably the best time.

Re: Show HN: I'm open-sourcing my game engine

#23
post #15

Earlier quoted context omitted.

Node of course can work on multiple cores, using worker threads [1]. You can even share large data efficiently using a SharedArrayBuffer. [1]: https://nodejs.org/api/worker_threads.html

It isn’t trivial to just split up a game into múltiple worker threads and keep everything in sync. With Go, it’s much easier.

Can you expand on the low hanging fruit of splitting a game into multiple goroutines?

What lends itself well to this?

Re: Show HN: I'm open-sourcing my game engine

#26

Unless it’s as advanced as Unity, is it possible to even sell an engine these days? Something like this is expected to be free

This is an unfair comparison imo. Just because Dewalt (or similar) sell a comprehensive toolbox does not mean people won't pay for a standalone screwdriver. It all depends on what people feel they need.

Re: Show HN: I'm open-sourcing my game engine

#28

Earlier quoted context omitted.

It isn’t trivial to just split up a game into múltiple worker threads and keep everything in sync. With Go, it’s much easier.

Can you expand on the low hanging fruit of splitting a game into multiple goroutines? What lends itself well to this?

goroutines

Re: Show HN: I'm open-sourcing my game engine

#30
The android app sign up page seems to want me to enter my Google username and password _inside the app,_ in what looks like a web form, but as a user I have no way to tell if the app is snooping on my password.

It seems like Apps usually navigate away to a sign in, and then navigate back. Is that pattern hard to implement? Is the issue about cross platform support? Thanks

Post reply on HN