urho3d game engine

1vanK 711053d293 AS Bindings: Allows using generic calling convention on any platform [cache clear] (#2783) 4 jaren geleden
.github 60da1562cf Temporary use old version of Doxygen (#2772) 4 jaren geleden
Docs 711053d293 AS Bindings: Allows using generic calling convention on any platform [cache clear] (#2783) 4 jaren geleden
Source 711053d293 AS Bindings: Allows using generic calling convention on any platform [cache clear] (#2783) 4 jaren geleden
SourceAssets 3075cba84e Recommit https://github.com/urho3d/Urho3D/commit/16eea3949961fe6798b2ed63ea1b72d19eceac4b with correct tangents 5 jaren geleden
android 74157affb4 Revert "gradle add command line options (#2731)" 5 jaren geleden
bin ffa6a9d6e2 Fix UI scale issues. (#2779) 4 jaren geleden
cmake 711053d293 AS Bindings: Allows using generic calling convention on any platform [cache clear] (#2783) 4 jaren geleden
gradle 0d4e038827 Major refactoring on the Gradle build system. 5 jaren geleden
script 30a629ca21 Tracy profiler integration. (#2776) 4 jaren geleden
.clang-format 6cc52c6240 Style job with clang-format. 5 jaren geleden
.clang-tidy f18fefa2cd Lint job with clang-tidy. 5 jaren geleden
.gitattributes 5ad7f4b476 Add .gitattributes to fix the languages breakdown report by GitHub. 10 jaren geleden
.gitignore 0f4b769f1a fix third party bug for El Capitan and update gitignore for files created when 'dot' dependency is missing (#2687) 5 jaren geleden
CMakeLists.txt 0d4e038827 Major refactoring on the Gradle build system. 5 jaren geleden
LICENSE 1151b8a2d6 Travis CI: bump copyright to 2020. 6 jaren geleden
README.md 30a629ca21 Tracy profiler integration. (#2776) 4 jaren geleden
build.gradle.kts 9114f2975b Android - also publish to JCenter when tagging. 5 jaren geleden
gradle.properties ec0c30af50 Android - increase the Gradle's JVM heap size. 5 jaren geleden
gradlew 0d4e038827 Major refactoring on the Gradle build system. 5 jaren geleden
gradlew.bat 0d4e038827 Major refactoring on the Gradle build system. 5 jaren geleden
rakefile 4be250bfde CI - fix to use only 1 CPU core for Web Debug build config. 5 jaren geleden
settings.gradle.kts c9aa0a6cb6 Enhance 'new' task to use multi-modules project structure. 5 jaren geleden

README.md

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.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