Giter Site home page Giter Site logo

Comments (6)

malekcellier avatar malekcellier commented on July 25, 2024 1

No worries, no rush! I am grateful that you are considering it. Thanks again for your great work and for sharing it too!

from nunustudio.

diamondo25 avatar diamondo25 commented on July 25, 2024 1

You could possibly give us a trace from the JavaScript Profiler inside the Chrome Web Inspector (F12), that would help us.

from nunustudio.

tentone avatar tentone commented on July 25, 2024

Hi @user1713952

Can you please try to run the version available at doc/editor folder, just to check if the minified version has some impact. Probably it will not.

I will have to do some testing myself and take some time to find what is causing that GPU load.

Thanks a lot for reporting it.

Cumps

from nunustudio.

malekcellier avatar malekcellier commented on July 25, 2024

Hi @tentone

Thanks for the feedback. Unfortunately the problem still occurs.
image

BR
M.

from nunustudio.

tentone avatar tentone commented on July 25, 2024

Thanks for checking

I will not be able to check this today, but as soon as i do it i will let you know.

from nunustudio.

tentone avatar tentone commented on July 25, 2024

@user1713952 Hi there

I have been refactoring some code inside nunu to avoid creating so many webgl contexts and removed the global update cycle.

This helped to reduce GPU usage a bit, (not much, its around 10~20% on my laptop Intel HD5100 IDLE).

Even though it is indicated as GPU use we always have to take into account that the GPU is in the minimum profile of performance. The use of GPU is measured in GPU time spent, so a GPU in idle 40% is reasonably normal given the low clock frequency.

In the case of the threejs editor, for example the GPU usage goes to zero because if the camera is stopped it stops rendering (it avoids rendering the same image several times).

Thanks, i hope this have helped

Cumps

from nunustudio.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.