Author Topic: Highly Optimized OpenGL application  (Read 3823 times)

Farabi

  • Member
  • ****
  • Posts: 968
  • Neuroscience Fans
Highly Optimized OpenGL application
« on: June 18, 2012, 08:46:10 PM »
I should notifying that let everything on GPU memory is a lots faster than transmit it every frame. This demo created by Nehe website demonstrating a very fast drawing using GPU memory. When my application took 25% for even drawing 4 vertex, it took less than 2% when it draw lots of cube. Not just that, when my software only able to use 50% CPU Usage where I cant have more above it, if necessary this app can use 100% of my CPU usage if it is too slow. OpenGL obviously is created for a good performance, and it know how to use both core.

Simply amazing. I just dont know how to use my card. That is why mine is so slow.
http://farabidatacenter.url.ph/MySoftware/
My 3D Game Engine Demo.

Contact me at Whatsapp: 6283818314165

dedndave

  • Member
  • *****
  • Posts: 8828
  • Still using Abacus 2.0
    • DednDave
Re: Highly Optimized OpenGL application
« Reply #1 on: June 19, 2012, 12:14:25 AM »
on my machine, it rotates very slowly, and the CPU usage is always near 0%