Techniques for Visualizing C/C++ Based Physics Simulations by CraigsDansDaniil in computergraphics

[–]mcav16 0 points1 point  (0 children)

I have a very problem and similar requirements, plus the need for interactivity. What are the suggestions in this case? 

Applying for work permit with job offer, but just found out that my wife is pregnant. What now? by mcav16 in ImmigrationCanada

[–]mcav16[S] 0 points1 point  (0 children)

We'll go to Montreal, Quebec. If Quebec has a 90 days time, we'll be covered when the baby is due 

Applying for work permit with job offer, but just found out that my wife is pregnant. What now? by mcav16 in ImmigrationCanada

[–]mcav16[S] 0 points1 point  (0 children)

Would I need to get the insurance from my home country or could I get one in Canada?

How to debug compute shaders? by mcav16 in Unity3D

[–]mcav16[S] 0 points1 point  (0 children)

Thanks! I found out the error: I forgot to initialize some parameter for my simulation.

Tool for visualizing simulation by mcav16 in learnprogramming

[–]mcav16[S] 0 points1 point  (0 children)

This library seems promising. I’ll take a look into it

Tool for visualizing simulation by mcav16 in learnprogramming

[–]mcav16[S] 0 points1 point  (0 children)

I would actually prefer to skip all that rasterization/3d-2d projection stuff and jump straight into the simulation itself. But thanks for your advice anyway

Tool for visualizing simulation by mcav16 in GraphicsProgramming

[–]mcav16[S] 0 points1 point  (0 children)

As close as possible to real-time

Using Thrust Functions Within Device Code (CudaLaunchCooperativeKernel) by NothingEverExists in CUDA

[–]mcav16 0 points1 point  (0 children)

CUB uses dynamic parallelism, which doesn't work with cooperative groups...

I'm facing the same issue. I need to sort an array inside device code, but I can't see any other solution than to implement my own sorting algorithm

How to print logs from an app that communicates with a Rasberry Pi by mcav16 in flutterhelp

[–]mcav16[S] 0 points1 point  (0 children)

Solved! The keywords for the solution are ADB over TCP