Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 4067434
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 20, 20262026-05-20T16:14:56+00:00 2026-05-20T16:14:56+00:00

I have been reading a lot about openFrameworks and Processing, But still can’t make

  • 0

I have been reading a lot about openFrameworks and Processing, But still can’t make the distinction other than one is in C++ and the other in Java. Can someone tell me which is for what exactly?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-20T16:14:57+00:00Added an answer on May 20, 2026 at 4:14 pm

    You are correct, one is C++ and the other is Java, and those differences apply to these frameworks, so it’s up to your preferences/project scope to decide which one is best for you.

    processing header

    With Processing:

    • You get a minimal IDE, but can easily use Eclipse or other Java IDEs.
    • You get memory management (garbage collection)
    • You can publish applets online(via Java Applet or ‘slimmed down’ javascript ports using Canvas 2D with processingjs or p5js) or desktop applications for Linux/OSX/Windows (via Java Runtime). Note that versions newer than Processing 1.5.1 no longer export applets. That can still be done via command line or using eclipse.
    • You can publish to Android and (with 3rd party tools) to iPhone using iProcessing or the faster P5Nitro and more recently on Raspberry PI
    • You get almost 200 Libraries to extend its functionality.
    • You have support from the forums, quite a few books and online ‘playgrounds’ like OpenProcessing, SketchPatch, hascanvas or SketchPad.

    OpenFrameworks logo

    With OpenFrameworks:

    • You choose your IDE (XCode on OSX, Code::Blocks, VC++)
    • You can manage your own memory (malloc, pointers and all that joy), but with modern C++ it’s not necessary.
    • You can publish your project as a native application (no runtime needed)
    • You can not currently easily publish online, but this might change in the future(see Arturo Castro’s of-emscripten progress)You can publish online using emscripten.
    • You can publish to the iPhone, as of OF 007 to Android and OF 0.8.0 to armv6 and armv7 devices such as Raspberry PI or Pandaboard
    • You get over 2000 Addons (not all are maintained) to extend its functionality.
    • You have support from the very active and helpful forums and can read about it in this online book or on a paper book or two.

    These are some of the things the came to mind right now, there could be more.

    Personally, I found it easier to write really basic throw-away prototypes in Processing. For situations where speed isn’t a major decision factor, Processing does just well, but in other cases, I’d port the Processing prototypes to openFrameworks (which is easy to do most of the time).

    An example would be application involving audio, be it analysis or synthesis. Depending on the complexity, the Java Garbage Collector would do a sweep when you least expect it and cause annoyances when you need responsiveness.

    In short, both are really cool, but openFrameworks is faster. You pay for that speed by managing memory yourself though.

    In terms of deploying online, it really depends on the project: if it’s a simple project, probably p5.js might be easiest in terms of integration with other js libraries. The oF export is handy for big bulky complex code that would take too long to manually port to JavaScript, but bare in mind the Emscripten project will be large (e.g. 17.5MB for opencvExample) (and thus not cellular friendly) and you will still need to add your own JS -> C++ bindings if your need to call oF app function from the webpage.

    Also, if you’re interested in C++, you might want to also have a look at libcinder or Polycode.

    HTH

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have been reading a lot about JQuery's deferred object. And I can see
I have been reading a lot about QR codes and how the code itself
I have been reading a lot about C++ casting and I am starting to
Lately I have been reading a lot of blog topics about big sites(facebook, twitter,
I have been reading a lot about how flash development/design had died, and as
I have been reading a lot about HTML 5 and some of the changes
I use jQuery. I have been reading a lot about selector performance and optimizing
I have been reading a lot about Double Buffering as I am working on
I have been reading a lot about how and why to use an MVC
I have been reading a lot about Ruby the past few days. Every SO

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.