Optimizing scriptable generator of terrain maps
Název práce v češtině: | Optimalizující skriptovatelný generátor map krajiny |
---|---|
Název v anglickém jazyce: | Optimizing scriptable generator of terrain maps |
Klíčová slova: | terrain height map; erosion; programming language; interpreter |
Klíčová slova anglicky: | terrain height map; erosion; programming language; interpreter |
Akademický rok vypsání: | 2012/2013 |
Typ práce: | diplomová práce |
Jazyk práce: | angličtina |
Ústav: | Katedra softwarového inženýrství (32-KSI) |
Vedoucí / školitel: | RNDr. David Bednárek, Ph.D. |
Řešitel: | skrytý![]() |
Datum přihlášení: | 09.11.2012 |
Datum zadání: | 09.11.2012 |
Datum potvrzení stud. oddělením: | 27.11.2012 |
Datum a čas obhajoby: | 03.02.2015 09:30 |
Datum odevzdání elektronické podoby: | 04.12.2014 |
Datum odevzdání tištěné podoby: | 04.12.2014 |
Datum proběhlé obhajoby: | 03.02.2015 |
Oponenti: | Mgr. Martin Kahoun |
Zásady pro vypracování |
Scriptable terrain generators are often used in an environment where only a cutout or an approximation of the complete terrain is required. In these cases, running the original script completely is superfluous; an optimizing generator shall rewrite the script so that only the relevant portion of data is generated.
The goals of this thesis include: evaluation of important use cases of terrain generation, analysis of existing scripting languages, design of a scripting language for terrain generation capable of the optimization mentioned above, and implementation of an optimizing interpreter for the designed language together with the terrain generator libraries. |
Seznam odborné literatury |
Olsen, Jacob. Realtime Procedural Terrain Generation: Realtime Synthesis of Eroded Fractal Terrain for Use in Computer Games. Technical report, Department of Mathemathics and Computer Science, University of Soutern Denmark. 2004.
Mei, Xing, Decaudin, Philippe and Hu, Bao-Gang. Fast Hydraulic Erosion Simulation and Visualisation on GPU. Computer Graphics and Applications, 2007. ISBN: 978-0-7695-3009-3. Muchnick. Advanced Compiler Design and Implementation. Morgan Kaufmann, 1997. ISBN 978-1558603202. Zábský. GeoGen - Scriptable generator of terrain height maps. Bachelor thesis, Charles University in Prague, 2011. |