added more algorithms

Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
Jürg Hallenbarter
2026-04-27 17:08:24 +00:00
parent d78ef16bff
commit 9a9080c155
10 changed files with 278 additions and 16 deletions

View File

@@ -1,17 +1,20 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>p5.js liberary</title>
<title>p5.js liberay</title>
</head>
<body>
<h1>p5.js liberary by me</h1>
<div id="liberary">
<iframe
<h1>p5.js liberay by me</h1>
<div style="width: 470px;">
<h2 >AbstractAlgorithms</h2>
<div id="liberay">
<iframe src="http://127.0.0.1:5500/liberay.html?sketches=Cubes.js,calmCircles.js,labyrinth.js,AbstractAlgorithm.js&size=200" frameborder="0"></iframe>
</div>
</div>
</body>
<script type="module" src="index.js"></script>
<style>
h1 {
h1, h2 {
text-align: center;
font-family: cursive, serif;
}
@@ -19,5 +22,17 @@
background-color: beige;
}
#liberay {
height: 600px;
width: 600px;
}
iframe {
height: 100%;
width: 100%;
border: none;
margin: 0;
}
</style>
</html>