GithubHelp home page GithubHelp logo

Comments (6)

doug-moen avatar doug-moen commented on May 10, 2024

I just synced your changes and rebuilt. Looks like you already fixed the __ bug.

As for bad performance of mandelbrot, I can't replicate that, I'm still getting 60fps on my GTX 1050 with 640 cores. 😊 The RPI has, what, 4 cores? I'm sure the code can be made faster. I'll need to get an RPI before I can investigate that.

from glslviewer.

patriciogonzalezvivo avatar patriciogonzalezvivo commented on May 10, 2024

I'm not sure what's happening on that mandelbrot example that looks so bad in ubuntu... It's running in a VM but hardware acceleration is turn on, so should be using my Nvidia card... more weirdly... all other examples seams to work.

As you said, in the raspberry pi doesn't work at all... which make sense

from glslviewer.

doug-moen avatar doug-moen commented on May 10, 2024

from glslviewer.

patriciogonzalezvivo avatar patriciogonzalezvivo commented on May 10, 2024

Well... is had to know my this said it is...

screen shot 2017-02-21 at 2 06 31 pm

Other shaders work well...

screen shot 2017-02-21 at 2 07 16 pm

it's a strange result the one is producing... everything else seams to be working perfectly : ) I'm thinking on making a 1.1 release soon with all these sweet improvements : ) (if you are ok w it)

from glslviewer.

doug-moen avatar doug-moen commented on May 10, 2024

The mandelbrot program is quite simple, but it has a loop that iterates 100 times. I think early GPUs didn't support loops, and there are tricks involved in implementing them. So maybe this loop has too many iterations? Maybe you can try smaller values of maxiter. See if you can find the largest value of maxiter that works correctly?

Obviously something isn't working, but I can't reproduce the problem locally. There is no red, so the colour calculation isn't working. If the GPU driver aborts the loop before reaching the exit condition, the colour won't be calculated, so maybe?

from glslviewer.

patriciogonzalezvivo avatar patriciogonzalezvivo commented on May 10, 2024

wowo this is weird... in this other distro (PIXEL i386) works... : /

This is odd

screen shot 2017-02-21 at 2 50 00 pm

Wonder why?

from glslviewer.

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.