Skip to content

mateocervilla/3DTerrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

3D Terrain

A simple C++ + SFML 3D Terrain

3dterrain

Table of contents

Requirements

In order to build this project, you need the following dependencies:

Static linking libraries:

  • Linux:

    • X11
      • sudo apt-get install x11-xserver-utils
    • Xrandr
      • sudo apt-get install libxrandr-dev
    • Xcursor
      • sudo apt-get install libxcursor-dev
    • udev
      • sudo apt-get install libudev-dev
  • Windows (come with Windows by default):

    • opengl32
    • winmm
    • gdi32

Build

  • cmake . -DSFML_PATH="path/path/to/sfml"

To build with shared libraries add -DSHARED=ON

  • make

Run

  • ./Terrain or double click on the icon.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published