m-schuetz / compute_rasterizer

Rendering Point Clouds with Compute Shaders
Other
676 stars 52 forks source link

How to build source code on Linux #14

Open sonphambk opened 1 year ago

sonphambk commented 1 year ago

Hi @m-schuetz Thank you for your work. I want to ask you how to build source code on Linux. Could you help me to provide CMakeLists.txt file for this? Thank you

m-schuetz commented 1 year ago

Unfortunately I don't know how to do things on linux or with cmake. If someone is able to create a PR that works alongside the VS project, I'd be happy to merge it, though.

sonphambk commented 1 year ago

@m-schuetz thank you for your reply. I am working on rendering large point cloud. But when I used OpenGL to draw point cloud with GL_POINTS (about 6M points), it is laggy. Do you know where is reason?