Closed caiohamamura closed 4 months ago
Incredible you are awesome! I'll check that tomorrow. Thank you for resurrecting the project.
FYI I'm working on a redesign of the package. Now it can compile on all major platform seamlessly I started back an abandoned project. I added some frustum culling, spatial indexing, distance decimation in order to design a smooth viewer that density the rendering on zoom in and that display only the visible points.
Hi @Jean-Romain, as I mentioned before, I added the configure scripts for compiling in unix systems, so that it will test if the required libraries are available and it will cast appropriate messages and instructions for the user to install them.
I also added the
rhub::rhub_setup()
github actions, but I had to tweak them to install some packages that wouldn't install automatically based on theSystemRequirements
field fromDESCRIPTION
. MacOS doesn't support it at all, so I added the action https://github.com/caiohamamura/lidRviewer/blob/712aeb584a490eea9da8d87710426bfe3abff2a7/.github/workflows/rhub.yaml#L88:Which for
linux
it will installlibsdl2-dev
, but formacos
it will installsdl2
,mesa
andmesa-glu
.Hope that works on most OS configurations other than github actions.