Skip to content

Commit ac00bae

Browse files
authored
0.9.2 (#15)
2 parents 3fc332e + f1fad04 commit ac00bae

22 files changed

Lines changed: 1646 additions & 5034 deletions

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44

55
hydra+ is a double-screen visual editing environment based on the [hydra synth](https://github.com/hydra-synth/hydra-synth), designed for ease of use and to project live visuals without revealing any code.
66

7-
_The application is tested only on Chrome and Arc, so it may not work properly on other browsers._
7+
_The application is tested only on Chromium-based browsers, so it may not work properly on other browsers._
88

99
If you have any questions, suggestions, or just want to report a bug, please use the **Issues** or **Discussions** tab on [Github](https://github.com/dahegyi/hydra-plus).
1010

1111
## Known issues:
1212

1313
- initScreen doesn't work properly in visualizer
14-
- initScreen doesn't initialize working after refreshing the page
14+
- initScreen doesn't initialize properly after refreshing the page
1515

1616
## Local development
1717

index.html

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
66
<title>hydra+</title>
7+
<meta
8+
name="description"
9+
content="Graphical live-coding interface for hydra: create real-time visuals using JavaScript in an intuitive GUI."
10+
/>
711
<link rel="icon" href="./favicon.ico" />
812
<script type="module" src="./src/external/hydra-three.min.js"></script>
913
<!-- <script src="./src/external/gamecontroller.min.js"></script> -->

0 commit comments

Comments
 (0)