Go to file
Crypto City fb831318eb rakefile: default to Townforge's urho3d configuration
since I found no better way to build for web with a custom configuration
2021-12-05 12:59:46 +00:00
.github/workflows CI - don't send message as it may contain newline and break the json. 2021-07-31 14:33:01 +08:00
android GH Actions: Bump copyright to 2021. 2021-07-17 16:43:46 +00:00
bin Geometry (and hull/compute) shaders by JSandusky 2021-12-05 07:51:22 +00:00
cmake static build fixes 2021-12-05 07:43:58 +00:00
Docs Bug fixes and improves in AngelScript using (#2835) 2021-10-07 18:59:31 +03:00
gradle/wrapper Major refactoring on the Gradle build system. 2020-10-29 08:22:44 +08:00
script Tracy profiler integration. (#2776) 2021-12-05 07:48:11 +00:00
Source BillboardSet: add per billboard collusion scale and id 2021-12-05 07:51:22 +00:00
SourceAssets Recommit 16eea39499 with correct tangents 2020-06-10 05:08:06 +03:00
website Website: document the DBE's 'ARCH' env-var. 2021-08-11 00:20:50 +08:00
.clang-format GH Actions: Bump copyright to 2021. 2021-07-17 16:43:46 +00:00
.clang-tidy GH Actions: Bump copyright to 2021. 2021-07-17 16:43:46 +00:00
.gitattributes Add .gitattributes to fix the languages breakdown report by GitHub. 2015-05-03 18:37:26 +08:00
.gitignore Exclude 'demo' directory from git. 2021-06-15 21:57:07 +08:00
build.gradle.kts GH Actions: Bump copyright to 2021. 2021-07-17 16:43:46 +00:00
CMakeLists.txt GH Actions: Bump copyright to 2021. 2021-07-17 16:43:46 +00:00
gradle.properties GH Actions: Bump copyright to 2021. 2021-07-17 16:43:46 +00:00
gradlew Major refactoring on the Gradle build system. 2020-10-29 08:22:44 +08:00
gradlew.bat Major refactoring on the Gradle build system. 2020-10-29 08:22:44 +08:00
LICENSE GH Actions: Bump copyright to 2021. 2021-07-17 16:43:46 +00:00
rakefile rakefile: default to Townforge's urho3d configuration 2021-12-05 12:59:46 +00:00
README.md Revert "Update boost::preprocessor to 1.75.0" (#2824) 2021-09-02 10:26:04 +03:00
settings.gradle.kts GH Actions: Bump copyright to 2021. 2021-07-17 16:43:46 +00:00

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