Skip to content

szledan/thesis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

b3a2ed9 · Nov 19, 2018
Jan 26, 2017
Mar 27, 2018
Oct 25, 2018
Nov 19, 2018
Nov 19, 2018
Jan 26, 2017
Nov 19, 2018
Jul 24, 2018
Jan 26, 2017
Mar 27, 2018
Nov 19, 2018

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