Skip to content

This project demonstrates the rendering of a basic landscape where the user can move across the terrain using the keyboard directional keys.

License

Notifications You must be signed in to change notification settings

DevipriyaSarkar/Terrain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Terrain

This project demonstrates rendering of a simple terrain. It displays a basic landscape having trees where the user can move across the terrain using the keyboard directional keys. The user view is a first person view. The keyboard keys can be used as follows:

  • "↑" key to move forward
  • "↓" key to move backward
  • "←" key to move left
  • "→" key to move right
  • "U" key to move up
  • "D" key to move down

Computer Graphics Project (VTU Subject Code 10CSL67) by Devipriya Sarkar and Namita Roy

Demo

Sample Demo

Setup Instructions

Pre-requisites

  • Java programming IDE and JDK
  • OpenGL Tools
  • OpenGL Extension Wrangler Library (GLEW)
  • Lightweight Java Game Library (LWJGL) 2
  • Slick-Util

Steps to build

  1. Clone/download this repository.
  2. Make sure Java is installed on your system.
  3. Make sure the LWJGL 2 jar files and slick-util jar files are on the build classpath.
  4. Build as a normal java project.

License

The content of this repository is licensed under MIT LICENSE.

About

This project demonstrates the rendering of a basic landscape where the user can move across the terrain using the keyboard directional keys.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages