Go to file
Matt Nish-Lapidus 221b9bb41e Update README.md
added instructions for loading in web interface
2024-06-14 14:48:18 +00:00
.gitignore adding initial scripts 2024-06-11 17:37:04 -04:00
10print.ld adding scott's examples from the computer class repo 2024-06-11 17:55:57 -04:00
annoying_box.ld adding initial scripts 2024-06-11 17:37:04 -04:00
arguments.ld adding initial scripts 2024-06-11 17:37:04 -04:00
cngon.ld adding initial scripts 2024-06-11 17:37:04 -04:00
demo_1.ld adding initial scripts 2024-06-11 17:37:04 -04:00
drawing.ld adding initial scripts 2024-06-11 17:37:04 -04:00
eliza.ld adding initial scripts 2024-06-11 17:37:04 -04:00
functions.ld adding initial scripts 2024-06-11 17:37:04 -04:00
gons_recur.ld adding scott's examples from the computer class repo 2024-06-11 17:55:57 -04:00
ifs.ld adding initial scripts 2024-06-11 17:37:04 -04:00
koch_tri.ld adding scott's examples from the computer class repo 2024-06-11 17:55:57 -04:00
koch.ld adding scott's examples from the computer class repo 2024-06-11 17:55:57 -04:00
lezertest.ld adding initial scripts 2024-06-11 17:37:04 -04:00
ngon.ld adding initial scripts 2024-06-11 17:37:04 -04:00
random.ld adding initial scripts 2024-06-11 17:37:04 -04:00
README.md Update README.md 2024-06-14 14:48:18 +00:00
recursion.ld adding initial scripts 2024-06-11 17:37:04 -04:00
repeat.ld adding initial scripts 2024-06-11 17:37:04 -04:00
sierp.ld adding initial scripts 2024-06-11 17:37:04 -04:00
spiralgon.ld adding initial scripts 2024-06-11 17:37:04 -04:00
start.ld adding initial scripts 2024-06-11 17:37:04 -04:00
tenprintmod.ld adding initial scripts 2024-06-11 17:37:04 -04:00
walk.ld adding initial scripts 2024-06-11 17:37:04 -04:00

Ludus Scripts

For now this is a place to put our collective Ludus sketches and scripts. Some sort of structure or organization might emerge...

There are also available via web.ludus.dev. To load a script add add ?ld=[name of file without extension] to the web.ludus.dev url. For example, to load ngon.ld script into the web interface visit https://web.ludus.dev/?ld=ngon.