Typst
This commit is contained in:
12
content/bulk.typ
Normal file
12
content/bulk.typ
Normal file
@@ -0,0 +1,12 @@
|
||||
#import "/docs.typ": docs-page, note, tip, warn
|
||||
|
||||
#show: docs-page.with(
|
||||
route: "/bulk/",
|
||||
title: [Bulk Transport],
|
||||
)
|
||||
|
||||
= Tileable Receivers
|
||||
= Interleaved vs Sequential Channels
|
||||
= Chained vs Shared Reference
|
||||
= Broadcast and Multicast
|
||||
|
||||
12
content/channels.typ
Normal file
12
content/channels.typ
Normal file
@@ -0,0 +1,12 @@
|
||||
#import "/docs.typ": docs-page, note, tip, warn
|
||||
|
||||
#show: docs-page.with(
|
||||
route: "/channels/",
|
||||
title: [Channels],
|
||||
)
|
||||
|
||||
= Static Channel Allocation
|
||||
= Dynamic Channel Selectors
|
||||
= Looped Connections
|
||||
|
||||
|
||||
11
content/core.typ
Normal file
11
content/core.typ
Normal file
@@ -0,0 +1,11 @@
|
||||
#import "/docs.typ": docs-page, note, tip, warn
|
||||
|
||||
#show: docs-page.with(
|
||||
route: "/core/",
|
||||
title: [Core Mechanics],
|
||||
)
|
||||
|
||||
= Entity IDs
|
||||
= Stationary Item Optimization
|
||||
= Observable Drop Delay
|
||||
|
||||
17
content/design.typ
Normal file
17
content/design.typ
Normal file
@@ -0,0 +1,17 @@
|
||||
#import "/docs.typ": docs-page, note, tip, warn
|
||||
|
||||
#show: docs-page.with(
|
||||
route: "/design/",
|
||||
title: [Design Considerations],
|
||||
)
|
||||
|
||||
= Tilesets
|
||||
== Binary vs Lexicographic
|
||||
= Block Event Delay
|
||||
= Synchronization
|
||||
== Daylight Detector
|
||||
== Geyser
|
||||
== Ender Pearl
|
||||
== Synchronization Protocols
|
||||
= Settling time
|
||||
= Horizontal vs Vertical Arrangement
|
||||
12
content/interference.typ
Normal file
12
content/interference.typ
Normal file
@@ -0,0 +1,12 @@
|
||||
#import "/docs.typ": docs-page, note, tip, warn
|
||||
|
||||
#show: docs-page.with(
|
||||
route: "/interference/",
|
||||
title: [Interference],
|
||||
)
|
||||
|
||||
= Entity Spawns
|
||||
= Single-Player (before 26.2) <singleplayer>
|
||||
= Mixed Diode Interference
|
||||
= Lazy chunks
|
||||
= Reloading Chunks
|
||||
14
content/network.typ
Normal file
14
content/network.typ
Normal file
@@ -0,0 +1,14 @@
|
||||
#import "/docs.typ": docs-page, note, tip, warn
|
||||
|
||||
#show: docs-page.with(
|
||||
route: "/network/",
|
||||
title: [Network Protocols],
|
||||
)
|
||||
|
||||
= Collision Prevention
|
||||
== Checkbit
|
||||
== Queue
|
||||
= Load Balancing
|
||||
= Private Channels
|
||||
= Self Syncing Protocol
|
||||
|
||||
14
content/transport.typ
Normal file
14
content/transport.typ
Normal file
@@ -0,0 +1,14 @@
|
||||
#import "/docs.typ": docs-page, note, tip, warn
|
||||
|
||||
#show: docs-page.with(
|
||||
route: "/transport/",
|
||||
title: [Transport Protocols],
|
||||
)
|
||||
|
||||
= Mod 4 Binary
|
||||
= Mod 2 Binary
|
||||
= Mod 4 Quaternary
|
||||
= Transceivers
|
||||
= Logical Operations
|
||||
= Transport Protocol Catalog
|
||||
|
||||
Reference in New Issue
Block a user