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
51627d5f
Commit
51627d5f
authored
Nov 12, 2022
by
PLN (Algolia)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hydra: oeuf
parent
1604fce7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
28 additions
and
0 deletions
+28
-0
Oeuf.js
Oeuf.js
+28
-0
oeuf.jpg
oeuf.jpg
+0
-0
No files found.
Oeuf.js
0 → 100644
View file @
51627d5f
// Omelette virtuelle
// Par PLN
s0
.
initImage
(
"/home/pln/Work/Hydra/oeuf.jpg"
)
src
(
s0
).
scale
(
1.6
,
0.69
).
out
()
src
(
o0
)
.
modulate
(
src
(
o0
).
scale
(()
=>
0.8
+
0.4
*
Math
.
sin
(
time
/
29
)))
.
modulateScale
(
src
(
o0
)
.
scale
(()
=>
0.24
+
0.5
*
((
time
/
42
)
%
20
))
)
.
out
(
o1
)
src
(
o1
)
.
blend
(
src
(
o3
).
scale
(
1.0099
),
0.6
)
.
brightness
(
-
0.005
)
.
out
(
o2
)
src
(
o2
)
.
modulate
(
src
(
o1
).
scale
(
0.9
),
0.6
)
.
scale
(()
=>
3.5
+
1.5
*
Math
.
cos
(
time
/
29
))
.
brightness
(
-
0.113
)
.
contrast
(
1.57
)
.
hue
(
0.5
)
.
out
(
o3
)
render
(
o3
)
oeuf.jpg
0 → 100644
View file @
51627d5f
399 KB
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