Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add NumberGlyph visualizer #231

Merged
merged 64 commits into from
Apr 21, 2024
Merged
Show file tree
Hide file tree
Changes from 60 commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
3bb0387
Color combination of prime factors
LeongHouHeng Nov 5, 2022
8f70e1a
Bug fixed. Description panel added.
LeongHouHeng Nov 10, 2022
5a0329d
Merge branch 'numberscope:main' into jenny_branch
LeongHouHeng Nov 12, 2022
a0ff100
Add show/hide feature for the description panel
LeongHouHeng Nov 13, 2022
93fcf2b
Repeated values bug fixed
LeongHouHeng Nov 13, 2022
90c3268
Bug fixed
LeongHouHeng Nov 13, 2022
6881a3a
Merge branch 'numberscope:main' into jenny_branch
LeongHouHeng Nov 16, 2022
be7fbf9
Fix issues stated in initial review
LeongHouHeng Nov 17, 2022
c915b06
Merge branch 'jenny_branch' of https://github.com/LeongHouHeng/fronts…
LeongHouHeng Nov 17, 2022
572c0b9
Merge branch 'numberscope:main' into jenny_branch
LeongHouHeng Dec 7, 2022
fca24d1
Bugs fixed, features added.
LeongHouHeng Dec 7, 2022
01eab88
Merge branch 'jenny_branch' of https://github.com/LeongHouHeng/fronts…
LeongHouHeng Dec 7, 2022
4a10500
Bug fixed, and features added
LeongHouHeng Dec 7, 2022
e64d984
refactor to use p5.Vector and getFactors() and rename
katestange Jan 6, 2023
a600112
allow user input of a function for growth, and showing growth rings
katestange Jan 6, 2023
96f2e0d
make the circles resize to fit the number of terms requested
katestange Jan 7, 2023
710633c
fix first circle bug
katestange Jan 7, 2023
3ca2f16
remove errant console.log and take absolute values of terms
katestange Jan 7, 2023
b3e5d35
remove errant console.log
katestange Jan 7, 2023
9134255
simplify computation of brightness value and allow for negative value…
katestange Jan 7, 2023
698b78c
fix primelist bug
katestange Jan 7, 2023
aa16257
tweaks
katestange Jan 7, 2023
ef8d516
documentation
katestange Jan 7, 2023
68eee77
fix upper right bug
katestange Jan 7, 2023
14c147a
fix offset bug and include semiprimes example
katestange Jan 7, 2023
effb772
Merge branch 'main' into seq_color_visualizer
gwhitney Jan 10, 2023
acb7021
Color combination of prime factors
LeongHouHeng Nov 5, 2022
92d51e7
Bug fixed. Description panel added.
LeongHouHeng Nov 10, 2022
bbe8996
Add show/hide feature for the description panel
LeongHouHeng Nov 13, 2022
aab8e60
Repeated values bug fixed
LeongHouHeng Nov 13, 2022
32b1b75
Bug fixed
LeongHouHeng Nov 13, 2022
fefb929
Fix issues stated in initial review
LeongHouHeng Nov 17, 2022
b4be1d3
Bugs fixed, features added.
LeongHouHeng Dec 7, 2022
1d306e0
Bug fixed, and features added
LeongHouHeng Dec 7, 2022
1ee6180
refactor to use p5.Vector and getFactors() and rename
katestange Jan 6, 2023
073143d
allow user input of a function for growth, and showing growth rings
katestange Jan 6, 2023
65636ce
make the circles resize to fit the number of terms requested
katestange Jan 7, 2023
4820e50
fix first circle bug
katestange Jan 7, 2023
caed9f2
remove errant console.log and take absolute values of terms
katestange Jan 7, 2023
aeab2b2
remove errant console.log
katestange Jan 7, 2023
afb9764
simplify computation of brightness value and allow for negative value…
katestange Jan 7, 2023
21b697a
fix primelist bug
katestange Jan 7, 2023
4d0a0c9
tweaks
katestange Jan 7, 2023
306244b
documentation
katestange Jan 7, 2023
17707af
fix upper right bug
katestange Jan 7, 2023
0fe433d
fix offset bug and include semiprimes example
katestange Jan 7, 2023
727f0de
rebase and rename to NumberGlyph
katestange Jan 18, 2023
e2ea0e5
Merge branch 'seq_color_visualizer' of https://github.com/numberscope…
katestange Jan 18, 2023
9f581c5
completed removal of SeqColor.ts
katestange Jan 18, 2023
ae8438b
update desc and one more spot to change name
katestange Jan 18, 2023
27d59aa
create customize parameter that hides glyph function
katestange Jan 18, 2023
5ecc7b4
create customize parameter that hides glyph function
katestange Jan 18, 2023
8f67629
try to handle bigint errors
katestange Jan 18, 2023
6db217e
make unfactorables and 0,1,-1 grey
katestange Jan 18, 2023
8dc3ef8
documentation and examples
katestange Jan 18, 2023
64f5a00
Merge branch 'main' into seq_color_visualizer
katestange Apr 21, 2024
db780bc
Initial changes to address pr #277
katestange Apr 21, 2024
802ba30
works with #277 refactor
katestange Apr 21, 2024
ed3114c
take out keyboard interaction
katestange Apr 21, 2024
7128195
cleanup
katestange Apr 21, 2024
8b57ef8
delete inhabit
katestange Apr 21, 2024
80514bd
fix: Fit glyphs to canvas; also avoid TypeScript hack
gwhitney Apr 21, 2024
4142b3c
doc: Correct the description of the number of disc positions
gwhitney Apr 21, 2024
5994911
fix: Use absolute value of brightness function, and document it
gwhitney Apr 21, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added src/assets/img/glyph/diff-func.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/glyph/integers.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/glyph/ring1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added src/assets/img/glyph/semiprimes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading