https://github.com/geikha/hydra-antlia
A collection of functions for Hydra
https://github.com/geikha/hydra-antlia
geometry hydra hydra-synth javascript livecoding rgb
Last synced: 2 months ago
JSON representation
A collection of functions for Hydra
- Host: GitHub
- URL: https://github.com/geikha/hydra-antlia
- Owner: geikha
- License: gpl-3.0
- Created: 2020-05-04T12:32:11.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-06-14T19:47:14.000Z (over 1 year ago)
- Last Synced: 2025-06-09T10:15:53.161Z (4 months ago)
- Topics: geometry, hydra, hydra-synth, javascript, livecoding, rgb
- Language: JavaScript
- Homepage:
- Size: 82 KB
- Stars: 55
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Antlia
**A collection of functions for [Hydra](https://github.com/ojack/hydra/).**Antlia is a group of extensions for Hydra. Current scripts add functionalities for geometry, coloring, coding of math functions and interactivity with the use of both mouse and keyboard.
*If you're here just for the documentation click [here](https://github.com/geikha/hydra-antlia/blob/master/doc/).*
## How to use
You'll have use [hydra's external scripts functionality](https://github.com/ojack/hydra#loading-external-scripts) as such:
```javascript
await loadScript("https://hydra-antlia-2-0.glitch.me/antlia-shapes.js")//...code
```Just change the name of the file to whatever extension you want to use.
## Why Antlia?
If you're wondering about the name, *Antlia* is the south-bordering constelation of *Hydra*. If you're wondering why I made Antlia, here it is:* **Doing geometric stuff in pure Hydra can get really tedious.** And it makes sense, after all Hydra is inspired by analog modular synthesizers. I started Antlia after trying to draw some flags inside Hydra and realizing how the analog-signal way of thinking it's so counter intuitive for that specific goal.
* **I want to code more, think less.** Having to think mathematically about the functions you're going to use can get frustrating when you don't get the expected results, same goes with trying to form RGB colors inside your head.
* **I love colors.** I love colors.
* **Interacting with Hydra with mouse and keyboard is so fun,** it feels like a superpower, so I wanted to make it easier to achieve that.## Starting to use the Antlia functions
**You can find documentation for every Antlia feature in [here](https://github.com/geikha/hydra-antlia/blob/master/doc/)**
### Endnote
Feel free to make new functions and send the pull requests, or just tell me about your ideas.