Skip to content

BharatiSukanya/DConsole

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DConsole

A Cross platform tool to get multiple logs in one place with easily visualizable colors. A really useful debugging tool for developers with easy to use GUI scheme.

Instructions:

Using Cmake as Generator

mkdir build && cd build
cmake ..
make

Using Ninja as Generator

mkdir build && cd build
cmake .. -GNinja
ninja -j <CPU_CORES>

Communication Channel

For all project related doubts and guidance please join this discord channel

Discord Link

About

Simple Cross Platform Local Logging tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C++ 95.9%
  • CMake 4.1%