From 3989db1d003e35e6d3d6bef7112e2381989ea247 Mon Sep 17 00:00:00 2001 From: Ahmed Date: Sun, 19 Sep 2021 17:21:58 -0400 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5c180586..25ea1df0 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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},