Skip to content
This repository has been archived by the owner on Apr 1, 2020. It is now read-only.

DarkEngineer/Crion-World

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Crion-World

3D adventure game made with c++ and OpenGL

How to make a build

You need to have on your computer Visual Studio 2012 Express or better, either Eclipse will be fine. Also you need assimp, FreeImage, GLFW, GLM. This libraries are included into project to help you better!

Configurations on Visual Studio 2012 Express

Project Properties -> Configuration Properties -> Include Directories: $(ProjectDir)include;$(IncludePath)

Project Properties -> Configuration Properties -> Library Directories: $(ProjectDir)lib\assimp\release;$(ProjectDir)lib\SOIL;$(ProjectDir)lib\FreeImage;$(ProjectDir)dll;$(ProjectDir)lib\GL;$(ProjectDir)lib\FreeType;$(LibraryPath)

Project Properties -> Configuration Properties -> C/C++ -> Preprocessor: GLFW_BUILD_DLL;SOIL;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)

Project Properties -> Configuration Properties -> Linker -> Input: opengl32.lib;glu32.lib;glut32.lib;glfw3dll.lib;glew32.lib;glew32mx.lib;FreeImage.lib;SOIL.lib;assimp.lib;%(AdditionalDependencies)

DLLs: freeglut.dll, FreeImage.dll, glew32.dll, glew32d.dll, SOIL.dll, glew32mx.dll, GLFW.dll, glut32.dll,

About

Project c++ and OpenGL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published