Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 489 Bytes

README.md

File metadata and controls

31 lines (23 loc) · 489 Bytes

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