diogotorres97 / LAIG-FEUP

Code developed for Graphical Applications Laboratory (LAIG), a subject in MIEIC (FEUP). Made in collaboration with @Kubix20

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAIG-FEUP

Repository to host Graphical Applications Laboratory projects.

Goals

Project 1

The main goal of this project was to build a 3D graphic application. It reads the components of a given scene, specified by a text file, and displays it.

The text file must comply with a defined language, LSX - Language of Scenes in XML, which obeys to a concept widely used in Computer Graphics: Scene graph. Furthermore, the syntax follows the XML tags format.

Therefore, the application reads and transverses all the lsx nodes, while simultaneously builds the respective data structure - scene graph. After reading and loading the info, the scene is then displayed.

View 1 View 2 View 3

Project 2

The goal of this project was to add new graphic functionalities to the work developed in the last project.

As such, by using the parser previously developed and extending the LSX language, we added the following features:

  • Animations (Linear, Circular and Bezier)
  • Shaders based in GLSL ES 1.0
Scene Shader on Couch Shader on Root

Project 3

The goal was to develop a graphical interface for a Prolog game developed in the Logic Programming course, which in our case was the puzzle game GoRoGo.

Features

  • Player Vs Player, Player Vs AI, AI Vs AI (with two difficulty modes)
  • Undo last play
  • Game Movie
  • Switching between predefined scenarios
  • Switching between predefined cameras
  • Game statistics and player turn timer
Scene Game Victory

How to Play

Team

Bruno Piedade

Diogo Torres

About

Code developed for Graphical Applications Laboratory (LAIG), a subject in MIEIC (FEUP). Made in collaboration with @Kubix20


Languages

Language:JavaScript 74.8%Language:GLSL 11.6%Language:CSS 9.2%Language:Prolog 4.2%Language:HTML 0.2%