jmpleo / simple-2d-drawer

Simple drawing of shapes in the console by points

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build

cd console2d
cmake -S . -B build && cmake --build build

Run

build/figure-draw

example

About

Simple drawing of shapes in the console by points


Languages

Language:C++ 91.6%Language:CMake 8.4%