Skip to content

szledan/thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bachelor's thesis

Title: 2D path rendering using OpenGL ES 2.0
Author: LEDÁN Szilárd
Supervisor: KISS Ákos, PhD, assistant professor
Department of Software Engineering, University of Szeged

Getting started

1. Step: Fetch gepard code

./scripts/fetch-code.sh

2. Step: Install dependencies

./scripts/install-deps.sh # --dev

3. Step: Build code and paper

Build pdf and code.

cmake -H. -Bbuild
make -C build