SkillAgentSearch skills...

Lucydxcpp

dx 11 game in cpp

Install / Use

/learn @lucypero/Lucydxcpp
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Lucy's dx11 game

WIP

I suspended this repo in favor of this one: lucy book exercises where I port the book code and complete the book exercises.

For now this is just to learn 3D rendering basics as I follow a DirectX 11 book

How to build

  • Visual Studio (including the Windows SDK and the latest MSVC compiler) and cmake need to be installed

  • While installing Visual Studio, pick to install the Windows SDK and the latest MSVC compiler in the Visual Studio Installer

On a Developer Command Prompt for VS, cd to the repo folder and run...

mkdir build
build_shaders
cd build
cmake ..

It should generate a Visual Studio solution by default.

Related Skills

View on GitHub
GitHub Stars5
CategoryDevelopment
Updated3y ago
Forks0

Languages

C++

Security Score

50/100

Audited on Feb 1, 2023

No findings