Category Archives: Chaos Star

Vortex Ritual Reloaded

This is an installation I’ve been presenting since 2012, but I finally managed to record it.
The concept is simple: take the classic chaos magick Vortex ritual and, instead of imagining the visuals in my mind, project everything onto a wall.

The Microsoft Kinect is used to track my movements. As I perform the ritual, the Kinect captures my motions and dispatches events that trigger the application to generate corresponding visuals. Since the Vortex ritual is an open technique designed to charge any desire, I incorporated specific intents at the end. The experience concludes with a meditation featuring chaos stars and Baphomet.

The application is built with Adobe AIR and written entirely in ActionScript 3. I used the airkinect-2-core library to integrate with the Kinect. Although the library is now outdated, it still works perfectly. I recently recompiled the project, and it ran flawlessly. Additionally, I used the (also outdated but still excellent) Flint Particles library for particle effects.

If you’re interested in exploring the code, you can find the source here.

https://vimeo.com/148606663

Untouchable Chaos – The closer, the weirder

I’ve been nurturing this idea for a while: How can I visually express the feeling that emerges from meditations on the essence of things? Specifically, on the essence of the ultimate freedom symbol—the Chaos Star. That feeling of weirdness, of “untouchability,” makes you realize that, in essence, everything is pure void. Emptiness. And that knowing something is changing something.

The “Untouchable Chaos – The closer, the weirder” experiment is a possible answer to that.
(Requires Google Chrome browser)

For now, it is a web experiment, but the ultimate goal is to create a real-world installation, as shown in the picture below, when the right opportunity arises. (Anyone interested in supporting it?)

untouchableChaosDraft

The installation project

The “distance measurers” can use the affordable Bare Conductive paints and boards: https://www.kickstarter.com/projects/863853574/touch-board-interactivity-everywhere
These would transmit user distance data to computers. With that data, a computer could provoke visual distortions on the “huge LED TV screen,” as well as manipulate the “colorful LED lights” and, most importantly, activate the low-pass sound filter into progressively deeper levels. Powerful low-frequency speakers would play those filtered sounds, creating an intense feeling of weirdness as the user approaches the screen—culminating in a sense of complete awkwardness when the lights reach full brightness. If you use good headphones, you can experience a bit of this in the web version.

Technology playground:

Beyond expressing certain thoughts, this experiment was a way to explore new web technologies.

The Chaos Star rendering heavily relies on the amazing PixiJS framework. It uses WebGL, enabling those crazy filters with impressive performance. I’ve been developing this experiment since PixiJS version 1.3, and the final version here, 2.0, is incredibly fast. My first approach was to draw the star and use it to mask some bitmaps, but anti-aliasing for WebGL graphics is poorly supported across browsers. After months (literally) of struggling with this, a simple idea emerged: draw the Chaos Star inversely, render its texture to get a smooth and beautiful bitmap, and layer it on top of everything. The visual effect is the same, but it eliminates the need for masking, ensures smooth anti-aliasing, and improves performance. A win all around.

I also refined my algorithms for drawing Chaos Stars, originally started with the Generator. These algorithms now produce less symmetrical shapes and varying arrow sizes.

The WebAudio API was another area of exploration. This technology introduces exciting new features in browsers, but each browser renders sound differently. For this reason, I chose to make it a “Google Chrome only” experience.

Another feature I implemented was a socket connection. Right-click to get the QR Code, scan it with your phone, and slide your fingers on your phone’s screen to replace the mouse distance measurement. This was my first experience with NodeJS and Socket.io. Really cool stuff.

Screenshot 2014-07-17 18.20.42

Right click to get the QR Code, scan with your phone and slide your fingers

Leap Motion was one of my initial ideas for simple distance measurement, but it works only for short ranges, making it less suitable for this project. However, its easy JavaScript connectors make it fun to experiment with. If you have a Leap Motion, you can distort the star with it (see the GIF below). The Kinect was never a serious option because it’s overly complex for this purpose. Additionally, connecting it with JavaScript is cumbersome.

goChaosStar

Leap Motion proof of concept

The didgeridoo sound was performed by Jimmie P Rodgers, recorded with a Zoom H2 at various mic gain levels. Permission to use it under CC0 was graciously granted by the artist.

See it live. Click here.

The Chaos Star Generator

Since I first became involved with Chaos Magick, the Chaos Star symbol has been firmly etched in my mind. It’s both beautiful and deeply meaningful—representing freedom beyond imagination. The eight directions symbolize infinite possibilities, “including before conceiving,” as A.O.S. would say.

After countless meditations and several profound epiphanies, I began seeing Chaos Stars everywhere. Remember the Greek concept that “everything is made of triangles”? Well, what if “everything is made of Chaos Stars”? Each particle, each unit of matter, could be a Chaos Star—an all-possible-including-possibility just waiting for perception to manifest one of its infinite possibilities in the “real world.” That’s how I’ve been diving deep into the concept. It’s been quite the adventure.

This connection deepened when I started exploring generative art. I’ve visualized the Chaos Star in countless forms. How could I possibly recreate them all on a computer screen? And more importantly: what *exactly* is a Chaos Star? Wikipedia defines it as “eight arrows in a radial pattern.” For me, this is a perfect definition, as it leaves the door wide open for infinite abstraction.

And so, the Chaos Star Generator was born. It’s a JavaScript web app where you can input parameters to explore the endless visual possibilities of “eight arrows in a radial pattern.” Of course, you can also seek random inspiration by clicking on the screen to generate one, or go further with an infinite sequence by clicking on “Inspire me randomly, please.” You can even save the Chaos Star or share it directly to your Facebook wall.

The process of building this app came with its share of technical challenges, which I’ll likely discuss in future posts, such as how to publish directly from the <canvas> element to your Facebook wall. While I’m using some open-source code from others, everything I’ve personally created is released under the WTFPL license, so feel free to “Do What The Fuck You Want To” with it.

Beyond being a beautiful creative tool, the Chaos Star Generator can also serve as a powerful magickal tool. Here’s a fun experiment:

1 – Upload a texture (using the left controls) with a sigil placed at the exact center of the image. Like this:texture4
2 – Click on “Inspire me randomly, please.”
3 – Open the controls (top right) and adjust the “transitionTime” parameter to set your preferred speed.
4 – Enter into a state of gnosis and focus on the moving Chaos Star while keeping your sigil in view.
5 – Boom. You’ve just created a powerful ritual moment.

Try the Chaos Star Generator.