Home

Awesome

Logo

CMake Documentation status Codacy Badge GitHub license

:warning: Note that MOS is in development and slightly experimental :warning:

Introduction

MOS is a lightweight cross-platform game engine/library, written in modern C++.

Features

Screenshot Screenshot2 Screenshot3

Companion projects

Source code

A convenient way to get and use the project, is to add it as a git submodule:

git submodule add https://github.com/morganbengtsson/mos.git
git submodule update --init --recursive

Building

The project is preferably used as a sub project with CMake as so, in your CMakeLists.txt:

add_subdirectory(externals/mos)
target_link_libraries(${PROJECT_NAME} PUBLIC mos)

Dependencies

MOS is dependent on the following projects: