docs: rework template and add stages framework

This commit is contained in:
MultisampledNight 2024-01-02 05:03:29 +01:00
commit 3746726245
No known key found for this signature in database
GPG key ID: C81EF9B053977241
5 changed files with 152 additions and 22 deletions

View file

@ -0,0 +1,31 @@
#import "../template.typ": conf
#import "graphics.typ"
#show: conf.with(title: [iOwO design], subtitle: [don't worry, we're just dreaming])
#show ">": graphics.arrow()
= Type data model
== Requirements
- Color-aware
- It can handle colors and colorspaces for images
- ocio????
- number/number type support
- custom types (structs/enums)
- algebraic enums
- traits (`Numeric`...)
= Execution stages
#graphics.stages-overview
== Source > Graph IR
== Graph IR > VM Bytecode
=== Optimizer
=== Compiler
== VM Bytecode > VM