12th December Hyde Park Book Club | 6-10pm

Last meet-up of the year for geeky inclined brain boxes creating awesome things with computers

All you need to do is bring your own computer & that's it

See you then!
🖤

Background visuals made in Max 8 by Cycling '74

#oculardose #oculardosecollective #jointhecollective #coding #creativecoding #code #creativecode #hydeparkbookclub #hydepark #leeds #meetup #computer #interactive #technology #learning #teaching #learn #teach #openFrameworks #processing #maxmsp #unity3d #gamemaker #website #webdevelopment
This is ODV, a new visual playground for VJing & live performance

It has 3 shapers that can go into several types of shapes with several types of draw modes.
The shapes are audio reactive with the low, mid & high frequencies & constantly change when activated

It's controlled with the Lemur OSC controller using an iPad with a custom template that has many controls for position, shapes, rotation & even to perform the shape deforming without sound, plus many more controls

Plans are to add in some smaller features to help with current ones & streamline a few things

Built in Max8 by Cycling '74

Music is Consequence DJ set from Resident Advisor

#oculardose #visuals #cycling74 #max8 #maxmspjitter #jitter #audioreactive #opensoundcontrol #OSC #lemur #ipad #vj #liveperformance #drumandbass #dnb #tablet #desktop #audio #sound #music #demo
Spinning Squares - 07/11/22

A simple Processing sketch to show how easy it is to create an interesting visual.
With a basic for loop that rotates squares on the X, Y & Z axis, with each square turning ever so slightly like it has a delayed effect & each one bigger than the last & the border lines going from thin to thick

It could be extended to allow OSC control with your phone/tablet, or audio reactive. You could try different colors for each square & maybe fill them in so they are a solid shape.
The limits are endless, with a simple beginning

Sound design was created in post production, using the REAPER DAW & Native Instruments REAKTOR along with some other effects

We will be posting more visual ideas & code for you to try in the mean time before we see you on Monday 14th November at Hyde Park Book Club for the code meet-up & workshop

See you soon & happy coding
🖤

```
float time = 0.0;

void setup(){
size(640, 480, P3D);
surface.setResizable(true);
frameRate(60);
}

void draw(){
background(255);
noFill();
translate(width / 2, height / 2);

for (int i = 0; i < 12; i++){
rotateX(time / 300);
rotateY(time / 365);
rotateZ(time / 480);
strokeWeight(0.3 * i);
rect(0 - 16 * i, 0 - 16 * i, 32 * i, 32 * i);
}

time++;
}
```

#oculardose #oculardosecollective #jointhecollective #processing #sketch #processingsketch #code #coding #learning #basics #sounddesign #sound #music #nativeinstruments #reaktor #audio #hydeparkbookclub #visuals #reaper #reaperdaw #DAW
JOIN THE COLLECTIVE!!!

Happy to unveil that we are running a creative coding meet-up & workshop at Hyde Park Book Club on Monday 14th November 6-10pm

Whether you are skilled or unskilled with coding, interested in creating games, want to make visuals, create websites, or maybe you don't know what you want to do yet.
Don't you worry

All you need to do is bring your own computer & that's it

The meet-up is free, so buy a drink or food [why not both!] to support the venue that has been gracious to allow us this space

See you then!
🖤

#oculardose #oculardosecollective #jointhecollective #coding #creativecoding #code #creativecode #hydeparkbookclub #hydepark #leeds #meetup #computer #interactive #technology #learning #teaching #learn #teach #openFrameworks #processing #maxmsp #unity3d #gamemaker #website #webdevelopment

JOIN THE COLLECTIVE!!

im running a code meet-up & workshop in November

whether you are seasoned or a beginner with coding, this is a meet-up for folks looking to code & have a network to ask questions right away from the people around.
we help each other.
all you need is a computer

wanna do games, cool
wanna do visuals, cool
not sure what you wanna do but are still interested, cool

#oculardose #jointhecollective #code #meetup #leeds #hydeparkbookclub #coding #games #visuals #creativecoding