Earlier quoted context omitted.
At first glance it looks pretty nice. I wonder why it hasn't gotten more attention? Or did I just miss it?
The whole Haxe ecosystem flies under most people's radar, partly because it evolved from what was once the Flash ecosystem. It never really qualified for the kind of "NEW SHINY THING" announcement that creates hype elsewhere. A lot of people who have written loads of games are peripherally aware of it but have never actually gotten hands-on with it.
Heaps: A free, open-source and cross-platform game engine
41–50 of 103 posts
Re: Heaps: A free, open-source and cross-platform game engine
#42Earlier quoted context omitted.
At first glance it looks pretty nice. I wonder why it hasn't gotten more attention? Or did I just miss it?
I really love what Nicolas is doing. But it kinda feels like whole Haxe ecosystem driving force is this one guy.
Re: Heaps: A free, open-source and cross-platform game engine
#43If you are new to the Haxe or game development world I would advise against Heaps as the documentation is pretty bare bones. Haxeflixel [0] is one that is prominently recommended for good reason. Heaps is still great regardless and I have used it for a few private projects. [0] https://haxeflixel.com/
- Heaps is powerful and used by two of biggest and most successful Haxe gamedev companies (Shiro Games, Motion Twin, and I guess the Dead Cells spinoff company is a third now)
- HaxeFlixel is friendly and well-documented and used by some smaller but still successful gamedev companies, and is much more popular in the indie and game jam scene (also HaxeFlixel is 2D-only, Heaps is 2D and 3D)
- There's other noteworthy engines, Kha for instance. Also proletariat (Spellbreak) uses an Unreal engine integration with Haxe.
Re: Heaps: A free, open-source and cross-platform game engine
#44Re: Heaps: A free, open-source and cross-platform game engine
#45Are all the games featured on the frontpage (as screenshots) actually built with Heaps?
Re: Heaps: A free, open-source and cross-platform game engine
#46Earlier quoted context omitted.
What is missing in HTML5? You have WASM and websockets and the WebGL canvas built into every browser now, that seems to replicate just about everything Flash was known for doing? And just to clarify, I mean actually using the same old Flash development tools (apparently it's called Adobe Animate now?) Or is the issue that the export-to-HTML5 functionality in those tools is just not fully done yet?
Isn't the scene isn't there any more, or is it? Is Adobe Animate free (or easy to crack) so that an interested kid would just start with it and some tutorial, and could make something moderately cool in an afternoon?
Re: Heaps: A free, open-source and cross-platform game engine
#47Re: Heaps: A free, open-source and cross-platform game engine
#48Re: Heaps: A free, open-source and cross-platform game engine
#49So it appears Shiro Games use it!
Re: Heaps: A free, open-source and cross-platform game engine
#50I've written a couple side project games in Heaps and I'm a big fan. If you're familiar with Pixi.js, Heaps and it's language, Haxe, will feel very similar. Haxe is a pretty cool language, it's similar to TypeScript but compiles to native binaries for almost all major game consoles. Heaps was apparently the framework behind Dead Cells if that says anything about the level of polish you can accomplish with this set of…
At first glance it looks pretty nice. I wonder why it hasn't gotten more attention? Or did I just miss it?