Wykres commitów

1471 Commity (main)

Autor SHA1 Wiadomość Data
Nina Paley d0400bcfb8
Add files via upload 2021-05-29 09:01:03 -05:00
Nina Paley 024655c7ba
Add files via upload
more gradients on symbols
2021-05-28 12:00:56 -05:00
Atul Varma cfa414d74c
Add support for linear gradients (#135)
Fixes #134.
2021-05-28 12:41:25 -04:00
Nina Paley f4e76f9adb
Add files via upload
Added gradients to some symbols, to see how they look!
2021-05-28 10:28:23 -05:00
Atul Varma 46d9f524da
Use eslint. (#133)
Fixes #128.

A number of hook-related warnings were brought up, which this PR also fixes.  Note that from now on, if there are any warnings raised by the eslint, CI will fail.
2021-05-28 10:17:45 -04:00
Atul Varma d13c892f3d
Use esbuild instead of Parcel. (#131)
This replaces Parcel with [esbuild][].

esbuild has a number of advantages over Parcel:

* It is much, much, *much* faster. A Parcel build takes several seconds on my system, while esbuild takes 60-70 _milliseconds_.
* Parcel hard-crashes when I switch branches on Windows, esbuild doesn't.

The one disadvantage is that, as far as I can tell, esbuild doesn't support any kind of auto-reloading in the browser when you change things. IMO this isn't that big a deal and the benefits outweigh this minor inconvenience (and anyways, auto-reload has historically backfired so many times that I usually have been manually reloading the page whenever I make changes).

[esbuild]: https://esbuild.github.io/
2021-05-28 07:34:17 -04:00
Atul Varma f3ab28f70d
Factor out color-util.ts. (#130)
This fixes #129 and also factors out a new function, `clampedBytesToRGBColor()`.
2021-05-28 06:13:19 -04:00
Atul Varma 902dfa23fa
Add support for gradients (#127)
Fixes #121.
2021-05-27 16:09:05 -04:00
Nina Paley 82134eec9d
Add files via upload
adjusted gradients on some trees
2021-05-26 13:34:23 -05:00
Atul Varma 14f09ad90b Convert code of conduct to markdown. 2021-05-25 15:00:31 -04:00
Atul Varma c6f8821135 remove face_nest 2021-05-25 14:55:49 -04:00
mittimithai 55e70a44b3
Small adjustments to color sampling per meeting, commented out old ones (#122) 2021-05-19 06:31:30 -04:00
Nina Paley b6be649342
Add files via upload
created trees and hill with black and white gradients and specs layers.
2021-05-18 21:19:09 -05:00
Atul Varma 5e5f9ac7ef Fix URL in README. 2021-05-18 19:56:38 -04:00
mittimithai d6303dfa6f
Small bug in color generation fixed (#120) 2021-05-18 18:30:54 -04:00
Nina Paley 9dbd798fee
Add files via upload
created black and white flat-filled trees and hill
2021-05-18 10:08:57 -05:00
Nina Paley 3b291a7150
Delete .placeholder
deleted placeholder
2021-05-18 10:08:24 -05:00
Nina Paley a49e2b5c38
Add files via upload
Re-did trees without line widths (which are unsupported). Trimmed to squares.
2021-05-17 15:12:01 -05:00
Nina Paley e473f002e7
Add files via upload
uploaded some landscape elements
2021-05-16 15:30:46 -05:00
Atul Varma c203bb46f6 Added assets/buildings dir. 2021-05-16 10:57:10 -04:00
Atul Varma 67963e5b10 Rename 'landscape-generation' to 'landscapes'. 2021-05-16 10:56:36 -04:00
Atul Varma ab6d636617 Add assets/landscape-generation. 2021-05-16 10:55:39 -04:00
Nina Paley d7d04a8942
Add files via upload 2021-05-15 15:14:29 -05:00
mittimithai 7edef5920f
Multiple color functions (#119)
Based on spec from meeting. Start at a random hue h1, functions specify increment to h2 and then h3 is (h1+180).
2021-05-15 06:41:11 -04:00
Nina Paley 7412f7f775
Add files via upload 2021-05-14 21:14:20 -05:00
Nina Paley 83d8a52b5e
Add files via upload
changed specs
2021-05-14 13:16:50 -05:00
Atul Varma 2093622600
Copy the CNAME file to the `dist` dir on site build. (#118)
This ensures that whenever our site is rebuilt, the `CNAME` file will be in its root directory, so that GitHub can properly serve the site at a custom domain.
2021-05-13 10:53:25 -04:00
dependabot[bot] 8dfb19d365
Bump hosted-git-info from 2.8.8 to 2.8.9 (#117)
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9.
- [Release notes](https://github.com/npm/hosted-git-info/releases)
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md)
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.8.8...v2.8.9)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 21:55:30 -04:00
Atul Varma 8151663860
Add 'always include this symbol' dropdown. (#115)
Fixes #36.
2021-05-12 21:55:18 -04:00
dependabot[bot] f49fa7170d
Bump lodash from 4.17.20 to 4.17.21 (#116)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.20 to 4.17.21.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.20...4.17.21)

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-05-12 21:48:34 -04:00
Nina Paley 725877308c
Update code-o-conduct
Shortened and tidied code o' conduct.
2021-05-12 17:33:02 -05:00
Nina Paley 12506a6ec5
Add files via upload 2021-05-11 08:55:21 -05:00
Nina Paley abbd844e6a
Add files via upload
introduced face_nest and toml
2021-05-10 11:31:59 -05:00
Nina Paley 3217324d5b
Add files via upload
introduced face_nest and toml
2021-05-10 11:31:37 -05:00
Nina Paley df0a2248f2
Add files via upload 2021-05-07 19:57:27 -05:00
Nina Paley 87e530c867
Add files via upload 2021-05-04 20:22:55 -05:00
Nina Paley 36b0db4f54
Add files via upload 2021-05-04 20:16:58 -05:00
Nina Paley 2f8648068c
Add files via upload 2021-05-04 20:11:36 -05:00
Nina Paley 6049c99498
Add files via upload 2021-05-04 20:02:13 -05:00
Nina Paley 6b75b04193
Add files via upload 2021-05-04 19:58:32 -05:00
Nina Paley 825ab2eaf1
Add files via upload 2021-05-04 19:57:30 -05:00
Nina Paley bcca3e740b
Add files via upload 2021-05-04 19:54:27 -05:00
Nina Paley 726c8b96b6
Add files via upload
introduced pear
2021-05-04 19:46:23 -05:00
Nina Paley 603d186031
Add files via upload
introduced moons_triple
2021-05-04 19:28:49 -05:00
Nina Paley 42050e90c9
Add files via upload 2021-05-04 16:54:55 -05:00
Nina Paley 10f8b25aa7
Add files via upload
small fixes
2021-05-04 16:42:32 -05:00
Nina Paley 03e670ef3d
Add files via upload
update specs
2021-05-04 16:05:47 -05:00
Nina Paley b851f20d2f
Add files via upload
updatin' specs
2021-05-04 16:02:56 -05:00
Nina Paley 5a6125530b
Add files via upload
update specs
2021-05-04 15:45:53 -05:00
Nina Paley 0a917c05ce
Add files via upload
update specs
2021-05-04 15:43:32 -05:00