Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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 architecture

Please 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).