Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahdhn committed Sep 19, 2021
1 parent c50c9e2 commit 3989db1
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,13 @@ RXMesh is a surface triangle mesh data structure and programming model for proce
This repository provides 1) source code to reproduce the results presented in the paper (git tag `v0.1.0` TODO) and 2) ongoing development of RXMesh. For 1), all input models used in the paper can be found [here](https://ucdavis365-my.sharepoint.com/:f:/g/personal/ahmahmoud_ucdavis_edu/En-vEpIdSGBHqvCIa-MVXRQBg5g7GfM3P3RwZBHL4Hby3w?e=2EVnJd). Models were collected from [Thingi10K](https://ten-thousand-models.appspot.com/) and [Smithsonian 3D](https://3d.si.edu/explore) repository.

## **A Quick Glance**
RXMesh is a CUDA/C++ header-only library. All unit tests are under `tests\` folder. This includes the unit test for some basic functionalities along with the unit test for the query operations. All applications are under `apps\` folder. Please refer to the ReadMe under each application folder for more details.
RXMesh is a CUDA/C++ header-only library. All unit tests are under `tests\` folder. This includes the unit test for some basic functionalities along with the unit test for the query operations. All applications are under `apps\` folder.

## **Compilation**
The code can be compiled on Ubuntu (GCC 9) and Windows (Visual Studio 2019) providing that CUDA (>=11.1.0) is installed. To run the executable(s), an NVIDIA GPU should be installed on the machine.

### Dependencies
We use the following dependencies:
- [OpenMesh](https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh) to check the applications against reference CPU implementation
### **Dependencies**
- [OpenMesh](https://www.graphics.rwth-aachen.de:9000/OpenMesh/OpenMesh) to verify the applications against reference CPU implementation
- [RapidJson](https://github.com/Tencent/rapidjson) to report the results in JSON file(s)
- [GoogleTest](https://github.com/google/googletest) for unit tests
- [spdlog](https://github.com/gabime/spdlog) for logging
Expand All @@ -47,6 +46,10 @@ Depending on the system, this will generate either a `.sln` project on Windows o
volume = 40,
number = 4,
month = aug,
issue_date = {August 2021},
articleno = 104,
numpages = 16,
pages = {104:1--104:16},
url = {https://escholarship.org/uc/item/8r5848vp},
full_talk = {https://youtu.be/Se_cNAol4hY},
short_talk = {https://youtu.be/V_SHMXnCVws},
Expand Down

0 comments on commit 3989db1

Please sign in to comment.