mirror of
https://github.com/mum4k/termdash.git
synced 2026-04-27 03:15:55 +03:00
[PR #77] [MERGED] A Donut widget. #186
Labels
No labels
bug
cleanup
enhancement
enhancement
enhancement
good first issue
help wanted
help wanted
pull-request
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/termdash#186
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/mum4k/termdash/pull/77
Author: @mum4k
Created: 1/19/2019
Status: ✅ Merged
Merged: 1/21/2019
Merged by: @mum4k
Base:
devel← Head:donut📝 Commits (10+)
834e3b3Function that draws empty and filled circles.5919767Ability to draw circles.3eea419BrailleLine can clear pixels as well.50a734dAbility to clear pixels.045bd3fImproving test coverage.ebc275cMerge branch 'devel' into donut310ea21Skeleton for the donut widget.54b6dceBugfix - correctly determine area on a braille canvas.286ab5cA function that can fill arbitrary shapes on the braille canvas.486172efaketerm.Diff also prints out the rune differences.📊 Changes
25 files changed (+4966 additions, -44 deletions)
View changed files
📝
README.md(+11 -0)📝
canvas/braille/braille.go(+5 -2)📝
canvas/braille/braille_test.go(+158 -2)📝
canvas/braille/testbraille/testbraille.go(+7 -0)➕
draw/braille_circle.go(+263 -0)➕
draw/braille_circle_test.go(+1191 -0)➕
draw/braille_fill.go(+160 -0)➕
draw/braille_fill_test.go(+270 -0)📝
draw/braille_line.go(+76 -23)📝
draw/braille_line_test.go(+95 -4)📝
draw/testdraw/testdraw.go(+7 -0)➕
images/donutdemo.gif(+0 -0)📝
images/termdashdemo.gif(+0 -0)📝
numbers/numbers.go(+37 -0)📝
numbers/numbers_test.go(+128 -0)📝
termdashdemo/termdashdemo.go(+31 -13)📝
terminal/faketerm/diff.go(+13 -0)➕
trig/trig.go(+224 -0)➕
trig/trig_test.go(+471 -0)➕
widgets/donut/circle.go(+118 -0)...and 5 more files
📄 Description
Fixes #12
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.