Nazariglez / notan

Cross-platform multimedia layer
https://nazariglez.github.io/notan-web/
Apache License 2.0
763 stars 53 forks source link

Added PowerShell scripts and MSVC guide #314

Closed Rzial closed 4 months ago

Rzial commented 4 months ago

Windows development experience isn't the favourite experience for everyone.

I wanted to test the building resilience of Notan in a MSVC environment and which are the minimal steps required to have an usable dev environment for it on Windows.

This PR documents the minimal installation elements needed to be able to contribute and develop on this environment.

This has been tested on Windows 11

P.S.: I wasn't able to paralellize the ps1 execution for the build_* scripts like on the shell version. This leads to enormous compilation times and hence is recomended to build every example individually instead using this script unless you want to wait and take some ☕

Nazariglez commented 4 months ago

Hey @Rzial thank you so much for the contribution! This is great!