31.10.2023 || portugal

Lisbon insiders

For the Lisbon Insiders Awards, we led the full creative production for the event’s visual content. This included the design and animation of the on-stage visuals used throughout the ceremony—from category intros to winner announcements.

The second part of the night featured a live performance by 204 team member Sofie Heymans, who also created the visuals for her own piece. She collaborated with Mulabs to integrate real-time effects and an avatar system using a Kinect sensor, allowing her movements to generate and manipulate visuals live during the performance. In addition, we handled the full stage and screen build for the event, delivering a complete visual and spatial experienc

media

Videos

related cases

get in touch

In need of expertise to develop your idea or just want to add an extra bit of magic to your space? We got you! Get in touch so that we can create together.

Get in touch

// 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!'); } } });