Commit Graph

35 Commits

Author SHA1 Message Date
0b7b3ffd7d
bahaghari/lib: add grow' and isWithinRange
Also updated the order of the arguments to make it more usable in
functional programming paradigm or whatever.
2024-03-02 12:54:59 +08:00
d2370bdbb8
bahaghari/modules/tinted-theming: make it consistent for YAML files importing 2024-03-01 18:12:12 +08:00
878dddea77
bahaghari/lib: init math subset
In preparation for implementing the colorspace library subset.
2024-02-29 22:06:33 +08:00
9fde40828b
bahaghari/lib: simplify fromDec implementation 2024-02-29 16:13:49 +08:00
e5083302b2
bahaghari: reformat codebase 2024-02-29 16:12:21 +08:00
b84d07ac0c
bahaghari/lib: update hex subset with generateBaseDigitType 2024-02-28 18:43:20 +08:00
29d4bb657a
bahaghari/lib: init generateBaseDigitType 2024-02-28 18:39:00 +08:00
f21b9367c9
bahaghari/lib: improve generateGlyphSet 2024-02-28 10:44:16 +08:00
103988226b
bahaghari/lib: add pow and generateConversionTable 2024-02-28 10:43:37 +08:00
15a43cd1e5
chore: reformat codebase 2024-02-25 18:20:13 +08:00
88dde1b679
bahaghari: update README 2024-02-25 17:44:04 +08:00
126fececf3
bahaghari/tests: fix 2024-02-25 17:22:53 +08:00
bbba0e5bba
bahaghari: restructure module entrypoint
At least it doesn't need additional setup anymore.
2024-02-25 17:21:57 +08:00
b74d53ed09
bahaghari/modules/tinted-theming: update builder module 2024-02-25 17:21:00 +08:00
f4b1db09f3
bahaghari/utils/tinted-theming: init 2024-02-25 17:20:18 +08:00
df345c8b51
bahaghari/tests/lib: add tests for tinted-theming subset 2024-02-25 17:12:49 +08:00
9a7314f28c
bahaghari/tests/lib: update hex unit tests 2024-02-24 21:39:59 +08:00
89a9bc32a0
bahaghari/lib: reformat and update comments 2024-02-24 21:39:02 +08:00
4834595351
bahaghari/lib/tinted-theming: fix isBaseX 2024-02-24 21:37:53 +08:00
8cb22268af
bahaghari/lib: init hex.pad 2024-02-24 21:36:51 +08:00
fe4f1d1ae9
bahaghari/lib: init isHexString 2024-02-24 21:34:03 +08:00
b7ac964082
bahaghari/tests/lib: init hex subset 2024-02-24 19:09:28 +08:00
e8bdb850bc
bahaghari/lib: init generateGlyphSet 2024-02-24 18:59:25 +08:00
8f7e13734a
bahaghari/lib: update importYAML to be more correct 2024-02-24 18:52:19 +08:00
7159fc597f
bahaghari/lib: fix toBaseDigitsWithGlyphs 2024-02-24 18:49:24 +08:00
d0f57db0aa
bahaghari/tests/lib: init 2024-02-24 18:48:07 +08:00
469e5194cc
bahaghari: allow non-flakes usage 2024-02-24 10:36:28 +08:00
6000026719
bahaghari/lib: update comments 2024-02-24 10:30:41 +08:00
0af7a31d7b
bahaghari/lib/trivial: add toYAML and toBaseDigitsWithGlyphs 2024-02-24 10:29:59 +08:00
6c5e359fc3
bahaghari/tinted-theming: update library import 2024-02-24 10:28:39 +08:00
d043f2b553
bahaghari: set license 2024-02-24 10:27:15 +08:00
61f486bd8f
bahaghari/lib/tinted-theming: refactor 2024-02-23 20:37:06 +08:00
afbd5cd074
bahaghari: init flake and devshell
Even if that devshell is not really usable.
2024-02-23 18:14:39 +08:00
fdc8476751
bahaghari: init lib
Now it is pretty familiar to use as you can also extend it like nixpkgs'
library.
2024-02-23 14:57:33 +08:00
911476c37c
bahaghari: move into subprojects directory
This'll make it easier to transfer to a dedicated repo in case.
2024-02-23 14:47:49 +08:00