• Joined on 2024年07月06日
usaradark opened issue dnkl/foot#2407 2026年07月10日 18:02:47 +02:00
Drag and drop protocol for yazi and else
usaradark commented on issue explosion-mental/wallust#215 2026年05月15日 17:42:17 +02:00
[FEATURE REQUEST] variable check_contrast

I also recall that we had discussions on the check_contrast flag, and something something it felt obsolete now that we have better logic for telling if colors the right salience. I think I said...

usaradark commented on issue explosion-mental/wallust#215 2026年05月15日 17:19:30 +02:00
[FEATURE REQUEST] variable check_contrast

For now, you can try using the salience colorspace at different salience.sampling configs. Try out the options balanced, distributed, and high. low is kind of unstable for general use...

usaradark commented on pull request explosion-mental/wallust#199 2026年03月12日 19:40:35 +01:00
Refactor Cam16UcsJmh weights and set up trial testing to determine best salience sorting

Good enough to merge and start using it to finetune salience weighting and calculations.

usaradark pushed to new-histo at usaradark/wallust 2026年03月12日 19:23:23 +01:00
f610f10a2f
rebase to latest branch
2cd542161f
silence some warns on release build
ac7d35b471
add style (dark/light) to the cache
02f7fcfe01
small rewording
6b87700af1
replace all info and warn allocs and made a const instead
Compare 78 commits »
usaradark pushed to v4-alpha at usaradark/wallust 2026年03月12日 19:19:04 +01:00
f610f10a2f
rebase to latest branch
2cd542161f
silence some warns on release build
ac7d35b471
add style (dark/light) to the cache
02f7fcfe01
small rewording
6b87700af1
replace all info and warn allocs and made a const instead
Compare 10 commits »
usaradark created branch v4-alpha in usaradark/wallust 2026年03月12日 19:19:04 +01:00
usaradark commented on pull request explosion-mental/wallust#197 2026年02月25日 20:50:45 +01:00
Specialized heuristic for bucketing colors and filter pre-bucketing

@explosion-mental Did you figure this one out yet? To get just the number you would call the underlying delta_e functions.

usaradark commented on issue explosion-mental/wallust#206 2026年02月25日 19:31:01 +01:00
ansi colors: add the ability to tint colors with dominant wallpaper colors

This also depends on what you would consider dominant.

usaradark commented on pull request explosion-mental/wallust#199 2026年02月10日 17:22:37 +01:00
Refactor Cam16UcsJmh weights and set up trial testing to determine best salience sorting

Not much is missing, at least for what is core to the idea of testing. If you think it's good enough to merge then it's good.

usaradark commented on pull request explosion-mental/wallust#199 2026年01月15日 02:18:40 +01:00
Refactor Cam16UcsJmh weights and set up trial testing to determine best salience sorting

Final thing I would probably want to do left is to be able to toggle which row gets printed on the table below the colors, as it can get bloated, especially when the user has many rows of colors....

usaradark pushed to new-histo at usaradark/wallust 2026年01月15日 02:01:07 +01:00
dd324e2c01
add new flags, chunk size, better/custom col gen, table print
04449f1530
add settings, chunk size, more elegant input handling
f336543921
rough interactive wizard to figure out good values for salience jmh
f017f90330
test to binary, default binary as wallust
eebd2605e4
add random gen of colors
Compare 10 commits »
usaradark pushed to new-histo at usaradark/wallust 2026年01月15日 01:54:45 +01:00
6676d4dd51
add new flags, chunk size, better/custom col gen, table print
usaradark pushed to new-histo at usaradark/wallust 2026年01月14日 20:05:22 +01:00
b16693d626
add settings, chunk size, more elegant input handling
usaradark commented on pull request explosion-mental/wallust#199 2026年01月14日 07:13:25 +01:00
Refactor Cam16UcsJmh weights and set up trial testing to determine best salience sorting

Here's that thing to try to figure out the best values for Jmh.

usaradark pushed to new-histo at usaradark/wallust 2026年01月14日 06:40:01 +01:00
736ff8b54b
rough interactive wizard to figure out good values for salience jmh
usaradark pushed to new-histo at usaradark/wallust 2026年01月12日 21:17:13 +01:00
213b106525
test to binary, default binary as wallust
fafefaccde
add random gen of colors
Compare 2 commits »
usaradark commented on pull request explosion-mental/wallust#199 2025年12月16日 17:43:36 +01:00
Refactor Cam16UcsJmh weights and set up trial testing to determine best salience sorting

Just a heads up, if you're waiting for this before moving on with #195, don't worry about it unless you want salience calculations to be "perfect." I think what we have right now works "good...

usaradark commented on pull request explosion-mental/wallust#199 2025年12月14日 16:51:03 +01:00
Refactor Cam16UcsJmh weights and set up trial testing to determine best salience sorting

That is a good point... I'll transfer the script over to that.

usaradark commented on pull request explosion-mental/wallust#199 2025年12月14日 08:28:18 +01:00
Refactor Cam16UcsJmh weights and set up trial testing to determine best salience sorting

Plans to do another refactor on weights, separating unit tests for de vs sal vs sal_naive, and offset vs random modes of color generation.