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 6366891
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T00:28:48+00:00 2026-05-25T00:28:48+00:00

I was happy to get my first C++ app working after a few hours

  • 0

I was happy to get my first C++ app working after a few hours of hacking this afternoon. The app trades the X-dimension for the time-dimension in a video.

  • Example: http://www.flickr.com/photos/forresto/5489312991/
  • Source: https://gist.github.com/849779

Any suggestions for how to optimize the source would be welcome, but I’m interested in how to do the image processing that I’m doing in update() in a way that doesn’t make the app so unresponsive.

(Crossposted in libcinder forum: http://forum.libcinder.org/#Topic/23286000000669039 )

  • 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-25T00:28:48+00:00Added an answer on May 25, 2026 at 12:28 am

    The answer seems be threading. It works like this with Cinder:

    void MyApp::setup()
    {
      thread(&MyApp::processFrame, this);
    }
    void MyApp::processFrame()
    {
      // TODO define mFrameTemp here
      // Copy to the texture which we'll actually render
      mFrame = mFrameTemp;
    }
    void MyApp::draw()
    {
      if (mFrame)
        gl::draw(mFrame, mFrame.getBounds());
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm working on a mobile app that will get data from GAE, and I'm
Happy New year. Iam working with a app where data is saved by using
First of all, Happy New Year to anybody out there reading this! I have
I was quite happy with my JSF app which read the contents of MQ
There have been a few articles and questions about how to do this but
First of all I'd welcome edits to the title of this question, I couldn't
Sorry my title is not great, this is my first real punt at moving
First, housekeeping: A quick review makes me think this isn't a duplicate but would
OK, this is working but I feel there is a better way to do
I've just analyzed the whole my iPhone app and I get a Logic Error

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.