1
0
mirror of https://github.com/borgesdan/xn65 synced 2024-12-29 21:54:47 +01:00
2024-12-02 11:51:53 -03:00
2024-06-27 18:12:53 -03:00
2024-12-02 11:51:19 -03:00
2024-11-17 17:19:54 -03:00
2024-12-02 11:51:19 -03:00
2024-03-18 15:41:46 -03:00
2024-09-13 11:32:43 -03:00
2024-05-10 11:58:57 -03:00
2024-05-18 18:27:48 -03:00
2024-06-27 18:12:53 -03:00

XN65

Exemplo imagem

XN65 is an implementation of Microsoft XNA 4.0 in modern C++, with DirectX 11 and the DirectXTK library.

Adjustments and improvements

The project is still under development and the next updates will focus on the following tasks:

  • Finish basic classes
  • Code refactoring and cleaning
  • 3D support
  • Content Pipeline

💻 Requirements

  • DirectX 11: Currently X65 only supports DirectX 11
  • vcpkg: C/C++ dependency manager from Microsoft
  • DirectXTK: The DirectX Tool Kit

🚀 DirectXTK and VCPKG

Use the following command in vcpkg to install DirectXTK:

.\vcpkg install directxtk[tools,spectre,xaudio2-9]

In the root CMakeLists.txt set the vcpkg path

set(PROJECT_VCPKG_DIRECTORY "C:/vcpkg")

📝 License

This project is under MIT license. See LICENSE for more details.

Description
An implementation of Microsoft XNA 4.0 in C++ with DirectX 11 and the DirectXTK library.
Readme 28 MiB
Languages
C++ 99.6%
CMake 0.4%