Skip to content

🎨This is a small project for learning about drawing to the console using the windows API. The code is not efficient, but it is possible to create static drawings and small animations.

Notifications You must be signed in to change notification settings

claesgill/cjgConsoleDrawer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cjgConsoleDrawer

This is a small project for learning about drawing to the console using the windows API. The code is not efficient, but it is possible to create static drawings and small animations.

The main.cpp contains a small sample code of how to use the different methods of drawing blocks, lines, rectangles and triangles. Does note support circles yet.

By simply including the cjgConsoleDrawer.h to your project will grant you to use the class.

This work is heavily inspired from the olcConsoleGameEngine provided by @Javidx9.

About

🎨This is a small project for learning about drawing to the console using the windows API. The code is not efficient, but it is possible to create static drawings and small animations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages