2025 || Georgia

Tkeshii

At TKESHII, we hosted workshops, DJ sets by our team member CIN, and a series of immersive visual performances. One of the highlights was a live collaborative piece created for a rock band using our Magic Mirror attachment, Liminal Lens, to generate evolving, real-time augmented visuals. The system responded intuitively to the band’s presence, blurring the line between performer and projection. The result was an early example of a hybrid band-and-AI visual performance—mysterious, reactive, and unlike anything seen on stage before.

related cases

Let’s make magic together

Contact us
// Wait for the DOM to be ready document.addEventListener("DOMContentLoaded", function() { // Get the button element by its ID var button = document.getElementById('controlnetbutton-1'); // Check if the button element exists if(button) { // Add a click event listener to the button button.addEventListener('click', function() { // Trigger the click event of the button on the other page triggerButtonClickOnOtherPage(); }); } // Function to trigger the button click on the other page function triggerButtonClickOnOtherPage() { // You need to replace 'other-page-button-id' with the ID of the button on the other page var otherPageButton = document.getElementById('controlnetbutton'); // Check if the button on the other page exists if(otherPageButton) { // Trigger a click event on the button otherPageButton.click(); } else { console.error('Button on the other page not found!'); } } });