<html>
<head>
<script src="https://cdn.jsdelivr.net/npm/ruby-3_2-wasm-wasi@next/dist/browser.script.iife.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/lib/p5.js"></script>
<script type="text/ruby" src="p5.rb"></script>
<script type="text/ruby">
def setup
createCanvas(720, 400)
end
def draw
background(127)
noStroke()
0.step(height, 20) do |i|
fill(129, 206, 15)
rect(0, i, width, 10)
fill(255)
rect(i, 0, 10, height)
end
end
P5::init()
</script>
</head>
<body>
<main>
</main>
</body>
</html>
-
Notifications
You must be signed in to change notification settings - Fork 0
License
ongaeshi/p5rb
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published