Giter VIP home page Giter VIP logo

sos's Introduction

luma-logo S.O.S (Sounds Of Smog)

S.O.S is an interactive web page based on the browser that can be explored in VR headset. It features three distinct scenes representing varying levels of smog concentration, each accompanied by corresponding music. The smog density in the scenes dynamically changes in real-time based on the pitch of the music, resulting in different immersive experiences.

CONCEPT

random, sustainability, Smog (PM2.5)

USER CASE

Each time the viewer clicks on the portal, the viewer is randomly introduced to a different level of air pollution and heard a soundscape that matches.

view my code on github! github-logo GitHub repo

Contents

Getting Started

hello-world-demo

source can be either of:

  • URL to a capture on lumalabs.ai
  • path to a luma splats file or folder containing a luma splats artifacts

Metropolis

background-removal-demo

polluted metropolis with the prompt on Musicgen

`Muffled Lament vibe`, `sad`, `Gloomy Desolation`, `orchestral Cello`,
`Bassoon, Organ`, `Choir`, `Muted melody`,
`Endlessness` 
let splats = new LumaSplatsThree({
 // Wells Fargo Center, Denver CO @VibrantNebula_Luma
 source: 'https://lumalabs.ai/capture/d73e294a-b07a-4e97-b84b-8da3bb34ab5c',
});

scene.add(splats);

scene.add(createText());

construction

three.js-fog-demo

Construction Site with the prompt on Musicgen

`Toxic Elegy vibe`, `melancholic`, `Asphalt Lamentation`,
 `Synth Clouds`, `Bassoon Drone`, `Percussive Echoes`, `Choir of Industry`, `Muted Sorrow`.
let splats = new LumaSplatsThree({
 // Construction Site @VibrantNebula_Luma 
 source: 'https://lumalabs.ai/capture/bb063183-310e-4dc9-abbe-ce521f38f228',
});

scene.add(splats);

scene.add(createText());

wildness

three.js-fog-demo

wildness with the prompt on Musicgen

 `Sylvan Serenade vibe`, `peaceful`, `Sunrise Sonata`, `Guitar`,
  `Bassoon`, `Harmonic Birdsong`, `Woodland Choir`, 
	`Gentle Resonance`, `Infinite Harmony`.
let splats = new LumaSplatsThree({
 // HOLLYWOOD @DroneFotoBooth
 source: 'https://lumalabs.ai/capture/b5faf515-7932-4000-ab23-959fc43f0d94',
});

scene.add(splats);

scene.add(createText());

sos's People

Contributors

druidss avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.