Skip to content
Calico Niko edited this page Jan 1, 2022 · 44 revisions

Welcome to the shapes wiki!

The wiki about Shapes!

Clicky-click-click:

  1. Home
  2. Parts of a Shapes program
  3. What shapes do
  4. How to make a Shapes program

What?

Shapes is an esolang created by Calico Niko for the Truttle1 esojam. The theme for the jam was "Visuals", hence the visualness of Shapes.

Notes

On the slowness of parsing

so slow, it's probably O(n^2)

This is most likely because of the part orf the parser trying to find whinch shape is connected to which. This might be able to be fixed by implementing a quadtree (i have no idea though) or another way to do it

EDIT: Not slow anymore! The main branch is now super fast. See git history to see what I've done because I honestly don't know what I did.

On file formats

Only works for .png files i think. havent tested others

On my sanity

I am very tired and a bit sleep deprived but im okay (maybe)

Attributions