-
adding "showCode=false" to the URL should open the sketch with no code visible
also:
- Add this to documentation
-
I've tried package installs for hydra in Pulsar using both ppm and npm following the latest instructions on the Readme.
This error appears when evaluating code in the editor:
```
Uncaught Refe…
lwlsn updated
6 months ago
-
It would be very nice to view function docs in a running hydra window like how Sonic-Pi has a documentation viewer built in.
-
```
shape(100.0, 0.5, 0.01)
// .scale(1,9/16,1) //works when fullscreen
.scale(1,height/width,1) // works when windowed
.out()
```
I guess it also isn't updated when the window is resize…
-
it would be handy if hydra had a way to register custom argument handlers.
Function arguments can currently either be discrete values or functions.
A custom argument handler would allow integrations…
-
currently testing here: https://naotohieda.com/hydra-yuidoc-test/classes/GlslFunctions.html
repo: https://github.com/micuat/hydra-yuidoc-test
annotated code looks like
```javascript
/**
* T…
-
For a seminar at my university im trying to work with hydra and web midi. I've seen the description on how to use web midi with the developer console but I was wondering if you are interested in inclu…
-
We collect libraries, tools, performances, documentation about live coding
-
maybe useful to avoid confusion - using library such as `hotkey`
-
Setting Hydra's canvas magnifying filter
---
### Bug
Lately I've been using hydra in very low-res in my old laptop, and experimenting with that pixelated almost retro look. However, I switched from…