HackerPoet / NonEuclidean

A Non-Euclidean Rendering Engine for 3D scenes.
MIT License
6.04k stars 579 forks source link

Add meson build project #60

Open ebraminio opened 7 months ago

ebraminio commented 7 months ago

Probably not that interesting but as I had a bit of trouble on building the project and retrieving glew, thought this maybe could be useful for others also as no longer installing glew is needed using this and this can pave the way to make the project cross platform, just using winget that is available in Windows machines and issuing this on the command line,

winget install meson
meson setup build
meson compile -C build
cd NonEuclidean
..\build\NonEuclidean.exe