Skip to content

An open source game engine is written in C++ with a flexible architecture

License

Notifications You must be signed in to change notification settings

gguedesaz/thunder

 
 

Repository files navigation

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 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

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 regarding Thunder Engine.

Gitter chat

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

About

An open source game engine is written in C++ with a flexible architecture

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 89.1%
  • QML 8.3%
  • GLSL 1.6%
  • Shell 0.6%
  • QMake 0.2%
  • Smarty 0.1%
  • Other 0.1%