66bb40471c
chore: update packages
2023-06-11 19:46:38 +02:00
219794641f
fix: change Lenis easing function
2023-05-26 23:49:59 +02:00
d991dad294
refactor: use global page transition in main layout
2023-05-26 23:49:23 +02:00
685d4fd244
refactor: get rid of page data types
2023-05-26 23:48:01 +02:00
422727586e
chore: update packages
2023-05-26 23:44:47 +02:00
f2735d7eaa
chore: update packages
2023-05-12 14:10:52 +02:00
bccf0a1259
chore: update packages
2023-04-27 15:21:47 +02:00
3e7c42629f
chore: update packages
2023-04-19 11:06:55 +02:00
2af54156be
chore: update packages
2023-03-28 23:18:51 +02:00
faec58467e
fix: change Lenis parameters from newer versions
2023-03-28 23:18:43 +02:00
212e31b4cf
chore: update packages
2023-03-24 16:19:35 +01:00
d4cca2a62a
chore: update packages
2023-02-22 14:03:34 +10:00
d4f0a7431c
fix: make Globe light position accurate
...
Takes UTC current time with timezone difference, based on noon
I guess thanks again ChatGPT + StackOverflow?
2023-02-15 19:11:37 +01:00
fd77c6d24f
chore: update packages
2023-02-15 12:23:07 +01:00
51090bb4d9
refactor: use global setting for Vercel Edge runtime
2023-02-15 12:20:58 +01:00
80ff4b2195
chore: update packages
2023-02-10 19:29:42 +01:00
4f9aac2b7a
chore: remove Cloudflare adapter and edge setting
2023-02-10 19:24:32 +01:00
ed16fb9765
feat: run server functions on edge
2023-02-10 18:50:02 +01:00
e1f739b095
feat: switch back to Vercel adapter?
2023-02-10 18:42:28 +01:00
3727b6bb2b
chore: move utils to package
2023-02-10 17:52:50 +01:00
0c829c88c5
fix: eslint errors
2023-02-10 17:28:54 +01:00
6624bfefb0
chore: update config files
2023-02-10 17:22:54 +01:00
2c9a79b76b
feat: implement eslint
2023-02-10 17:22:37 +01:00
7efc1842bd
feat: set correct sun angle from current time
...
Thanks ChatGPT for that one!!
How to find the current sun angle from Earth's rotation in javascript?
A hint: Where is the sun shining on the earth at the time I visit the site? I guess the time zone that's closest to noon.
the dayTime variable needs to be from 0 to 1
const d = degToRad(360 / dayTime)
const sunPos = new Vec3(
Math.cos(d),
Math.sin(d) * Math.sin(0),
Math.sin(d) * Math.cos(0)
)
2023-02-10 15:35:36 +01:00
83510bda2d
chore: update packages
2023-02-10 15:34:48 +01:00
bea5da5f7c
chore: update packages
2023-02-01 15:41:49 +01:00
3127d4786a
[chore] Update packages
2023-01-22 21:39:19 +01:00
b76f70a05f
Fix eslint error and update svelte related stuff
2023-01-22 21:39:10 +01:00
1143651549
[chore] Update packages and config
2023-01-14 12:35:45 +01:00
6888f9afc5
[chore] Update packages
2023-01-12 20:27:02 +01:00
47ea21569d
[chore] Use satisfies syntax for server routes types
2023-01-10 13:02:19 +01:00
25bb949a13
🚧 Switch to monorepo with Turbo
2023-01-10 12:53:42 +01:00