Module crow_engine::core [] [src]

This module contains the struct Core and the trait GameLoop This module will change in the near future, so no documentation for you.

GameLoop is required for a struct if it should be used by the game_loop() method of Core.

Structs

Core

The main struct of the engine, this struct manages the gameloop and sets up SDL2 # Examples

Traits

GameLoop