All Projects → thunder-engine → Thunder

thunder-engine / Thunder

Licence: apache-2.0
An open-source game engine is written in C++ with a flexible architecture

Projects that are alternatives of or similar to Thunder

Radixengine
A free and open game engine.
Stars: ✭ 126 (-30.77%)
Mutual labels:  hacktoberfest, game-engine, opengl
Limonengine
3D FPS game engine with full dynamic lighting and shadows
Stars: ✭ 331 (+81.87%)
Mutual labels:  hacktoberfest, game-engine, opengl
Fishengine
Simple, Unity-like Game Engine.
Stars: ✭ 191 (+4.95%)
Mutual labels:  game-engine, opengl, qt5
Magnum Examples
Examples for the Magnum C++11/C++14 graphics engine
Stars: ✭ 180 (-1.1%)
Mutual labels:  game-engine, opengl
Gosu
2D game development library for Ruby and C++
Stars: ✭ 1,762 (+868.13%)
Mutual labels:  hacktoberfest, game-engine
Innocenceengine
Cross-platform modern game engine.
Stars: ✭ 149 (-18.13%)
Mutual labels:  game-engine, opengl
Plasma
Cyan Worlds's Plasma game engine
Stars: ✭ 153 (-15.93%)
Mutual labels:  hacktoberfest, game-engine
Xray 15
X-Ray Engine 1.5 expansion. Original version was used in S.T.A.L.K.E.R.: Clear Sky.
Stars: ✭ 151 (-17.03%)
Mutual labels:  game-engine, opengl
Trial
Yet another Common Lisp game engine
Stars: ✭ 181 (-0.55%)
Mutual labels:  game-engine, opengl
Dagon
3D game engine for D
Stars: ✭ 165 (-9.34%)
Mutual labels:  game-engine, opengl
Spearmint
Spearmint — an updated id Tech 3 engine for continuing the classics and creating new games.
Stars: ✭ 161 (-11.54%)
Mutual labels:  game-engine, opengl
Vxr
General purpose engine written in C++ with emphasis on materials rendering (PBR, clear coat, anisotropy, iridescence)
Stars: ✭ 181 (-0.55%)
Mutual labels:  game-engine, opengl
Daemon
The Dæmon game engine. With some bits of ioq3 and XreaL.
Stars: ✭ 136 (-25.27%)
Mutual labels:  game-engine, opengl
Borealis
Hardware accelerated, controller and TV oriented UI library for PC and Nintendo Switch (libnx).
Stars: ✭ 135 (-25.82%)
Mutual labels:  hacktoberfest, opengl
Flextgl
OpenGL and Vulkan header and loader generator.
Stars: ✭ 180 (-1.1%)
Mutual labels:  game-engine, opengl
Blue Flame Engine
A 3D/2D game engine that supports both DirectX11 and OpenGL 4.5
Stars: ✭ 129 (-29.12%)
Mutual labels:  game-engine, opengl
Mos
Lightweight game engine.
Stars: ✭ 153 (-15.93%)
Mutual labels:  game-engine, opengl
Opentk
The Open Toolkit library is a fast, low-level C# wrapper for OpenGL, OpenAL & OpenCL. It also includes windowing, mouse, keyboard and joystick input and a robust and fast math library, giving you everything you need to write your own renderer or game engine. OpenTK can be used standalone or inside a GUI on Windows, Linux, Mac.
Stars: ✭ 2,284 (+1154.95%)
Mutual labels:  game-engine, opengl
Gamedev4noobs
Olá, sejam bem-vindos ao repositório _gamedev4noobs_ do Estúdio Vaca Roxa. O propósito desse repositório, além de contribuir para o projeto 4noobs, é ensinar o básico do desenvolvimento de jogos para iniciantes. Apresentando boas práticas e insumos para criar games incríveis.
Stars: ✭ 122 (-32.97%)
Mutual labels:  hacktoberfest, game-engine
Openage
Free (as in freedom) open source clone of the Age of Empires II engine 🚀
Stars: ✭ 10,712 (+5785.71%)
Mutual labels:  game-engine, opengl

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 wide range of frameworks and tools. So developers can focus on the creation, and the Thunder Engine will do the routine.

Build Status

Build Status

Code Quality Status

Coverity Status Codacy Badge

About

The main ideology of project is to create the modular engine to 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.

Screenshot of Thunder Engine

Discord Gitter chat

Features

  • Cross-platform (Windows, Linux, macOS, Android, iOS, tvOS)
  • Rendering System Based on Physical Principles
  • Scripts supported by AngelScipt engine
  • Module based architecture

Please find a complete list of features.

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

Contributing

Would like to help to project? Please read this.

Getting the Engine

Compiling from source

  • Make sure the Qt (>= 5.10) SDK installed.
  • Make sure the QtCreator (>= 4.5.1) installed.
  • Make sure modern C++ compiler installed:
    • In Windows: Microsoft Visual Studio 2015 or higher
    • In MacOS X: Latest Xcode
  • To build project with QtCreator open Thunder.qbs and Build project

For more options please follow a build instruction

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].