Texture synthesizer written in C++. This application will create a new texture image file based on a raw pre-synthesized file.
- Path to the original texture image file
- Path to the pre-synthesized image, which will guide the final result
- Result file path + name
MinGW's G++ specific libraries were compiled and used on this project. In order to build the runnable .exe, use the following command:
g++ -Wall ./Source/*.cpp -I. -g -lglew32 -lglfw3 -lsoil2 -lopengl32 -lglu32 -lgdi32
- C++
- SOIL
- brunovieira97 - Bruno Vieira
- christianmlima - Christian Lima