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
- Host: GitHub
- URL: https://github.com/cor/swift-canvas
- Owner: cor
- Created: 2014-06-09T13:14:26.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-09T13:25:29.000Z (almost 12 years ago)
- Last Synced: 2025-06-11T11:12:19.715Z (12 months ago)
- Language: Swift
- Size: 133 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)