A collection of functions for 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.
You'll have use hydra's external scripts functionality as such:
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.
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.
You can find documentation for every Antlia feature in here
Feel free to make new functions and send the pull requests, or just tell me about your ideas.