This repository has been archived by the owner on Jan 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 7
Documentation updates [WIP] #16
Open
ojack
wants to merge
27
commits into
hydra-synth:main
Choose a base branch
from
geikha:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
cd6b217
change code eval method to hydra sandbox
geikha af042bc
reset bpm, fps and speed on intersection
geikha 4587db1
typo on bpm
geikha 72b3f0d
fix eval (use global context)
geikha f6a1c18
styling for tables and tables of code
geikha 3815c38
apply background color to any code lang
geikha 0ac4e76
remove output reset (already handled by hydra)
geikha f3f4b08
fix editor overflow
geikha 6310cb0
max out editor width when horizontal
geikha 4b2706e
higher observer threshold
geikha 2a0bc79
fix editor horizontal overflow
geikha 8bbf3f3
intersect when block touches center of screen
geikha 8fac75d
reduce canvas size to 360
geikha d284310
change upper case transform
geikha 68b951e
add authors style
geikha 006bf0d
archive old guides
geikha f6e58bc
add gitignore
geikha 3489ba5
add new guides
geikha d55a881
fix can't intersect last codeblock via padding
geikha 3e99fac
add glsl highlighting
geikha dba4991
defer scripts
geikha 1f45635
bit of styling
geikha e2d4563
script order
geikha e03e50d
script order
geikha 2199d9d
fix intersect
geikha b300cac
update guides
geikha bc098dc
update interactivity guide
geikha File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1 @@ | ||
.vscode/ |
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,11 +1,23 @@ | ||
* [What is Hydra?](/) | ||
* [API](https://hydra.ojack.xyz/api/) | ||
--- | ||
* [Getting Started](/getting_started) | ||
* [Quick Reference](/quick_reference) | ||
--- | ||
* Guides | ||
* [Additional Topics](/additional_topics) | ||
* In-depth Guides | ||
* [API](https://hydra.ojack.xyz/api/) | ||
* [JavaScript Guide](/guides/javascript) | ||
* [Advanced Guide](/guides/advanced) | ||
* [Audio Guide](/guides/audio) | ||
* [External Sources](/guides/external_sources) | ||
* [External Libraries](/guides/external_libraries) | ||
* [Interactivity Guide](/guides/interactivity) | ||
* [GLSL Guide](/guides/glsl) | ||
* [Recording Guide](/guides/recording) | ||
* [Embedding Hydra](/guides/embedding) | ||
--- | ||
* Contributing | ||
* [Code](/contributing_code) | ||
* [Translation](/contributing_translation) | ||
--- | ||
* [Japanese | 日本語](/ja/README.md) | ||
* [使い方](/ja/getting_started.md) |
File renamed without changes.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add sections from hydra book:
"Performing with hydra"
"Modulation"
"Color"
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes! about this
i wanted to talk about it next time we met actually, but spilling some thoughts here:
guides I've written are definitely technical guides. i was thinking about how to add conceptual topics (as the ones from the hydra book), should we add them to the guides section? should there be a technical guides and a conceptual guides section? maybe there are better terms for both those sections?
excited to finish this first pass of the "technical guides" and get to the "conceptual guides" !! there's much to explore, hence the comment i made last time we met about how hydra is so unique and how exploring these sometimes obfuscated topics would be great to expand the docs and overall the bibliography around hydra