We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProcessing DevelopmentLibraries,  Tool Development › New library: Proscene
Page Index Toggle Pages: 1
New library: Proscene (Read 2254 times)
New library: Proscene
Mar 21st, 2010, 9:27am
 
Hi everybody,

I have just released a new library called Proscene (http://code.google.com/p/proscene/) which is a package to ease the creation of interactive 3D scenes in processing. Proscene mainly is a camera manipulation library which supports frames (coordinates systems). It has been pretty much inspired in the libqglviewer C++ library. Main library features include (but are not limited to):
  • Default interactivity to your Processing scenes through the mouse and keyboard.
  • Arcball and walkthrough camera modes.
  • Hierarchical coordinate systems (frames), with functions to convert between them.
  • Frames can easily be moved with the mouse.
  • Keyframes.
  • Object picking (basic implementation).
  • Handy set of examples which are available online at the project's homepage.
  • A complete reference documentation.

The library todo list is not short, but I think the current release could be handful to many of you. The other reason why I have released the library is to find out its missing functionality. Suggestions are more than welcome!

The library and all the information regarding it is available at the project's homepage: http://code.google.com/p/proscene

Cheers and happy coding!

JP
Re: New library: Proscene
Reply #1 - Apr 25th, 2010, 12:54pm
 
Dear all,

just to let you know that I have released proscene-0.8. Its main new feature is keyframes. Sources may be found at the project home page: http://code.google.com/p/proscene/

Any feedback is more than welcome Smiley

Please let me know if you are using proscene in your sketches. I'd be glad to reference your project from the proscene homepage.

Best regards,

-jp
Re: New library: Proscene
Reply #2 - Apr 25th, 2010, 7:41pm
 
This looks like a very useful library.

I have been wanting some of this functionality for a while out of peasyCam but it just wasn't really built for it. I'll have to check this out!

Jack
Re: New library: Proscene
Reply #3 - May 19th, 2010, 10:23am
 
Excellent.. giving it a try. Smiley
Page Index Toggle Pages: 1