8000 GitHub - emoy-kim/KdTreeOnGPU
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

emoy-kim/KdTreeOnGPU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

KdTreeOnGPU

This code is about building a K-d tree on GPU with CUDA & OpenGL compute shaders including the multi-threading version on the CPU.

Visit here to find more.

result

Keyboard Commands

  • 1 key: select the search algorithm with a specific radius
  • 2 key: select the K-nn search algorithm.
  • up key: increase the radius or the number of neighbors depending on search algorithms
  • down key: decrease the radius or the number of neighbors depending on search algorithms
  • x key: clear all the searched points
  • l key: toggle light effects
  • c key: capture the current frame
  • SPACE key: pause rendering
  • q/ESC key: exit

Reference

[1] https://github.com/chezruss/kd-tree

[2] https://github.com/johnarobinson77/KdTreeGPU

[3] https://github.com/ingowald/cudaKDTree

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0