© The Author(s), under exclusive license to APress Media, LLC, part of Springer Nature 2021
V. G. BruscaIntroduction to Video Game Engine Developmenthttps://doi.org/10.1007/978-1-4842-7039-4_10

10. Static Main Entry Point

Victor G Brusca1  
(1)
Edison, NJ, USA
 
Now that you’ve reviewed the lower-level MmgBase API and you’re adept at how the different classes work together to support aspects of game development, you’re ready to take a look at the runtime API. The runtime API, MmgCore, is responsible for setting up the game’s environment and resources. During this chapter, we’ll review the following classes and topics:
  • MmgApiGame

  • MainFrame

  • GamePanel

  • Topic: Launching a Game

Static Main Entry Point: MmgApiGame

The MmgApiGame class is the entry point into your ...

Get Introduction to Video Game Engine Development: Learn to Design, Implement, and Use a Cross-Platform 2D Game Engine now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.