Git Product home page Git Product logo

owge's Introduction

Open World Game Engine

A (highly experimental) game and rendering engine, made for open worlds. It makes use of features only available to recent GPUs. Shader Model 6.6 is required which might not be supported on many GPUs. For AMD GPU users, AMD Software: Adrenalin Edition 23.9.2 or newer is required due to the use of Enhanced Barriers.

Build

Building OWGE requires CMake 3.18 and is only tested using Visual Studio 2022.

  1. Clone the repository with submodules.
  2. Run cmake -G "Visual Studio 17" -B "build/".
  3. Run cmake --build build --config Release.

Optional steps:

  • NVIDIA Nsight Perf SDK:
    1. If not already done, set the environment variable NVPERF_SDK_PATH to the topmost directory of the SDK.
    2. Enable the cmake option OWGE_USE_NVPERF.
  • WinPixEventRuntime:
    1. Enable the cmake option OWGE_USE_WIN_PIX_EVENT_RUNTIME.

Meta

This project follows the Canonical Project Structure with some variations. Filenames containing multiple words will be delimited by an underscore. Private sources and headers are to be placed in <name>/private/ and are only added to the project with the PRIVATE visibility in CMake.

Legal

Running CMake will download the D3D12 Agility SDK, the DirectStorage SDK, WinPixEventRuntime and the DirectX Shader Compiler. By doing so you accept the license terms provided by Microsoft for those SDKs. A Copy of the Licenses is included in COPYING.md.

To use NvPerf with OWGE you need to agree to NVIDIA's licence agreement provided by the SDK, which can be found on NVIDIA's Nsight Perf SDK page.

owge's People

Contributors

rtryan98 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.