Skip to content

A console engine that makes rendering in console much easier!

Notifications You must be signed in to change notification settings

hackpulsar/AdventoConsoleEngine

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AdventoConsoleEngine

A console engine that makes rendering in console much easier!

How to use?

Using Visual Studio

  1. All you need to do is to add "engine" folder to your project and you're ready to go!

Using MinGW

  1. Put the "engine" folder in the root directory
  2. Compile command: g++ -o main.exe main.cpp engine/*.cpp -static-libgcc -static-libstdc++ -static-libpthread

WARNING: The engine uses WinApi to draw stuff to console so it only works for windows

Examples

You can find example program in "src" directory (ParticlesDemoMain.cpp)

About

A console engine that makes rendering in console much easier!

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published