Code Monkey home page Code Monkey logo

force_field's Introduction

Force

Force is project to explore the different possibility of vector fields and how to use to steer vehicle and warp image.

With Force you have an access to two field types: static and dynamic. For the static field you have four pattern: Chaos, Perlin, Equation and Picture field For the dynamic field your have three pattern is available: Gravity, magnetic and fluid field.

The dynamic type field work with Spot class, this class manage the field transformation.

Force use the vector field to display a steering vehicle and warp image.

The sketch work easily, run and go. You can manage your sketch by setting the global variable on the top of the main tab, after you can use the GUI and the keyboard to manage the application : switch between particles, image, video or camera ; display grid, vector, spot, image... set the refresh color of warping image or particle.

rope library

to use the set rope method you need to downlow Rope library download

La dame ร  l'hermine

force_field's People

Contributors

knupel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

force_field's Issues

post filter flip image up and down

the post filter shader reverse image, the reason is maybe there twice call of the same shader and the layer of the first is reverse ?
that's happen here warp_image_graphic_processor()

if(shader_warp_filter) { 
      try {
        // rope_warp_shader.set("flip_source",true,false);
        result.filter(rope_warp_shader);
      } catch(java.lang.RuntimeException e) { 
        printErrTempo(60,"class Warp void warp_image_graphic_processor: Too many calls to pushMatrix()",frameCount);
      }
    }

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.