Lyceum / LyceumMuJoCoViz.jl

MIT License
3 stars 0 forks source link

Rendering is slow on non-nvidia GPUs. #8

Closed klowrey closed 4 years ago

klowrey commented 4 years ago

Only one instance so far; on my laptop the rendering is very slow. It speeds up a little with a smaller window but has trouble with passive dynamics or even trajectory playback at real-time speeds.

colinxs commented 4 years ago

I'm guessing simulate.cpp runs fine?

Any other machines?

klowrey commented 4 years ago

simulate.cpp runs fine except when you're on a 4k monitor and you max screen but only have a dinky intel integrated GPU.

At a reasonable screen size, like 800x600 or 1200x800, simulate.cpp is fine (60hz) but this viz is maybe 15 fps. rlopt's visualizer was also at 60hz.

On Fri, Jan 10, 2020 at 12:47 AM Colin Summers notifications@github.com wrote:

I'm guessing simulate.cpp runs fine?

Any other machines?

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/Lyceum/LyceumMuJoCoViz.jl/issues/8?email_source=notifications&email_token=ACZSSE2YUY6HHRM7N7VHQ2TQ5AY37A5CNFSM4J6DMYZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEITEOKI#issuecomment-572933929, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACZSSEYZFDMS5747IWP6RELQ5AY37ANCNFSM4J6DMYZQ .

colinxs commented 4 years ago

Example: pointmass.zip

colinxs commented 4 years ago

@klowrey post-release? It runs butter smooth given a semi-decent GPU (e.g. superdell's 980 is totally fine), but i'm worried initial users would be turned off if they try to run this on integrated graphics.

klowrey commented 4 years ago

I’ll take a peek into this today to guess where the issue is.

On Tue, Jan 14, 2020 at 7:34 PM Colin Summers notifications@github.com wrote:

@klowrey https://github.com/klowrey post-release? It runs butter smooth given a semi-decent GPU (e.g. superdell's 980 is totally fine), but i'm worried initial users would be turned off if they try to run this on integrated graphics.

— You are receiving this because you were mentioned.

Reply to this email directly, view it on GitHub https://github.com/Lyceum/LyceumMuJoCoViz.jl/issues/8?email_source=notifications&email_token=ACZSSE7VAPCJVKUBK253ERDQ5Z72RA5CNFSM4J6DMYZ2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEI657YY#issuecomment-574480355, or unsubscribe https://github.com/notifications/unsubscribe-auth/ACZSSE456L7NQH33NQ6WR2LQ5Z72RANCNFSM4J6DMYZQ .

colinxs commented 4 years ago

fixed in #15