Registry / other / urho3d

urho3d

JSON →
library2021-03-01vcpkgunverified

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.

vcpkg install urho3d
INSTALL
IMPORT
SIG · URHO3D
U
urho3d
othercppv2021-03-01
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Urho3D/Engine/Application.h
#include <Urho3D/Engine/Application.h>

Create a minimal Urho3D application

#include <Urho3D/Engine/Application.h> class MyApp : public Urho3D::Application { public: void Setup() override {} void Start() override {} void Stop() override {} }; URHO3D_DEFINE_APPLICATION_MAIN(MyApp)
Debug
Known issues
breakingUrho3D is no longer actively maintained; consider using a fork like rbfx.
fix
Migrate to rbfx or another maintained fork.
affects: >=2021-03-01
Upgrade
Version history
2021-03-01latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

urho3d — pip install urho3d · libregistry