eduEngine 1.0
Course framework for DA376B
Loading...
Searching...
No Matches
Public Member Functions | List of all members
eeng::Engine Class Reference

Main engine class handling SDL, OpenGL, ImGui initialization and the main loop. More...

#include <Engine.hpp>

Public Member Functions

 Engine ()
 
 ~Engine ()
 
bool init (const char *title, int width, int height)
 Initialize the engine.
 
void run (std::unique_ptr< SceneBase > game)
 Start the main loop.
 
void shutdown ()
 Clean up and close the engine.
 
SDL_Window * window () const
 Get SDL window pointer.
 

Detailed Description

Main engine class handling SDL, OpenGL, ImGui initialization and the main loop.

Constructor & Destructor Documentation

◆ Engine()

eeng::Engine::Engine ( )

Constructor

◆ ~Engine()

eeng::Engine::~Engine ( )

Destructor, calls shutdown()

Member Function Documentation

◆ init()

bool eeng::Engine::init ( const char * title,
int width,
int height )

Initialize the engine.

Parameters
titleWindow title
widthWindow width
heightWindow height
Returns
True if successful, false otherwise

◆ run()

void eeng::Engine::run ( std::unique_ptr< SceneBase > game)

Start the main loop.

Parameters
gameUnique pointer to the initial game scene

◆ window()

SDL_Window * eeng::Engine::window ( ) const
inline

Get SDL window pointer.

Returns
SDL_Window pointer

The documentation for this class was generated from the following files: