JasonMa0012 / RTUGame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

RTU Game

总览

RTU项目试图制造运行速度极快的体素游戏。为了达成这个目的,这个项目将会特别设计程序架构,加快渲染、读取等过程,项目将使用DirectX 12作为底层图形API并且重新封装,精心设计渲染循环以使同步使用较少的CPU等。

需求

  • 最新Windows SDK
  • DirectXTex
  • DotNet Core 3.1
  • Intel® tbb library
  • PhysX
  • Visual Studio 2019

*Intel and the Intel logo are trademarks of Intel Corporation or its subsidiaries in the U.S. and/or other countries.

构建

安装vcpkg

通过vcpkg安装tbb,PhysX,DirectXTex库

使用Visual Studio 2019 构建

代码贡献

我们不接受任何代码贡献。你可以自行fork代码,但我们会无视所有合并请求。

联系我

在b站上向@sselecirPyM发私信。

许可证

project license
RTU Game Copyright (c) 2021 sselecirPyM GPL V3 license
RTU Game Server Copyright (c) 2021 sselecirPyM AGPL V3 license

其它引用到的项目按照其各自的许可证获得许可。

project license
LZ4 Library Copyright (c) 2011-2020, Yann Collet BSD-2 license
Intel® tbb Apache License Version 2.0
DirectXTex Mit License

About


Languages

Language:C 69.6%Language:C++ 24.1%Language:C# 5.7%Language:HLSL 0.6%