Skip to content

MarshTheBacca/dotto-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dotto C++

This is a C++ implementation of the original dotto. The intended use was for embedded systems.

Sample image

Building and Running

Prerequisites - CMake, gcc, internet connectivity (for CMake to fetch tabulate)

mkdir build && cd build
cmake ..
cmake --build . -j `nproc`V
./bin/dotto-cpp

About

This is a C++ version of the original dotto for use with custom circuitry

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors