All Projects → urho3d → Urho3d

urho3d / Urho3d

Licence: mit
Cross-platform 2D and 3D game engine

Programming Languages

lua
6591 projects
C++
36643 projects - #6 most used programming language
AngelScript
46 projects
CMake
9771 projects
HLSL
714 projects
GLSL
2045 projects

Projects that are alternatives of or similar to Urho3d

Acid
A high speed C++17 Vulkan game engine
Stars: ✭ 838 (-77.75%)
Mutual labels:  game-development, game-engine, open-source, cross-platform
Alimer
Cross-platform game engine.
Stars: ✭ 172 (-95.43%)
Mutual labels:  game-development, game-engine, open-source, cross-platform
Panda3d
Powerful, mature open-source cross-platform game engine for Python and C++, developed by Disney and CMU
Stars: ✭ 3,035 (-19.43%)
Mutual labels:  game-development, game-engine, open-source, cross-platform
Cryengine
CRYENGINE is a powerful real-time game development platform created by Crytek.
Stars: ✭ 580 (-84.6%)
Mutual labels:  game-development, game-engine, cross-platform
Player
RPG Maker 2000/2003 and EasyRPG games interpreter
Stars: ✭ 585 (-84.47%)
Mutual labels:  game-development, game-engine, cross-platform
Novelrt
A cross-platform 2D game engine accompanied by a strong toolset for visual novels.
Stars: ✭ 81 (-97.85%)
Mutual labels:  game-development, game-engine, cross-platform
Monogame
One framework for creating powerful cross-platform games.
Stars: ✭ 8,014 (+112.74%)
Mutual labels:  game-engine, open-source, cross-platform
Expo Voxel
🎮🌳 Voxel Terrain made in React Native. ∛
Stars: ✭ 169 (-95.51%)
Mutual labels:  game-development, game-engine, cross-platform
Kaetram Open
An open-source 2D HTML5 adventure based off BrowserQuest (BQ).
Stars: ✭ 138 (-96.34%)
Mutual labels:  game-development, game-engine, open-source
Mxengine
C++ open source 3D game engine
Stars: ✭ 284 (-92.46%)
Mutual labels:  game-development, game-engine, open-source
Obengine
2D Game Engine with Lua Scripting made on top of SFML !
Stars: ✭ 335 (-91.11%)
Mutual labels:  game-development, game-engine, cross-platform
Gideros
Gideros Release version
Stars: ✭ 442 (-88.27%)
Mutual labels:  game-development, game-engine, cross-platform
Vulkan Renderer
A new 3D game engine using modern C++ and Vulkan API
Stars: ✭ 205 (-94.56%)
Mutual labels:  game-development, game-engine, open-source
Luascript
Lua language support for Godot Engine
Stars: ✭ 240 (-93.63%)
Mutual labels:  game-development, game-engine, open-source
Godot
Godot Engine – Multi-platform 2D and 3D game engine
Stars: ✭ 44,556 (+1082.8%)
Mutual labels:  game-development, game-engine, open-source
Ncine
A cross-platform 2D game engine
Stars: ✭ 372 (-90.12%)
Mutual labels:  game-development, game-engine, cross-platform
Engine
Cocos Creator is a complete package of game development tools and workflow, including a game engine, resource management, scene editing, game preview, debug and publish one project to multiple platforms.
Stars: ✭ 2,574 (-31.67%)
Mutual labels:  game-development, game-engine, open-source
Megaglest Source
MegaGlest real-time strategy game engine (cross-platform, 3-d)
Stars: ✭ 259 (-93.12%)
Mutual labels:  game-engine, open-source, cross-platform
Limonengine
3D FPS game engine with full dynamic lighting and shadows
Stars: ✭ 331 (-91.21%)
Mutual labels:  game-development, game-engine, cross-platform
Glas
WebGL in WebAssembly with AssemblyScript
Stars: ✭ 278 (-92.62%)
Mutual labels:  game-development, game-engine

Urho3D logo

Urho3D

CI/CD Coverity Scan Build Status

Urho3D is a free lightweight, cross-platform 2D and 3D game engine implemented in C++ and released under the MIT license. Greatly inspired by OGRE and Horde3D.

Main website: https://urho3d.io/

License

Licensed under the MIT license, see LICENSE for details.

Contributing

Before making pull requests, please read the Contribution checklist and Coding conventions pages from the documentation.

Credits

Urho3D is greatly inspired by OGRE (http://www.ogre3d.org) and Horde3D (http://www.horde3d.org). Additional inspiration & research used:

Urho3D uses the following third-party libraries:

DXT / PVRTC decompression code based on the Squish library and the Oolong Engine. Jack and mushroom models from the realXtend project. (https://www.realxtend.org) Ninja model and terrain, water, smoke, flare and status bar textures from OGRE. BlueHighway font from Larabie Fonts. Anonymous Pro font by Mark Simonson. NinjaSnowWar sounds by Veli-Pekka Tätilä. PBR textures from Substance Share. (https://share.allegorithmic.com) IBL textures from HDRLab's sIBL Archive. Dieselpunk Moto model by allexandr007. Mutant & Kachujin models from Mixamo. License / copyright information included with the assets as necessary. All other assets (including shaders) by Urho3D authors and licensed similarly as the engine itself.

Documentation

Urho3D classes have been sparsely documented using Doxygen notation. To generate documentation into the "Docs" subdirectory, open the Doxyfile in the "Docs" subdirectory with doxywizard and click "Run doxygen" from the "Run" tab. Get Doxygen from http://www.doxygen.org & Graphviz from http://www.graphviz.org. See section "Documentation build" below on how to automate documentation generation as part of the build process.

The documentation is also available online at https://urho3d.io/documentation/HEAD/index.html

Documentation on how to build Urho3D: https://urho3d.io/documentation/HEAD/_building.html Documentation on how to use Urho3D as external library https://urho3d.io/documentation/HEAD/_using_library.html

Replace HEAD with a specific release version in the above links to obtain the documentation pertinent to the specified release. Alternatively, use the document-switcher in the documentation website to do so.

History

The change history is available online at https://urho3d.io/documentation/HEAD/_history.html

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].