Skip to content
View akaRicane's full-sized avatar
🎯
Focusing
🎯
Focusing

Highlights

  • Pro

Block or report akaRicane

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don’t include any personal information such as legal names or email addresses. Markdown is supported. This note will only be visible to you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
akaRicane/README.md

hi, I'm Philippe — aka Ricane

engineer by training, creative coder by passion. I build the tools that power the performances, then perform with them.


what I make

ASTAR — a live creative coding environment I built from scratch for VJing and stage design. Runs on Electron, speaks WebGL/GLSL, listens to MIDI, controls DMX, reacts to audio. Currently used on stage across France and Belgium.

// the loop, every frame
render(t) {
  this.scene.update(t, this.midi, this.audio)
  this.shader.draw(this.gl)
  this.dmx.flush()
}

LBSS.art — the project I perform under. VJing, scenography, light shows. Managed by Adequate Production. Toured with Le Wanski, played Dour Festival, Zénith Lille, Reperkusound...

Course Poursuite — artist collective I co-founded. Marseille-based. Events, stage design, production.


stack

lang      →  TypeScript · JavaScript · Python · C / C++  · Bash
runtime   →  Node.js · Electron · Linux (embedded)
web       →  AdonisJS · React · Solid.js · Tailwind
visual    →  WebGL · GLSL · three.js · p5.js
live      →  MIDI · DMX · OSC · Resolume · TouchDesigner · QLC+
infra     →  Docker · Ansible · Terraform · Coolify · AWS

currently

building the QA stack at HOLOPHONIX — spatial audio processors for concert halls, theaters, and installations. software validation, hardware QC, Linux system work, and a custom Electron test app.


also

acoustics engineer by background (ENSIM, Vibrations & Acoustics). 2 papers at AES conventions. 4 years at DXOMARK building the audio benchmark from scratch.

linkedin · lbss.art · adequateproduction.fr/artiste/lbss-art

Pinned Loading

  1. astar-distribution astar-distribution Public

    5

  2. politiscales-report politiscales-report Public

    Generate the analysis report of a group of people's politiscales results

    Python