Skip to content

Commit 66cafd0

Browse files
committed
doc: fix references and don't actually try too hard
1 parent d4ef671 commit 66cafd0

File tree

3 files changed

+8
-32
lines changed

3 files changed

+8
-32
lines changed

doc/README.md

Lines changed: 8 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,12 @@
11
# Welcome!
22

3-
When Zajj saw the posters, she was reportedly quite confused by the fact that we
4-
were so aggressively advertising a graphics hackathon while also issuing the
5-
all-caps injunction to "STOP DOING GRAPHICS." This is because all computer
6-
graphics programs are either 1) beautiful results of mathematical abstraction and truly
7-
elegant artifacts of human expression, or 2) the most cursed bullshit you've
8-
seen in your life, and this hackathon fits firmly into number 2. Stop
9-
doing graphics in general, but, while it's here, you may as well have some fun.
3+
Without spending too much time on the internals, the 'canvas' that you'll
4+
hopefully draw on is really three separate but related bits of software.
105

11-
## Software Structure
12-
13-
Without spending too much time on the internals (though do ask me about them if
14-
you're curious; they are *deeply* fucked up), the 'canvas' that you'll hopefully
15-
draw on is really three separate but related bits of software.
16-
17-
1. There's the code that controls the screen. This bears no mention here,
18-
but there be dragons.
19-
2. The code that provides an **HTTP API.** If you're you're familiar with what this
20-
is and how it operates, you can skim this document. Otherwise, you may want
21-
to keep reading.
6+
1. There's the code that controls the screen at a low level.
7+
2. There's the code that provides an **HTTP API.** If you're you're familiar
8+
with what this is and how it operates, you can skim this document. Otherwise,
9+
you may want to keep reading.
2210
3. Language-specific **API bindings.** If you're unfamiliar with how HTTP works,
2311
you'll definitely care about these.
2412

@@ -76,5 +64,5 @@ accomplish the same tasks. If you want to use a different language (somebody
7664
*please* use APL, it would be so funny), you'll need to bind to the [raw
7765
API](../web/README.md#reference). Otherwise,
7866

79-
1. Python users, look [here](./python.md).
80-
2. JS or TS users, look [here](./js.md).
67+
1. Python users, you'll find some example code [here](./../bindings/py/examples/drawing.py).
68+
2. JS or TS users. (TODO)

doc/js.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

doc/python.md

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)