Forceflow / libmorton

C++ header-only library with methods to efficiently encode/decode Morton codes in/from 2D/3D coordinates
MIT License
589 stars 70 forks source link

Cuda version #22

Closed acdemiralp closed 5 years ago

acdemiralp commented 8 years ago

Dear Jeroen,

I modified this library to work with Cuda for my thesis (also made it a single file). I am attaching it in case you are interested. Keep in mind it's not well tested yet (I'm still in the process of designing my linear octree).

Best Regards, Ali

morton.zip

Forceflow commented 8 years ago

Nice - make sure to make a reference to this library in your Thesis text! Good luck!

dtfboys commented 2 years ago

Dear Jeroen, I want to know if cuda version morton can work? If it can work, how can i use it? thank you! Best Regards, rui