Releases: Haarada/2Dto3D-OpenGL
prototype-stable-0.22.44.1
It is still a prototype, nearly everything is hardcoded into the program ( resolution, file location/names, etc.)
This program unfortunately requires ImageMagick to be installed with legacy tools (for example ImageMagick-7.1.0-24-Q16-HDRI-x86-dll.exe from official website) because CImg can't process images on its own.
For this reason I'm planning to change the image processing library - perhaps for stb_image or I will keep CImg but find something different instead of ImageMagick
You can replace images in "resources/maps/" folder, but you have to keep the file names.
Images must have the same resolution, currently program sets the amount of points by checking the resolution on coloured map - it can't rescale images at the moment.
tested on:
Ryzen 5 3600 + GTX 1060,
i5 1135g7 with integrated graphics.
Thank You for checking in my project <3