Releases: silvematt/TomentRaycaster
Releases · silvematt/TomentRaycaster
TomentRaycaster V1.2 Win
TomentRaycaster V1.1 Win OpenMP
Rendering is now multithreaded, using OpenMP.
Modern AMD processors should run it without any issue now at decent framerates.
If you're getting missing dll errors (as libgomp-1.dll), make sure MinGW is installed and in PATH (env variables), otherwise just make sure these DLLs are in the same folder as Toment.exe, as OpenMP requires them to function:
- libgomp-1.dll
- libgcc_s_dw2-1.dll
- libstdc++-6.dll
- pthreadGC2.dll
- pthreadGC-3.dll
- SDL2.dll (that should be already there)
You can get them online or in the MinGW/bin folder.
TomentRaycaster V1.1 Win
Upgraded Rendering to Toment Online's (better performances, new rendering features) and few fixes.
TomentRaycaster V1.0 Win
Checked out the .exe from source, added complete "bin" folder in Rele…