Giter Site home page Giter Site logo

nmstory / csc8502-tropical-island Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 80.54 MB

CSC8502 C++ & OpenGL Graphics Coursework: Tropical Island

Home Page: https://www.youtube.com/watch?v=HcqvJLa-9MI

C++ 6.79% C 91.62% GLSL 0.56% Makefile 0.06% HTML 0.77% FreeBasic 0.20%

csc8502-tropical-island's Introduction

C++ & OpenGL Graphics Coursework

For this coursework, I produced a tropical island scene by implementing a variety of algorithms, alongside speed and memory considerations to keep the game running at a stable 60FPS.

Graphics Functionality

  • Landscape
    • Using a heightmap
    • Multiple textures applied (dirt and rock)
  • Lighting
    • Scene is lit with the use of a sun, achieved with calculations for ambient, diffuse and specular components.
    • Bump mapping
  • Environment Mapping
    • Skybox for a realistic sky
  • Scene Graph
    • Effective storage of game objects using a scene graph
    • Transform matrix hierarchy to apply relevant movement to children
  • Meshes
    • Handling meshes within the scene graph consisting of various textures.
  • Water
    • Water achieved with the use of geometry and tesselation shaders
  • Skeletal Animations
    • Skeletal animation with interpolation of animation frames
  • Post Processing Effect
    • Blur with the use of a frame buffer

YouTube Video

Most of the functionality is demonstrated in the following demo video

OpenGLRendering Library

Many calls to OpenGL are handled by an intermediary library called the OpenGLRendering Library, developed by Newcastle University, for support with low-level interactions.

csc8502-tropical-island's People

Contributors

nmstory avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.