Open Access. Powered by Scholars. Published by Universities.®

Physical Sciences and Mathematics Commons

Open Access. Powered by Scholars. Published by Universities.®

Computer Sciences

Nova Southeastern University

Theses/Dissertations

2019

Aspect oriented

Articles 1 - 1 of 1

Full-Text Articles in Physical Sciences and Mathematics

Gamespect: A Composition Framework And Meta-Level Domain Specific Aspect Language For Unreal Engine 4, Benjamin Jay Geisler Jan 2019

Gamespect: A Composition Framework And Meta-Level Domain Specific Aspect Language For Unreal Engine 4, Benjamin Jay Geisler

CCE Theses and Dissertations

Game engine programming involves a great number of software components, many of which perform similar tasks; for example, memory allocation must take place in the renderer as well as in the creation routines while other tasks such as error logging must take place everywhere. One area of all games which is critical to the success of the game is that of game balance and tuning. These balancing initiatives cut across all areas of code from the player and AI to the mission manager. In computer science, we’ve come to call these types of concerns “cross cutting”. Aspect oriented programming was …