Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 636 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 636 Bytes

Shadow Casting

Simple implementation of shadow casting algorithm created using SFML.

Without Shaders

ShadowsNoShader

With Shaders

Shadows

How to build?

Clone repository and just run build.bat it will build for visual studio 2022
If you want any older version run start vendor\premake5.exe vs2019 from main folder (works at least to vs17)

Console