Treffer: Deeper : adventures in procedural game development in Rust

Title:
Deeper : adventures in procedural game development in Rust
Contributors:
Háskólinn í Reykjavík
Publication Year:
2021
Collection:
Skemman (Iceland)
Document Type:
Dissertation bachelor thesis
File Description:
application/pdf
Language:
English
Accession Number:
edsbas.6386743B
Database:
BASE

Weitere Informationen

Many very interesting and highly useful technologies written in Rust for users of the language are in use today, but it is not entirely clear what an effective game engine technology stack might look like in Rust. As the website 'Are We Game Yet?' remarks: ”We have the blocks, bring your own glue”, our contribution is an exploration and analysis of what an example of this glue could look like in practice.The goal of this project is two-fold: Evaluate Rust and select components of the current technologies available to be leveraged for game engine development, and implement procedural generation using the procedural generation algorithm Wave Function Collapse for our game in our engine. The first part of the goal will be facilitated by the second