You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update msys2 package list (pacman -Syuu) (two times, first time it will close the window and you need to run it again)
Install GCC pacman -S mingw-w64-x86_64-gcc
Install GDB for debugging pacman -S mingw-w64-x86_64-gdb
Install cmake pacman -S mingw-w64-x86_64-cmake
Install make pacman -S mingw-w64-x86_64-make
Add MinGW to your IDE (C:\msys64\mingw64)
CMake options
Name
Value info
Default
Info
FMOD_API_DIR
Path to installed fmod api folder.
C:/Program Files (x86)/FMOD SoundSystem/FMOD Studio API Windows/api
FMod folder for sound support
BUILD_EXAMPLES
ON / OFF
OFF
This will enable / disable examples build
OpenGL problems that I found
On AMD GPU
Ternary operators on sampler2D maybe others in fragments shaders will throw very weird error while linking vertex and fragment shader INVALID_OPERATION, example: texture(Side == 2 ? TextureTop : TextureSide, TexCoord)
About
C++ Game engine for Wings Studio's game Animus based on Aurora