# Atlantis Game Engine This is a 2D game engine based on SDL3. ## Modules It contains the following modules: | Name | Description | |-----------------------|----------------------------------------------------------------------------------------------------------| | ls-atlantis-input | This module provides all functionalities for input devices. | | ls-atlantis-logic | This module provides functionalities like engine setup, game loop logic and engine run time information. | | ls-atlantis-rendering | This module provides all rendering functionalities. |