Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

DARKDOVE Proof-Of-Concept

License

NotificationsYou must be signed in to change notification settings

DARKDOVE/Drone_Anarchy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An earlier conceivedUrho3D Proof-Of-Concept forPROJECT DARKDOVE now updated to useU3D.

Build

DroneAnarchy makes use ofU3D CMake build system (/cmake and/script) to achieve ease of build on multiple platform. This has been confirmed for windows and web, and should work on other platforms supported by U3D with little or no change at all.

Prerequisite

Steps

  • Clone this repository or download the source code as zip.

  • Navigate to the root of the project directory.

  • For desktop, setup the project with CMake by calling the respective cmake batch script of the platform you are building for, passing your intended build directory and the install or build directory of U3D. These batch scripts are found in the/script directory.

    # script/cmake_{platform} {build directory} -D URHO3D_HOME={U3D directory}# Example for windows (mingw)script/cmake_mingw.bat build\desktop -D URHO3D_HOME=C:\u3d\install# Example for windows (msvc)script/cmake_vs2022.bat build\desktop -D URHO3D_HOME=C:\u3d\install# Example for linuxscript/cmake_generic.sh build/desktop -D URHO3D_HOME=/home/u3d/install

    For web, ensure you have the emscripten environment setup and activated. Then similarly setup the project like in the case of desktop but with the below command.

    # emcmake script\cmake_emscripten.bat {build directory} -D URHO3D_HOME={U3D directory}emcmake script\cmake_emscripten.bat build\web -D URHO3D_HOME=C:\u3d\install
  • Build the project using the generated build files.

    # For Desktopcmake --build build/desktop# For Webcmake --build build/web

    The built executable or generated WASM file for web will be found in{build directory}/bin, for examplebuild/desktop/bin for desktop andbuild/web/bin for web.

Game Play

  • Move mouse to rotate
  • Click to Shoot
  • KEY P to toggle Pause
  • ESC To Quit

Credits

  • Joystick integration byJim

About

DARKDOVE Proof-Of-Concept

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp