Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
Hydra
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
PLN
Hydra
Commits
a2b3eace
Commit
a2b3eace
authored
Feb 01, 2025
by
PLN (Algolia)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Starry: HollowSun
parent
d36c64fc
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
28 additions
and
1 deletion
+28
-1
SeptemberGalaxy.js
StarryNights/SeptemberGalaxy.js
+2
-1
hollow_sun.js
StarryNights/hollow_sun.js
+26
-0
brano-tLFHQIqALz0-unsplash.jpg
StarryNights/img/brano-tLFHQIqALz0-unsplash.jpg
+0
-0
vivek-doshi-obsBswnv7FI-unsplash.jpg
StarryNights/img/vivek-doshi-obsBswnv7FI-unsplash.jpg
+0
-0
No files found.
StarryNights/SeptemberGalaxy.js
View file @
a2b3eace
...
...
@@ -38,8 +38,9 @@ src(o2)
.
luma
(
0.5
)
.
scale
(
3.7
)
.
mask
(
shape
(
4
).
scale
(()
=>
1
,
4
+
1.2
*
Math
.
abs
(
Math
.
sin
(
time
/
13
))))
,
()
=>
0.2
*
((
time
/
1989
)
%
10
)
,
()
=>
0.2
*
((
time
/
1
.
989
)
%
10
)
)
.
out
(
o3
)
render
(
o3
)
// render()
StarryNights/hollow_sun.js
0 → 100644
View file @
a2b3eace
s0
.
initImage
(
"/home/pln/Work/Hydra/StarryNights/img/brano-tLFHQIqALz0-unsplash.jpg"
)
src
(
s0
)
.
scale
(
1
,
1.1
)
.
scroll
(
-
0.02
,
0
)
.
out
()
src
(
o0
)
.
scale
(()
=>
1
+
0.1
*
Math
.
sin
(
time
/
13
))
.
mult
(
src
(
s0
)
.
rotate
(()
=>
(
time
/
20
)
%
360
)
.
scale
(()
=>
1.3
+
0.2
*
Math
.
sin
(
time
/
13
))
.
scroll
(()
=>
0.1
*
Math
.
sin
(
time
/
9
))
)
// SOLAR FLARES
.
out
(
o1
)
src
(
o1
).
add
(
noise
(
300
,
0.051
)
.
mult
(
noise
(
0.5
,
0.01
)
)
.
brightness
(
0.3
)
.
contrast
(
1.3
)
.
thresh
(
0.93
)
).
out
(
o2
)
src
(
o2
).
scale
(
1.12
)
// .scroll(0.1,0)
.
out
(
o3
)
render
(
o3
)
StarryNights/img/brano-tLFHQIqALz0-unsplash.jpg
0 → 100644
View file @
a2b3eace
728 KB
StarryNights/img/vivek-doshi-obsBswnv7FI-unsplash.jpg
0 → 100644
View file @
a2b3eace
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment