Skip to content

This project will demonstrate how to do a simple collision detection inside of WPF and C# using Rectangles in a Canvas.

License

Notifications You must be signed in to change notification settings

mooict/Collision-Detection-Project-WPF

Repository files navigation

WPF C# Tutorial – Hit Testing with Multiple Rectangle Objects

In this tutorial we will be learning how to detect two different rectangles inside of WPF and C#. Object collisions are crucial to games development and without them we cannot tell when the two objects are colliding for each, we need this function for each example we land a character on platform, pick up a coin, hit an enemy or door etc. This tutorial we show you a quick overview of how manually program this behavior inside of WPF and C#. Hope you enjoy this tutorial and happy programming. Moo Out.

Video Tutorial -

Written Tutorial -

https://www.mooict.com/wpf-c-tutorial-hit-testing-with-multiple-rectangle-objects/

About

This project will demonstrate how to do a simple collision detection inside of WPF and C# using Rectangles in a Canvas.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages