Skip to content

TrashDot Engine - 2D / 3Dish Game Engine

License

Notifications You must be signed in to change notification settings

Pol1sher/TrashDot

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TrashDot Engine

2D and 3Dish cross-platform game engine

TrashDot Engine is a feature-packed, cross-platform game engine to create 2D and 3Dish games from a unified interface. It provides a comprehensive set of common tools, so that users can focus on making games without having to reinvent the wheel(unless you want to do 3D). Games can be exported with one click to a number of platforms, including the major desktop platforms (Linux, macOS, Windows), mobile platforms (Android, iOS), as well as Web-based platforms (HTML5).

Free and open source

TrashDot is completely free and open source under the very permissive MIT license. No strings attached, no royalties, nothing. The users' games are theirs, down to the last line of engine code.

Screenshot of a 3D scene in the TrashDot Engine editor

Compiling for Windows

Requirements

Visual Studio Community, version 2017 or later. VS 2019 is recommended.

MinGW-w64 with GCC can be used as an alternative to Visual Studio. Be sure to install/configure it to use the posix thread model. Important: When using MinGW to compile the master branch, you need GCC 9 or later.

Python 3.5+ Make sure to enable the option to add Python to the PATH in the installer.

SCons build system. Using the latest release is recommended, especially for proper support of recent Visual Studio releases.

Compiling for Linux

Requirements

For compiling under Linux or other Unix variants, the following is required:

GCC 7+ or Clang 6+.

Python 3.5+.

SCons 3.0+ build system. If your distribution uses Python 2 by default, or you are using a version of SCons prior to 3.1.2, you will need to change the version of Python that SCons uses by changing the shebang (the first line) of the SCons script file to #! /usr/bin/python3. Use the command which scons to find the location of the SCons script file.

pkg-config (used to detect the dependencies below).

X11, Xcursor, Xinerama, Xi and XRandR development libraries.

MesaGL development libraries.

ALSA development libraries.

PulseAudio development libraries.

Optional - libudev (build with udev=yes).

Compiling from Source for other systems

See the official godot docs for compilation instructions for every supported platform.

Documentation

The official documentation is hosted on ReadTheDocs. It is maintained by the Godot community in its own GitHub repository.

About

TrashDot Engine - 2D / 3Dish Game Engine

Resources

License

Stars

Watchers

Forks

Languages

  • C++ 89.8%
  • C# 2.5%
  • C 2.5%
  • Java 1.5%
  • Python 1.3%
  • GLSL 0.9%
  • Other 1.5%