Atomic Game Engine
urho3d
DISCONTINUED
Our great sponsors
Atomic Game Engine | urho3d | |
---|---|---|
0 | 24 | |
2,888 | 4,265 | |
1.8% | - | |
0.0 | 9.8 | |
6 months ago | 2 months ago | |
C++ | C++ | |
GNU General Public License v3.0 or later | 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.
Atomic Game Engine
We haven't tracked posts mentioning Atomic Game Engine yet.
Tracking mentions began in Dec 2020.
urho3d
-
C++ Game Engine?
I believe Urho3d supports MacOS (see 'about' page on the legacy website).
-
I'd like to learn game engine development - where to even start?
If you're literally clueless your best bet is to first start learning with an existing clean-ish engine like Urho3D implementing whatever feature/screwing-around or start with a framework like nVidia's Donut that gets you your window and basic rendering in place.
-
Game engine for programmars
You could try Urho3D or its newer fork rbfx.
-
Preferred game engine
I use an engine called rbfx which is a fork of the Urho3D engine. A lot of it is just the fact that I've been using it for over a decade, so I am comfortable with it. I'm a programmer, not really comfortable with integrated editor engines such as Unity or Godot, and the easy C++ extensibility of the engine appeals to me. Plus it's decently powerful, and well supported on a lot of platforms (I build for Windows, WebGL, and very occasionally RPi for the most part) and is open source to satisfy that stubbornly libertarian side of my character.
-
What is the lightest C++ 3D game engine for Linux?
You might be interested in Urho3D.
-
I need a REALLY lightweight engine
If you don't mind something experimental, there is a C# version of Urho3D that is in fairly active development. There is also a C#-scriptable branch of the Urho3D fork, rbfx, located here. Both of these projects are still pretty in-the-works, but are still pretty usable.
-
Twitter's new font, Chirp, is apparently giving some users headaches
This looks very much as if the font renderer is aggressively hinting to the pixel grid vertically, but not horizontally. That’s a known trick for getting a decent compromise between crisp text (along the baselines and tops of letters) with subpixel horizontal kerning.
I doubt the Android renderer is really broken and no-one has noticed until now, so I’d guess the font either has bad hinting, or more likely it’s just being displayed at an awkward size and vertical positions are being rounded in an awkward way. You can see the slight deviations from the baseline in the iOS screenshots, it’s just much more subtle as it isn’t being hinted.
(Source: I contributed a little bit to font rendering in Urho3D, to fix some similar text aliasing glitches: https://github.com/urho3d/Urho3D/issues/1953)
-
3D game engine for lower end pcs
Urho3D works on mobiles, Windows, Mac, and even on the R Pi. It's a code-first engine with a minimal editor.
-
2D game framework/engine that is mostly code driven (not GUI-driven)
Urho3D, rbfx
-
Godot support for 3D is too primitive, and Unity has become a wild mess over the years. Is Unreal Engine the only remaining option for 3D projects?
You might give rbfx a look. It is an actively developed fork of Urho3D that has pretty decent, and actively developed, 3D rendering.
What are some alternatives?
Ogre 3D - scene-oriented, flexible 3D engine (C++, Python, C#, Java)
Skia - Skia is a complete 2D graphic library for drawing Text, Geometries, and Images.
bgfx - Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
Irrlicht - An automatically updated mirror of the Irrlicht SVN repository on sourceforge
Open-Source Vulkan C++ API - Open-Source Vulkan C++ API
rbfx - Lightweight Game Engine/Framework in C++17 with WYSIWYG Editor. Experimental C# bindings.
Horde3D - Horde3D is a small 3D rendering and animation engine. It is written in an effort to create an engine being as lightweight and conceptually clean as possible.
OpenSceneGraph - OpenSceneGraph git repository
magnum - Lightweight and modular C++11 graphics middleware for games and data visualization
raylib - A simple and easy-to-use library to enjoy videogames programming