Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.94 KB

README.md

File metadata and controls

28 lines (16 loc) · 1.94 KB

Basic Programming Projects

Systems Architecture

Located in the 'SystemsArchitecture' folder, it contains one of the projects from my Bachelor's.

It implements a simple program to save & manage references for a bibliography.

@author Carlos Parra Marcelo

GStreamer

Contains code for a simple GStreamer pipeline.

This pipeline takes two files as input: one JPG image and one MP3 file. Then it decodes both and encodes them together to get a video containing the image while playing the music from the MP3 file.

@authors Carlos Parra Marcelo & Tirso Vargas Vega

Javascript Game using Canvas

This is the final project for a course called Multimedia Applications during my Bachelor's.

It contains all the necessary files to run a webpage with the game and some instructions. For the webpage we used HTML5 and CSS and for the game we were working with Javascript and Canvas.

@authors Carlos Parra, Patricia Carrera, Tirso Vargas & María Palomino