Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/defini7/defgameengine
- Owner: defini7
- License: gpl-3.0
- Created: 2022-05-11T04:56:55.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-16T21:32:59.000Z (3 months ago)
- Last Synced: 2024-11-16T22:25:17.901Z (3 months ago)
- Topics: cpp, emscripten, game, game-dev, game-development, game-engine, gles, gles3, glfw, glfw3, gui, imgui, imgui-glfw, opengl, opengl3, web
- Language: C++
- Homepage:
- Size: 11.1 MB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)