Skip to content

fishkingsin/Most-Pixels-Ever

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This Fork

This is an openFrameworks-centric fork of the wonderful Most Pixels Ever library.

one downfall is it isn't compatible with the existing java jar, but only works openframeworks client to openframeworks server.

Tested with of 0072

This version features:

  • Updated for OF 0072

  • servers and clients automatically reconnect if things crash/restart and reset the frame count intelligently

  • openFrameworks events driven

  • option to run updates on the main thread or backthread for increase performance (backthread updates must avoid OpenGL calls)

  • hopefully simpler client code!

  • tested on windows/os x

TODO:

  • the camera parts have not been fixed. Right now this just works for syncing and you'll need to manage your own window offseting
  • the bytes/ints/floats event sending doesn't work at the moment

Most Pixels Ever

Most Pixels Ever is an open-source Java / C++ framework for spanning Processing sketches and openFrameWorks applications across multiple screens.

Screenshot Screenshot Screenshot

Getting Started:

Check out the tutorials on the wiki!

https://github.com/shiffman/Most-Pixels-Ever/wiki

Credits:

Project initiated by Daniel Shiffman with the support of http://itp.nyu.edu.

Participating developers: Jeremy Rotsztain, Elie Zananiri, Chris Kairalla.

openFrameworks Server and Client redux by James George

About

The Most Pixels Ever is an open-source Java and C++ framework for spanning Processing sketches and openFrameworks applications across multiple screens. in process of moving from: http://code.google.com/p/mostpixelsever/

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 67.9%
  • C++ 29.8%
  • C 1.8%
  • Objective-C 0.5%