Platform
Solutions
Resources
Pricing
Sign in
Sign up
Alex Ciminian
Workspace
Fork
Published
By
Alex Ciminian
Edited
Oct 31, 2020
Fork of
de Jong Attractor II
8 stars
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
a
=
params
[
0
]
Insert cell
b
=
params
[
1
]
Insert cell
c
=
params
[
2
]
Insert cell
d
=
params
[
3
]
Insert cell
n
=
Math
.
pow
(
2
,
20
)
Insert cell
setup
=
{
gl
.
viewport
(
0
,
0
,
viewof
gl
.
width
,
viewof
gl
.
height
)
;
gl
.
useProgram
(
program
)
;
gl
.
bindBuffer
(
gl
.
ARRAY_BUFFER
,
vertexBuffer
)
;
gl
.
vertexAttribPointer
(
a_position
,
2
,
gl
.
FLOAT
,
false
,
0
,
0
)
;
gl
.
enableVertexAttribArray
(
a_position
)
;
}
Insert cell
draw
=
{
setup
;
gl
.
uniform1f
(
u_a
,
a
)
;
gl
.
uniform1f
(
u_b
,
b
)
;
gl
.
uniform1f
(
u_c
,
c
)
;
gl
.
uniform1f
(
u_d
,
d
)
;
gl
.
drawArrays
(
gl
.
POINTS
,
0
,
n
)
;
}
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
Insert cell
md
`## Resources`
Insert cell
Insert cell
Insert cell
Insert cell
One platform
to build and deploy the best data apps
Experiment and prototype by building visualizations in live JavaScript notebooks. Collaborate with your team and decide which concepts to build out.
Use Observable Framework to build data apps locally. Use data loaders to build in any language or library, including Python, SQL, and R.
Seamlessly deploy to Observable. Test before you ship, use automatic deploy-on-commit, and ensure your projects are always up-to-date.
Try it for free
Learn more
Compare fork
Fork
View
Export
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
gl
Edit
Pin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
audioInput
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
audio
Edit
Pin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
energy
Edit
Pin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
mode
Edit
Pin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
oscillation
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
params
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
flatnessDistort
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
slowdown
Edit
Pin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
analyzer
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
audioAnalyzer
Edit
Pin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
makeAudioAnalyzer
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
makeMicAnalyzer
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
microphone
Edit
Pin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
Edit
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
a
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
b
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
c
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
d
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
n
Unpin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
setup
Unpin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
draw
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
fragmentShader
Edit
Pin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
vertexShader
Edit
Pin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
vertexBuffer
Edit
Pin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
program
Edit
Pin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
a_position
Edit
Pin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
u_a
Edit
Pin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
u_b
Edit
Pin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
u_c
Edit
Pin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
u_d
Edit
Pin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
height
Edit
Pin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
Add comment
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
audioUrl
Edit
Pin
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
meyda
Edit
Add comment
Copy import
Select
Duplicate
Copy link
Embed
Delete
JavaScript
Markdown
HTML
JavaScript
Markdown
HTML
JavaScript
Markdown
HTML