TEngine

A Windows-only OpenGL lightweight game engine

This product is under active development and not yet released.

System requirements

  • Operating system: Windows Vista or above (64-bit)

  • Recommended IDE: Visual Studio Code with C/C++ extension

  • Tools: TEngine depends on Mingw-w64 being available in your environment

Get Mingw-w64

  1. Download the latest stable release from here

  2. Install Mingw-w64 with x86_64 architecture and win32 threads

  3. Update your path for convenience

    1. Win+X, A

    2. setx path "%path%;<mingw64-install-path>\bin"

Download TEngine

  1. Download the latest stable release from here

Last updated