Skip to content

elix22/Urho3D

This branch is 232 commits ahead of, 548 commits behind urho3d/urho3d:master.

Folders and files

NameName
Last commit message
Last commit date
Feb 1, 2021
Jan 20, 2021
Dec 7, 2021
Jun 10, 2020
May 25, 2021
Dec 2, 2021
Feb 9, 2021
May 19, 2021
Feb 9, 2021
Jul 2, 2021
Oct 29, 2020
Oct 29, 2020
May 3, 2015
Nov 25, 2020
Feb 9, 2021
Nov 23, 2019
Jan 5, 2020
Mar 25, 2021
Oct 29, 2020
Nov 4, 2020
Oct 29, 2020
Oct 29, 2020
Nov 6, 2020
Oct 29, 2020

Repository files navigation

Urho3D logo

If you would like to enable the Metal Backend on iOS and Mac devices , please check the following link https://github.com/elix22/Urho3D/wiki/Angle-using-Metal-backend

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.github.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.github.io/documentation/HEAD/index.html

Documentation on how to build Urho3D: https://urho3d.github.io/documentation/HEAD/_building.html Documentation on how to use Urho3D as external library https://urho3d.github.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.github.io/documentation/HEAD/_history.html

About

Cross-platform 2D and 3D game engine.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 76.2%
  • HTML 9.7%
  • AngelScript 5.6%
  • Lua 2.1%
  • GLSL 1.9%
  • CMake 1.5%
  • Other 3.0%