Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thunder-engine/thunder
Thunder Engine – Cross-platform 2D and 3D game engine with modular architecture
https://github.com/thunder-engine/thunder
cross-platform game-development game-engine gamedev hacktoberfest open-source opengl
Last synced: about 2 months ago
JSON representation
Thunder Engine – Cross-platform 2D and 3D game engine with modular architecture
- Host: GitHub
- URL: https://github.com/thunder-engine/thunder
- Owner: thunder-engine
- License: apache-2.0
- Created: 2018-01-13T12:22:16.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-04-12T18:58:58.000Z (8 months ago)
- Last Synced: 2024-04-14T02:22:48.175Z (8 months ago)
- Topics: cross-platform, game-development, game-engine, gamedev, hacktoberfest, open-source, opengl
- Language: C++
- Homepage: https://thunderengine.org/
- Size: 57.6 MB
- Stars: 475
- Watchers: 19
- Forks: 32
- Open Issues: 39
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Governance: GOVERNANCE.md
Awesome Lists containing this project
- awesome-game-engine-dev - Thunder - Cross-platform 2D/3D with module architecture. (Libraries / C++)
README
## Thunder Engine
Thunder Engine is free for all purposes an open-source multi-functional lightweight game engine for creating 2D and 3D games.
It provides a basic framework and extensible tools.
So developers can focus on the creation, and the Thunder Engine will do the routine.#### Status
![Build Status](https://github.com/thunder-engine/thunder/actions/workflows/main.yml/badge.svg)
[![Coverity Status](https://img.shields.io/coverity/scan/15068.svg)](https://scan.coverity.com/projects/eprikazchikov-thunder)
[![Codacy Badge](https://app.codacy.com/project/badge/Grade/8874a5f2ddb84eb1bbaebe00f5562c23)](https://www.codacy.com/gh/thunder-engine/thunder/dashboard?utm_source=github.com&utm_medium=referral&utm_content=thunder-engine/thunder&utm_campaign=Badge_Grade)
[![Translation Status](https://hosted.weblate.org/widgets/thunder-engine/-/editor-translation/svg-badge.svg)](https://hosted.weblate.org/engage/thunder-engine/)### Attention
This engine still in the development and stuff **will break**.
If this happens, the first thing to do is clear your project's cache directory and restart the editor.
If this doesnt helped please rize an issue.
Remember, by reporting problems or asking questions in public, you are **helping other people**!### About
The main ideology of project is to create the modular engine.
It will give developers an ability to exclude modules which they are not using in their project to keep their projects lightweight.
API of Thunder Engine is also allowing to create own modules to use them in your games or in game editor.![Screenshot of Thunder Engine](https://raw.githubusercontent.com/thunder-engine/thunder/master/doc/media/ScreenShot01.png)
[![Discord](https://img.shields.io/discord/466924817359175681.svg?logo=discord)](https://discord.gg/k8qsJxnw4Q)
[![Gitter chat](https://badges.gitter.im/Thunder-Engine/gitter.png)](https://gitter.im/Thunder-Engine)### Getting the Engine
To download the release version use the [Releases page](https://github.com/thunder-engine/thunder/releases).
For other options please follow a [build instruction](https://doc.thunderengine.org/en/latest/basics/source.html).#### Features
- Cross-platform (Windows, Linux, macOS, Android, iOS, tvOS)
- Rendering System Based on Physical Principles
- Scripts supported by AngelScript engine
- Module based architecturePlease find a complete [list of features](https://doc.thunderengine.org/en/latest/basics/features.html).
#### Have a question or an idea?
I'm always open to new ideas and you can always ask a question or you can [create a ticket](https://github.com/thunder-engine/thunder/issues/new/choose).
#### Contributing
Would like to help to project? Please read [this](CONTRIBUTING.md).