{"id":13439162,"url":"https://github.com/idealab-isu/GPView","last_synced_at":"2025-03-20T07:32:16.551Z","repository":{"id":67255581,"uuid":"146350648","full_name":"idealab-isu/GPView","owner":"idealab-isu","description":"GPU Accelerated Voxelization Framework for 3D CAD models.","archived":false,"fork":false,"pushed_at":"2018-10-23T15:11:02.000Z","size":196,"stargazers_count":28,"open_issues_count":1,"forks_count":7,"subscribers_count":12,"default_branch":"master","last_synced_at":"2024-12-15T10:31:59.891Z","etag":null,"topics":["cpp","cuda","gpu","voxelization"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/idealab-isu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2018-08-27T20:32:22.000Z","updated_at":"2024-09-03T11:17:33.000Z","dependencies_parsed_at":"2023-02-25T17:45:37.436Z","dependency_job_id":null,"html_url":"https://github.com/idealab-isu/GPView","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealab-isu%2FGPView","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealab-isu%2FGPView/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealab-isu%2FGPView/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/idealab-isu%2FGPView/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/idealab-isu","download_url":"https://codeload.github.com/idealab-isu/GPView/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244570899,"owners_count":20474142,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cpp","cuda","gpu","voxelization"],"created_at":"2024-07-31T03:01:11.671Z","updated_at":"2025-03-20T07:32:11.535Z","avatar_url":"https://github.com/idealab-isu.png","language":"C++","readme":"# GPView\n\n## Authors\n\n* Dr. Adarsh Krishnamurthy [@k-adarsh](https://github.com/k-adarsh)\n* Onur R. Bingol [@orbingol](https://github.com/orbingol)\n* Sambit Ghadai [@sambitg92](https://github.com/sambit92)\n* Aditya Balu [@adityabalu](https://github.com/adityabalu)\n* Gavin Young\n* Xin Huang\n\n## Introduction\n\n**GPU Accelerated Voxelization Framework** for 3D CAD models.\n\nGPView voxelizes CAD models with a hybrid resolution. Supported CAD models are Wavefront **(.obj)** file and **.off** file formats. Output is in the form of binary **.raw** files with contiguous array.\n\nLevel1 resolution is a coarse level of voxelization and Level2 is a finer level of voxelization of particular Level1 voxels in a nested structure.\n\nFor more details visit [IDEALab](http://web.me.iastate.edu/idealab/index.html) website.\n\n### Publications\n\n1. Sambit Ghadai, Aditya Balu, Soumik Sarkar, Adarsh Krishnamurthy; [Learning localized features in 3D CAD models for manufacturability analysis of drilled holes](https://www.sciencedirect.com/science/article/pii/S0167839618300384), Computer Aided Geometric Design, 62:263-275, 2018.\n2. Gavin Young, Adarsh Krishnamurthy; [GPU-accelerated generation and rendering of multi-level voxel representations of solid models](https://www.sciencedirect.com/science/article/pii/S009784931830102X), Computers \u0026 Graphics, 75:11-24, 2018.\n3. Sambit Ghadai, Xian Lee, Aditya Balu, Soumik Sarkar, Adarsh Krishnamurthy; [Multi-Resolution 3D Convolutional Neural Networks for Object Recognition](https://arxiv.org/abs/1805.12254), NVIDIA GPU Technology Conference, arXiv:1805.12254, 2018.\n4. Sambit Ghadai, Aditya Balu, Adarsh Krishnamurthy, Soumik Sarkar; [Learning and visualizing localized geometric features using 3D-CNN: An application to manufacturability analysis of drilled holes](https://arxiv.org/abs/1711.04851), NIPS Symposium on Interpretable Machine Learning, 2017.\n\n## How to run GPView\n\n### Minimum Requirements\n\n* [GLEW v1.13.0](http://glew.sourceforge.net/) libraries\n* [Freeglut v2.8.1](https://www.transmissionzero.co.uk/software/freeglut-devel/) libraries\n* [CMake v3.7](https://cmake.org/download/)\n* [NVIDIA CUDA Toolkit 8.0](https://developer.nvidia.com/cuda-toolkit) along with [NVIDIA CUDA GPU](https://developer.nvidia.com/cuda-gpus)s for GPU acceleration.\n* Microsoft Visual Studio 12 2013 for Windows compilation.\n* GCC v5.4.0 for Linux compilation.\n\n### Setup\n\nSetup instructions for Windows and Linux can be found on wiki page.\n\n## Guidelines\n\nGuidelines to voxelize CAD models using GPView can be found on the wiki page.\n\n## License\n\n[MIT](LICENSE)\n\n## Acknowledgements\n\n### Additional Code References\n\n#### TriRayIntersection.cpp\n\n```\nTriangle ray intersection test routine,\nTomas Muller and Ben Trumbore, 1997.\nSee article \"Fast, Minimum Storage Ray/Triangle Intersection,\"\nMuller \u0026 Trumbore. Journal of Graphics Tools, 1997.\n```\n\n#### TriBoxIntersection.cpp\n\n```\nAABB-triangle overlap test code                     \nby Tomas Akenine-Muller                             \nFunction: int triBoxOverlap(float boxcenter[3],     \n          float boxhalfsize[3],float triverts[3][3]);\n```\n","funding_links":[],"categories":["C++"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidealab-isu%2FGPView","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fidealab-isu%2FGPView","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fidealab-isu%2FGPView/lists"}