Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.
/ StdPaint Public archive

A simple graphics library for console applications.

License

Notifications You must be signed in to change notification settings

TheBerkin/StdPaint

Repository files navigation

StdPaint

StdPaint provides a fast, flexible way to directly access and manipulate the console buffer. It uses a double-buffered, multithreaded system to make sure that rendering is as fast as possible.

Features

  • Several built-in drawing methods, such as circle, box, line, and flood fill
  • Dynamic, customizable brush effects for stylistic graphics
  • Create additional buffers for drawing graphics for later use
  • Keyboard and mouse input handling
  • Controllable refresh rate
  • Text drawing with alignment options
  • Buffers can be saved to/loaded from files and used like texture assets

About

A simple graphics library for console applications.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages