OnlySamael / rotvic-engine

DirectX11 Game Engine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DirectX 11 Game Engine

Build status

For more elaborate documentation, check out the wiki.

Steps to build

This project requires the Windows 10 SDK to be installed.

  • Open project in Visual Studio 2017
  • Set project to build in x64 platform.
  • Set "Game" as startup project.
  • Build and run.

Known issues

  • There are a few known and ticketed issues with the physics middleware that we've done our best to avoid encountering. If there's an assert failure, it's the middleware.

Solution Structure

  • Engine - Contains the game engine framework. Consists of a rendering system with DirectX underneath and other interfaces which can be extended for a game.
  • Game.Core - Implements the engine interfaces and the game logic.
  • Game - The main application project. Initializes the game.

About

DirectX11 Game Engine


Languages

Language:C++ 86.9%Language:C 12.5%Language:C# 0.2%Language:HLSL 0.2%Language:Python 0.2%Language:CMake 0.0%Language:Makefile 0.0%