Compare commits

..

26 commits

Author SHA1 Message Date
52f8bda516
docs(ir): clarify localness of socketidx 2024-01-20 14:00:57 +01:00
5c44170d62
refactor(ir): use u64 directly instead of spans for instructions 2024-01-20 14:00:56 +01:00
acc9262cdf
meta: add license 2024-01-20 14:00:56 +01:00
4e63bbbba5
docs: fix typo 2024-01-20 14:00:56 +01:00
85b785e78c
feat(ir): actually get toposort working 2024-01-20 14:00:56 +01:00
7d9a0343c3
feat(ir): rethink logic for finding vertices with no inputs 2024-01-20 14:00:56 +01:00
79d1b9f6e2
feat(ir): dependents and dependencies 2024-01-20 14:00:55 +01:00
1b93f5d7f0
feat(ir): implement resolve functionality (untested) 2024-01-20 14:00:55 +01:00
ce1d1e85a0
docs: ensure docs are well-linked, fed and washed 2024-01-20 14:00:55 +01:00
e3df02b608
chore: extract id stuff into its own file 2024-01-20 14:00:55 +01:00
03af86f417
chore: put semi human graph ir into its own module 2024-01-20 14:00:55 +01:00
897bb5ac50
feat: add semi-human-readable-and-writable-ir 2024-01-20 14:00:55 +01:00
eaeeb6584c
feat(cli): don't require executor arg anymore 2024-01-20 14:00:54 +01:00
aa8abbb1b4
chore: format a bit and add just fmt 2024-01-20 14:00:53 +01:00
9317c45113
docs: fix typo 2024-01-20 14:00:00 +01:00
7fa84d3bc0
feat(ir): replace Rpl with GraphIr
Semi-broken as atm the CLI just does nothing except printing the parsed
IR, instead of actually executing it.
2024-01-20 14:00:00 +01:00
5d08dfe870
style: drop Instruction suffix from instructions 2024-01-20 14:00:00 +01:00
1e2b5d2cb9
docs(template): make outline rendering configurable 2024-01-20 14:00:00 +01:00
267575fec4
docs: retab from tabs to 2 spaces 2024-01-20 13:59:59 +01:00
c1fff206c9
test: prettify TEST_DATA over multiple lines 2024-01-20 13:59:59 +01:00
f5c426857a
test: fix running tests 2024-01-20 13:59:59 +01:00
924080719d
style: propagate clippy lints throughout workspace 2024-01-20 13:59:59 +01:00
cc4dfbab35
docs: microoptimize graph a bit 2024-01-20 13:59:59 +01:00
c9bebc6e77
fix: take care of clippy warnings and add test image 2024-01-20 13:59:59 +01:00
fb0d0c5008
repo: make build possible 2024-01-20 13:59:53 +01:00
666b4f9cb6
repo(contributing): clarify that tool list is just a suggestion 2024-01-20 13:39:53 +01:00

View file

@ -51,22 +51,26 @@ The techstack we operate on is
- [typst] for documents and concrete proposals
- [Rust] for the actual code
- [Inkscape], [GIMP] and [Blender] for promotional material like logos and posters
- [Penpot] for layouting prototypes and the like
So if you want to contribute functionality, take a look at [The Rust Programming Language book]!
If you want to contribute thoughts and techincal designs, then consider taking a ride through
[typst's excellent tutorial]!
If you want to contribute art or the like, do that in whatever **you** are most comfortable with!
For creative things, we suggest using whatever **you're** comfortable with.
Otherwise, we suggest these:
- [Inkscape], [GIMP] and [Blender] for promotional material like logos and posters
- [Penpot] for layouting prototypes and the like
[typst]: https://typst.app
[Rust]: https://www.rust-lang.org
[The Rust Programming Language book]: https://doc.rust-lang.org/book/
[typst's excellent tutorial]: https://typst.app/docs/tutorial
[Inkscape]: https://inkscape.org/
[GIMP]: https://www.gimp.org/
[Blender]: https://www.blender.org/
[Penpot]: https://penpot.app/
[The Rust Programming Language book]: https://doc.rust-lang.org/book/
[typst's excellent tutorial]: https://typst.app/docs/tutorial
## Politics