Skip to content

aboudekahil/tgl-old

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tgl

An open source simple terminal rendering library for c++. (C++ 23)

Caution

This project is still at an early stage of development and is not ready for production use.

Moved to https://github.com/aboudekahil/tgl

License

MIT

Installation

Just include all the header files inside the src/ directory except in the internal/ folder (unless you know what you're doing).

Usage/Examples

All the examples are inside the examples/ directory.

Available examples:

  • redline/: A big red line rendered from top left ot bottom right, with a green triangle intersecting with the line.
  • rectangle/: 2 rectangles

Screenshots

App Screenshot App Screenshot

Features

  • draw pixel
  • draw line
  • draw rectangle
  • swap buffers

Acknowledgements

Authors

About

A c++ library for rendering to the terminal

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages