Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wh4ky/termengine
An engine that may be useful for creating 2D terminal games.
https://github.com/wh4ky/termengine
cmake cpp engine games tui
Last synced: about 2 months ago
JSON representation
An engine that may be useful for creating 2D terminal games.
- Host: GitHub
- URL: https://github.com/wh4ky/termengine
- Owner: wh4ky
- License: unlicense
- Created: 2024-07-21T14:31:45.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-12-05T16:11:53.000Z (about 2 months ago)
- Last Synced: 2024-12-05T16:35:52.695Z (about 2 months ago)
- Topics: cmake, cpp, engine, games, tui
- Language: C++
- Homepage:
- Size: 35.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TermEngine
## Contents
- [About](#about)
- [Soon™](#soon)
- [Aim Of The Game](#aim-of-the-game)
- [Installing And Using (wiki)](https://github.com/wh4ky/TermEngine/wiki/Compiling-And-Using)## About
TermEngine (TE for short) is an engine which allows you to display and maybe make games in the terminal with [ASCII](https://en.wikipedia.org/wiki/ASCII) and [ANSI escape codes](https://en.wikipedia.org/wiki/ANSI_escape_code). TE can be used to make games or simple utilities.
## Soon™
- Processes, process managers and a central process manager.
- GameObjects (objects that contain all data needed for displaying, moving, ect.)
- 2D rendering with OpenCL.## Somewhere in a galaxy far, far away
- 3D rendering with OpenCL.
- POSIX compatibility.## Aim Of The Game
I want TE to work flawlessly with Unix systems' TTY. By wanting this, I cannot use OpenGL, Vulcan, Metal, Direct3D, or any other graphics API; I've truly set myself up for failure.