Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/defini7/defgameengine

defGameEngine is a cross-platform game engine. Available on Windows, Linux and (probably) MacOS. Requires C++20 and higher
https://github.com/defini7/defgameengine

cpp emscripten game game-dev game-development game-engine gles gles3 glfw glfw3 gui imgui imgui-glfw opengl opengl3 web

Last synced: 3 months ago
JSON representation

defGameEngine is a cross-platform game engine. Available on Windows, Linux and (probably) MacOS. Requires C++20 and higher

Awesome Lists containing this project

README

        

# defGameEngine

A cross-platform game engine available on Windows, Linux, and MacOS. This repository includes a comprehensive set of custom functions to create games, along with examples to demonstrate and test each feature.

## Getting Started

To use this game engine in your project, follow the [install instructions](/README.md#installation), clone this repository, and start exploring the code and examples. Check out the `Examples` directory for a comprehensive set of already made games using the game engine.

## Installation

### Platforms

- [Windows](Docs/Install_Instructions_Windows.md)

- [Linux](Docs/Install_Instructions_Linux.md)

- [Mac](Docs/Install_Instructions_Mac.md)

- [Emscripten](Docs/Install_Instructions_Emscripten.md)

****Note**:* C++20 or higher is required

## Documentation

[defGameEngine](Docs/GameEngine_Doc.md)