-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
More touch ups to Dot IX presentation.
- Loading branch information
Showing
9 changed files
with
2,915 additions
and
21 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
doc/src/learning_material/dot_ix_diagram_generator/ideation/input_format.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
# Input Format | ||
|
||
<div style="font-size: 1.25em;"> | ||
|
||
| Problem | Solution | | ||
|:------------------------|:---------------------------------| | ||
| Easy multi-object edits | 📝 Text format, good text editor | | ||
| Compact | 📄 YAML for referenceable values | | ||
| Out-of-the-box styling | 🖼️ Default theme | | ||
| Customizable Styling | 🎨 Styling by ID with TailwindCSS | | ||
|
||
</div> |
16 changes: 10 additions & 6 deletions
16
doc/src/learning_material/dot_ix_diagram_generator/ideation/logistics.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,12 @@ | ||
# Logistics | ||
|
||
| Problem | Solution | | ||
|:--------------------------------------|:-----------------------------------------------| | ||
| Free Hosting | 🐙 Github Pages | | ||
| No Web Server | 💻 Client side logic | | ||
| Easy diagram sharing | 🔖 Diagram stored in URL, copy SVG to clipboard | | ||
| No intellectual property transmission | 🔖 Diagram stored in URL fragment | | ||
<div style="font-size: 1.25em;"> | ||
|
||
| Problem | Solution | | ||
|:--------------------------------------|:-----------------------------------------------------| | ||
| Free Hosting | 🐙 Github Pages | | ||
| No Web Server | 💻 Client side logic | | ||
| Easy diagram sharing | 🔖 Diagram stored in URL<br />📝 Copy SVG to clipboard | | ||
| No intellectual property transmission | 🔖 Diagram stored in URL fragment | | ||
|
||
</div> |
4 changes: 4 additions & 0 deletions
4
doc/src/learning_material/dot_ix_diagram_generator/ideation/output_format.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,13 @@ | ||
# Output Format | ||
|
||
<div style="font-size: 1.25em;"> | ||
|
||
| | 🖼️ PNG | 🌐 HTML | 🎨 SVG | | ||
|:------------------------|:------:|:------:|:-----:| | ||
| Externally Uploadable | 🟢 | 🔴 | 🟡 | | ||
| Styling | 🟢 | 🟢 | 🟢 | | ||
| Lossless Resolution | 🔴 | 🟢 | 🟢 | | ||
| Interactive | 🔴 | 🟢 | 🟡 | | ||
| Dynamic Level of Detail | 🔴 | 🟢 | 🔴 | | ||
|
||
</div> |
10 changes: 5 additions & 5 deletions
10
doc/src/learning_material/dot_ix_diagram_generator/landing_diagram.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
226 changes: 226 additions & 0 deletions
226
...src/learning_material/dot_ix_diagram_generator/problems/dynamics/static_big.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2,612 changes: 2,612 additions & 0 deletions
2,612
...rc/learning_material/dot_ix_diagram_generator/problems/dynamics/static_deps.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
15 changes: 11 additions & 4 deletions
15
doc/src/learning_material/dot_ix_diagram_generator/whats_next.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
# What's Next | ||
|
||
1. Support images properly. | ||
2. Use `encre` -- Rust version of Tailwind. | ||
3. Escape values. | ||
4. Stabilize API. | ||
<div style="font-size: 1.5em;"> | ||
|
||
1. 🖼️ Support images properly. | ||
|
||
2. 🖌️ Use `encre` -- Rust version of Tailwind. | ||
|
||
3. 🔏 Escape values. | ||
|
||
4. 🏛️ Stabilize API. | ||
|
||
</div> |