Code Monkey home page Code Monkey logo

tnt's Introduction

The TnT Engine

Discord Gitter Subreddit subscribers

Documentation Status

TnT is a 2d Game Engine written in C++. At the time of speaking the engine uses features from the C++17 standard (because at the time of speaking there is no C++ compiler that fully supports C++20 features), but one of the goals of the engine is to use C++20 features such as modules, concepts, etc.

Build status

Windows Linux Mac OS-X
Build Status Build Status Build Status
Windows

Project Goals

The project aims to make game development easy enough for anybody that doesn't know C++. Meanwhile the engine should be powerful enough for a C++ developer.

Features

  • Fast 2d rendering.
  • Efficient Entity management.
  • Fast and easy GUI library.
  • Lightweight logging.
  • Networking support.
  • Data serialization (save into/load from file).
  • Scripting support.

Code quality

Code checker Badge
CodeFactor CodeFactor
Codacy Codacy Badge
Code Inspector

Documentation

The documentation of the engine is written on the header files of the include directory. It is built by default by CMake. Note that for building the documentation, you need to have Doxygen installed (you can get it here). The documentation will be built on build/docs folder. If you don't want to build the documentation, please run cmake -DTNT_BUILD_DOCS=OFF .. instead of cmake .. . To read the documentation, open build/docs/html/index.html on your browser.

Getting started

For instructions on how to get the binaries of the engine or to build from source, please read INSTALL.md.

Building the tests and samples

WIP

Contributors

A special thanks goes to:

  • cgyurgyik (#8)

Bugs, Support, Q&A

For any question you may have, feel free to open an issue, or describe it on:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.