All Projects → ritchse → hydra-antlia

ritchse / hydra-antlia

Licence: GPL-3.0 license
A collection of functions for Hydra

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to hydra-antlia

hydracodegenerator
Generate Hydra code randomly. Livecode it
Stars: ✭ 22 (-51.11%)
Mutual labels:  hydra, livecoding
Flok
Web-based P2P collaborative editor for live coding sounds and images
Stars: ✭ 119 (+164.44%)
Mutual labels:  hydra, livecoding
Fastlayerdecomposition
fast layer decomposition and updating
Stars: ✭ 20 (-55.56%)
Mutual labels:  geometry, rgb
ColorHelper
No description or website provided.
Stars: ✭ 34 (-24.44%)
Mutual labels:  rgb
mqtt-dmx-controller
A simple ArtNet / DMX Controller with MQTT Interface 💡🎬
Stars: ✭ 48 (+6.67%)
Mutual labels:  rgb
Sand-Table
An open-source platform for building DIY sand tables (like the Sisyphus or ZenXY)
Stars: ✭ 99 (+120%)
Mutual labels:  rgb
polliwog
2D and 3D computational geometry library
Stars: ✭ 22 (-51.11%)
Mutual labels:  geometry
lightning-hydra-template
PyTorch Lightning + Hydra. A very user-friendly template for rapid and reproducible ML experimentation with best practices. ⚡🔥⚡
Stars: ✭ 1,905 (+4133.33%)
Mutual labels:  hydra
ncdfgeom
NetCDF-CF Geometry and Timeseries Tools for R: https://code.usgs.gov/water/ncdfgeom
Stars: ✭ 13 (-71.11%)
Mutual labels:  geometry
specification
RDF vocabulary and specification
Stars: ✭ 21 (-53.33%)
Mutual labels:  hydra
vg
Vector-geometry toolbelt for 3D points and vectors
Stars: ✭ 106 (+135.56%)
Mutual labels:  geometry
sublimetext-stringutilities
Sublime Text 2/3 plugin for string manipulations
Stars: ✭ 81 (+80%)
Mutual labels:  rgb
geofeatures2
A lightweight, high performance geometry library in Swift.
Stars: ✭ 18 (-60%)
Mutual labels:  geometry
dmc
Dual Marching Cubes Implementation in C++
Stars: ✭ 45 (+0%)
Mutual labels:  geometry
lifelights
Video games blended with home automation. Control your IoT devices based on in-game statuses!
Stars: ✭ 80 (+77.78%)
Mutual labels:  rgb
esp rgbww firmware
Firmware for esp_rgbww_controller (https://github.com/patrickjahns/esp_rgbww_controller) based on Sming framework
Stars: ✭ 21 (-53.33%)
Mutual labels:  rgb
desktop-duplication-cpp
Windows Desktop Duplication Tool for live coding presentations in C++2a
Stars: ✭ 51 (+13.33%)
Mutual labels:  livecoding
improviz
A live-coded visual performance tool
Stars: ✭ 85 (+88.89%)
Mutual labels:  livecoding
RGB Audio Backlight
Arduino Sketch for controlling WS2812 RGB Led Strip + Audio Visualizer
Stars: ✭ 19 (-57.78%)
Mutual labels:  rgb
mikktspace-wasm
MikkTSpace vertex tangent calculation for JavaScript/TypeScript/Node.js, using Web Assembly.
Stars: ✭ 19 (-57.78%)
Mutual labels:  geometry

Antlia

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.

How to use

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.

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

Endnote

Feel free to make new functions and send the pull requests, or just tell me about your ideas.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].