urho3d game engine

Ivan K d0424bdf87 Russification: Attribute Inspector, resource picker buttons hace 10 años
Android cfff44873f Bump missed out files. [ci skip] hace 11 años
CMake d29d5f188e Enable GCC/Clang support for multithreading with pthread library. hace 10 años
Docs 9e978e767c Merge remote-tracking branch 'monkeyfirst/material-editor-few-model-preview' hace 10 años
Source 21e401ddce Allow negative scale for nodes. hace 10 años
SourceAssets 3a749bd889 fixed Dome rotation (Y-up) in blend file hace 11 años
bin d0424bdf87 Russification: Attribute Inspector, resource picker buttons hace 10 años
.bash_helpers.sh fb097bac5a Minor fix and code clean up on build scripts. hace 10 años
.gitattributes 5ad7f4b476 Add .gitattributes to fix the languages breakdown report by GitHub. hace 10 años
.gitignore 41009a8358 Ignore custom rake tasks directory. hace 10 años
.travis.yml 11ae5e0602 Another attempt to workaround #743 by keeping the preinstalled version. hace 10 años
CMakeLists.txt c93327bf00 For Travis CI - wrap the 'make package' inside 'setarch' command. hace 10 años
License.txt 252206a207 Decouple Physics subsystem from DetourCrowd implementation. hace 10 años
README.md 0fc4cdf12c Tabs to spaces. Moved MMB pan setting from Preferences dialog to Settings dialog to match the rest of the camera options. Added contributor credit. hace 10 años
Rakefile 581cb70ea1 For Travis CI - limit Coverity scanning to master branch only. hace 10 años
cmake_android.bat cfff44873f Bump missed out files. [ci skip] hace 11 años
cmake_android.sh cfff44873f Bump missed out files. [ci skip] hace 11 años
cmake_clean.bat 808c79412f Just show the usage instruction when the script is invoked wrongly. hace 10 años
cmake_clean.sh 808c79412f Just show the usage instruction when the script is invoked wrongly. hace 10 años
cmake_codeblocks.bat cfff44873f Bump missed out files. [ci skip] hace 11 años
cmake_codeblocks.sh cfff44873f Bump missed out files. [ci skip] hace 11 años
cmake_eclipse.sh cfff44873f Bump missed out files. [ci skip] hace 11 años
cmake_emscripten.bat 19ab396e74 Add new Emscripten/CMake toolchain file based on Urho3D convention. hace 11 años
cmake_emscripten.sh 19ab396e74 Add new Emscripten/CMake toolchain file based on Urho3D convention. hace 11 años
cmake_generic.bat 808c79412f Just show the usage instruction when the script is invoked wrongly. hace 10 años
cmake_generic.sh 808c79412f Just show the usage instruction when the script is invoked wrongly. hace 10 años
cmake_ios.sh fb097bac5a Minor fix and code clean up on build scripts. hace 10 años
cmake_macosx.sh cfff44873f Bump missed out files. [ci skip] hace 11 años
cmake_mingw.bat cfff44873f Bump missed out files. [ci skip] hace 11 años
cmake_mingw.sh cfff44873f Bump missed out files. [ci skip] hace 11 años
cmake_ninja.bat 564b77c39f Fix Ninja build by adding directory containing PCH to its search path. hace 11 años
cmake_ninja.sh 564b77c39f Fix Ninja build by adding directory containing PCH to its search path. hace 11 años
cmake_rpi.sh cfff44873f Bump missed out files. [ci skip] hace 11 años
cmake_vs2008.bat cfff44873f Bump missed out files. [ci skip] hace 11 años
cmake_vs2010.bat cfff44873f Bump missed out files. [ci skip] hace 11 años
cmake_vs2012.bat cfff44873f Bump missed out files. [ci skip] hace 11 años
cmake_vs2013.bat cfff44873f Bump missed out files. [ci skip] hace 11 años
cmake_vs2015.bat f660213930 Fix AngelScript API compile on VS2015. Add CMake bat file for VS2015. hace 10 años

README.md

Urho3D logo

#Urho3D

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: http://urho3d.github.io/

##License Licensed under the MIT license, see License.txt for details.

##Credits Urho3D development, contributions and bugfixes by:

  • Lasse Öörni ([email protected], AgentC at GameDev.net)
  • Wei Tjong Yao
  • Aster Jian
  • Colin Barrett
  • Erik Beran
  • Danny Boisvert
  • Carlo Carollo
  • Pete Chown
  • Sebastian Delatorre (primitivewaste)
  • Josh Engebretson
  • Chris Friesen
  • Alex Fuller
  • Mika Heinonen
  • Graham King
  • Jason Kinzer
  • Gunnar Kriik
  • Ali Kämäräinen
  • Pete Leigh
  • Jonne Nauha
  • Paul Noome
  • David Palacios
  • Alex Parlett
  • Jordan Patterson
  • Vladimir Pobedinsky
  • Nick Royer
  • Jonathan Sandusky
  • Miika Santala
  • James Thomas
  • Joshua Tippetts
  • Daniel Wiberg
  • Steven Zhang
  • AGreatFish
  • Enhex
  • Firegorilla
  • Magic.Lixin
  • Mike3D
  • Modanung
  • MonkeyFirst
  • OvermindDL1
  • Skrylar
  • 1vanK
  • andmar1x
  • amadeus_osa
  • atship
  • att
  • celeron55
  • cosmy1
  • feltech
  • hdunderscore
  • marynate
  • mightyCelu
  • nemerle
  • ninjastone
  • raould
  • rasteron
  • reattiva
  • rifai
  • skaiware
  • szamq
  • thebluefish

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 / ETC1 / PVRTC decompression code based on the Squish library and the Oolong Engine. Jack and mushroom models from the realXtend project. (http://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ä.

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

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