Git Product home page Git Product logo

ast_diabolo_particles's Introduction

Visual part of the AST interactive diabolo project

This program is part of a project we realized as master students. The goal of the project was to make an interactive diabolo, and this program is the visual part of the project.

The diabolo and the person's arms are tracked using a program available here and the positions of the diabolo and the arms are sent to this program via OSC. However, you can test the particle system as you can move the attractors with the mouse.

example1 example2 example3

The particle system is configurable with a GUI. You can change the color and opacity of the particles. You can also change some properties of the attractors. Configurations can be saved and loaded with XML files.

Installation

This is an openFrameworks program so you need to put it in the myApps directory of openFrameworks to make it work. Then you just need to compile it with Make:

make Release

And run it with:

make RunRelease

It uses the ofxOsc addon so it must be present in the addons directory of your openFrameworks directory. It also uses unofficial addons given in the addons directory of the project to avoid version compatibility issues.

You can change the number of particles by changing NUM_PARTICLES constant in the ParticlesSystem.h file and recompiling the program.

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.