armory
heaps
armory | heaps | |
---|---|---|
17 | 21 | |
3,052 | 3,186 | |
0.4% | 0.6% | |
8.7 | 9.7 | |
6 days ago | 4 days ago | |
Python | Haxe | |
zlib License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
armory
- Blender Game Engine's
- Unity: We Have Heard You
-
Defold: Open-source Lua game engine with console support
What's really missing is an open source "bring your own engine and asset pipeline" editor tool. Game editors have pretty much arrived at the Unity data model and editor workflow (game object outliner to the left, scene view in the middle, property panel on the right, asset panel at the bottom, plus custom panels).
The Unity Editor and asset pipeline is hackable enough to use it as editor for another engine, I did that in the past as "proof of concept" and it definitely works, but is most likely a legal minefield.
Blender is also definitely hackable enough to serve that role (see: https://armory3d.org/) (again I did something similar in the past with Maya, it kinda works, but this wasn't very popular with artists because they were overwhelmed by the UI).
-
Is the blender game engine good?
There are two primary contenders to replace the BGE. One is Armory3D (https://armory3d.org/) It has a ton of potential, and outputs to multiple formats including web. But it's a one-developer show and it's been really inconsistent. I taught a class on prototyping 3D games with it, but updates are slow and inconsistent, as is the documentation. Too bad, because it's a promising project, with a blueprints-like visual system and Haxe (basically an open-source actionscript) as the programming language.
-
Three js like engines for c# or c++? (Preferably c#)
https://armory3d.org/features is more of a game engine than just a 3d renderer but not as advanced as unity or unreal in certain aspects. One can write game logic in c/c++/rust -- https://github.com/armory3d/armory/wiki/wasm
-
Armory3D | Release Notes | 2023.01 - January Release
Website
-
who needs a game engine when blender can do anything (all done using geometry nodes)
Armory3D is also interesting, not a fork of the original BGE AFAIK but integrates with Blender.
-
Can everything be done in blender?
Armory3d
- Im still looking for a game engine... and im starting from zero again
-
Replacement for BGE?
I don't know what it's worth, but Armory3D is also an engine built with Blender : https://armory3d.org/
heaps
- Not only Unity...
- List of Unity alternatives
-
Unity's Trap
Maybe the engine used for Dead Cells, https://heaps.io ?
-
Ask HN: Best stack to make a 2D game in 2023
I've personally had a very good experience with Haxe and Haxeflixel (https://haxeflixel.com/) although Heaps (https://heaps.io/) seems to be more popular nowadays.
Haxe is very nice as a language, can easily cross-compile to a lot of targets, Haxeflixel is heavily inspired by some Actionscript framework and has a lot of goodies. Maybe Heaps is more mature, up to date and allows for more advanced features.
-
What is the worst engine you've ever used and why?
Not really the worst, but you can say my least favorite, and that would be heaps.io
-
why are gamedevs so against sharing code?
Yeah I think it's ideal for 2D development. Look into heaps.io . . you might like it! These days it seems the best source of community for haxe is in their official discord server.
-
Picking a language
Many frameworks will let you export for the web, even if you don't code your game in JS. Unity, Godot, Bevy(?), heaps.io ... the list goes on and on.
- Ask HN: Why Adobe still can't figure out Flash on WASM?
-
I tried the Flash AS3 at school and it was nice
It takes a little while to get comfortable with heaps.io, largely because tutorials in the Haxe world are pretty limited. Here's a good place to start:
-
Everybody always says to 'build your own projects' or 'solve your own problems', what are some things you've done or personally solved for yourself that can inspire others to get their own ideas from?
I'm going to go out on a limb and say that most people use Unity or Godot for jams these days. But as long as your framework exports for the web, you should be fine. Personally, I use haxe and heaps.io, but it's a bit of an outlier and probably requires learning a new language on top of learning a framework.
What are some alternatives?
UPBGE-logicnodes - A Node-based Logic system for UPBGE 2.8+
flixel - Free, cross-platform 2D game engine powered by Haxe and OpenFL
openfl - The Open Flash Library for creative expression on the web, desktop, mobile and consoles.
Kha - Ultra-portable, high performance, open source multimedia framework.
SKkeeper - Blender Addon to automate the process of applying subdivision surface modifiers to models with multiple shapekeys
Godot - Godot Engine – Multi-platform 2D and 3D game engine
stride-website - This repository hosts the source code for the official Stride 3D engine website. Contributors can follow the build instructions provided to run the website locally.
blender-differential-growth - Blender Addon: Differential Growth
raylib - A simple and easy-to-use library to enjoy videogames programming
ShaderGen - Proof-of-concept library for generating HLSL, GLSL, and Metal shader code from C#,
Pygame - 🐍🎮 pygame (the library) is a Free and Open Source python programming language library for making multimedia applications like games built on top of the excellent SDL library. C, Python, Native, OpenGL.