An open API service indexing awesome lists of open source software.

https://github.com/cor/swift-canvas

a simple emoji based swift drawing program, prints to the console
https://github.com/cor/swift-canvas

Last synced: 12 months ago
JSON representation

a simple emoji based swift drawing program, prints to the console

Awesome Lists containing this project

README

          

swift-canvas
============
small and simple Emoji based drawing program
prints to the console
only uses FP, no OOP

You can draw the following objects:
* single dots
* vertical lines
* horizontal lines
* empty rectangle (only shows border)
* full (filled) rectangle

(make sure to open the assistant editor to view the console)