Performance Ferme du Buisson

Performance réalisée avec le version 2.33 de romanesco le 30 novembre 2019 pour l’ouverture du nouveau cinéma de la Ferme du Buisson à Noisiel – France.

Performance realized with Romanesco version 2.33 on November 30, 2019 for the opening of the new cinema at Ferme du Buisson in Noisiel – France.

Publié dans Demo.

Snap of the next release / Apperçu de la prochaine version.

Nice test around post fx, movie, light and item mixed in the same rendering, the next release of Romanesco. This one is close to be out. Among the novelties the main is the addition of post fx to increase the rendering.
Test positif mélangeant effets de post-rendu, film, lumières et objet sur la même scène de la prochaine version. Parmi les nouveautées la principale est l’ajout de traitements post-rendu.

 

Surface object from the future release 1.0.2.27

Unfortunately the video is not optimum, because it’s to hard to make a video capture with the full effect of Romanesco and keep a constant and high frame rate, with my old computer, 3 years old !!! I had to reduce the number of elements, I didn’t use the shader effect for the same reason… But this video give an idea of the object.

Don’t forget, I’m a french guy. So my english is poor !

Malheureusement cette vidéo n’est pas parfaite, car il est compliqué de réaliser une capture vidéo et de garder Romanesco au maximum de ses capacités et d’avoir un débit constant d’image par seconde, avec un ordinateur vieux de trois ans ! J’ai donc dû réduire le nombre d’éléments présents, éviter d’utiliser les shaders… Mais cela donne tout de même une idée de l’objet !

Performance Generative && Modular

FB_twitter_Perfo_1a
Mapping Performance focused on Oqpo_oooo project and Generative visal and Modular Synthetizer.
Performance Oqpo_oooo et improvisation modulaire et générative.
The Performances are set up with the support from Free art bureau, le Campus fonderie de l’image et Futur en Seine 2015.
Ces Performances sont soutenues par le Free art bureau, le Campus fonderie de l’image et Futur en Seine 2015.
The first performance will show the result of the Romanesco workshop of the trhee days before. For the visual the creative-coders from the workshop and for the sound Tiegolego /Anthony Augendre et Etienne Auger from Shuujin crew and Modular Synthetizers.
The second one present the Oqpo_oooo project of Alex Augier, this project is be supported by Stereolux and presented to the festival Scopitone in 2014.
La première performance sera le résultat da l’atelier Romanesco des trois jours précédents. Pour le visuel les participants du workshop et pour le son, Tiegolego / Anthony Augendre et Etienne Auger du collectif Shuujin et leurs synthétiseurs modulaires. La seconde sera dédié au projet Oqpoo_oooo d’Alex Augier. Projet soutenu par Stereolux et présenté lors du festival Scopitone en 2014.

Workshop Processing In June in Paris / details

Processing Workshop focused on Romanesco
Romanesco is a three dimensional Generative Live Art Application.workshop june 2015_2i
The workshop is set up with the support from Free Art Bureau and Futur en Seine 2015.
This workshop is intended as an introduction to Romanesco and will enable participants to collectively create a generative live artwork, which will be shown/screened on the closing night.

The workshop will be divided into 4 parts:
1. Presenting the different functionalities of the application
2. Developing a Processing Sketch through a Romanesco-oriented framework
3. Integrating the various sketches into the Romanesco library
4. Using the application in real time during the closing performance.

The Framework is devised in such a way as to enable a beginner user of Processing to create an artwork that will then benefit from all the functionalities of Romanesco: 3d, light, video, sound, typography, image…
But it also provides access to a generative bestiary, geometrical and colorimetric functions, and other little useful algorithms.
This workshop is not aimed as an introduction to Processing, but at using Processing to create through Romanesco. Basic knowledge in Processing is therefore required. If you understand the following lines, this workshop is for you:

void setup() {
    size(300,300) ;
}
void draw() {
    background(0) ;
    // parameters
    color myColor = color(100) ;
    int thickness = 3 ;
    int x = mouseX ;
    int y = mouseY ;
    int size = 10 ;
    // display
    fill(myColor) ;
    stroke(myColor);
    strokeWeight(thickness) ;
    ellipse(x,y,size,size) ;
}

Performance :
Generative visual happening perform by the participants, on a modular set synthetizer by AtDust, Pylône and Shuujin duo.
This happening will be followed by Alex Augier’s demonstration of his Oqpo-oo project, visual mapping on a big electro-sound !
More info about the Oqpo-ooo project

You will require: Laptop / Processing 3.0a5

Level: Intermediate

Support : Free Art Bureau  / Fonderie de l’image / Futur en Seine

Workshop : admission on registration.
Monday 15th to Wednesday 17th June, from 9.30am to 6.30pm.

Performance : admission free / info about the performance.
Wednesday 17th June, from 6.30pm to 9pm

Contact: stanislasiii[at]gmail.com / @StanLEpunK

Where: La Fonderie de l’image.
83, Avenue Gallieni, 93170 Bagnolet – Métro Gallieni
Cost : for the three days. Booking on Eventbrite

An Escargot on Romanesco !

Un Escargot sur le Romanesco from Stan the Man on Vimeo.

Demo of the Algorithm Escargot, which can analyze your picture to find the different barycenters of color area. The idea is to take a random pixel and to check around this one if there is an other pixel with the same hue, brightness or saturation. If it’s true it is added to the pool. When the work is done the barycenter is calculated as well as the size of the new pixel and remove the pixels already analyzed.

github.com/StanLepunK/Draw/tree/master/Escargot_Analyse_4a