I recently made a small game with https://defold.com/ , and it was very pleasant. Completely free and cross-platform out of the box (including Switch & PlayStation support!)
Ask HN: Favorite Game Engine?
11–20 of 45 posts
Re: Ask HN: Favorite Game Engine?
#12As hobbyist, if I would plan a serious project (with the goal of shipping, and a concrete idea), I'd use PhaserJS or ThreeJS, depending on 2D/3D. Mainly because JS/TS is my the language I am most productive in. And the result can be packaged to any target thanks to Electron and similar solutions. "Curious Expedition" and "Vampire Survivors" are two more popular games made with web-tech. (Although Vampire later moved…
Re: Ask HN: Favorite Game Engine?
#13Kinda reminds me of a lightweight C++ Unity with some weird tidbits.
Re: Ask HN: Favorite Game Engine?
#14Re: Ask HN: Favorite Game Engine?
#15Godot and Bevy have a lot going for them:
* They provide a basic structure (nodes in godot, ECS in bevy)
* They provide some built in objects/libraries that you have the _choice_ to utilize
* They don't bog down your entire system when you are just making a simple toy.
I really want to learn Unreal, but after spending 2 nights trying to get direct control over cursor locking I decided the other fancy features weren't worth destroying my iteration time.
In the past LibGDX and Game Maker 8 were how I started programming in the first place. They feel pretty dated now though.
Re: Ask HN: Favorite Game Engine?
#16Game Maker 8 wasn't perfect but boy do I miss it. nowadays I just do my own stuff but it's kind of interesting that nobody's really made an open-source Game Maker clone, to my knowledge.
Re: Ask HN: Favorite Game Engine?
#17Re: Ask HN: Favorite Game Engine?
#18Re: Ask HN: Favorite Game Engine?
#19Visual tools have their own quirks and special workflows that creators got to delve into for quite a long time in order to master. Code on the other way is a universal interface that coders already feel confident with and lets ideas turn into playab le prototypes real quick.
That said: phaserjs, love2d, pixi.js
Re: Ask HN: Favorite Game Engine?
#20Unity plan pricing and packaging updates - https://news.ycombinator.com/item?id=37481344 - Sept 2023 (272 comments)