Skip to content

DirectX/C++/WinRT/UWP implementation of the boids flocking algorithm.

Notifications You must be signed in to change notification settings

ata6502/DemoApps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DemoApps

Shadow Mapping

The ShadowMapping demo implements the shadow mapping algorithm as described in the Frank Luna's book.

Boids

The SimpleBoids demo implements the boids flocking algorithm.

Resources

The following resources where particularly useful while creating the demos:

How to build with Visual Studio 2022 on Windows 10/11

  • In Visual Studio Installer, check the Windows application development workload to include Universal Windows platform tools.
  • In the Installation details, check the C++ (v143) Universal Windows platform tools.
  • Open the DemoApps.sln solution file and set the Target Platform Version of the projects. Currently, the version is set to 10.0.22621.0 which targets Windows 11.

About

DirectX/C++/WinRT/UWP implementation of the boids flocking algorithm.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published