Skip to main content
  • Home
  • Development
  • Documentation
  • Donate
  • Operational login
  • Browse the archive

swh logo
SoftwareHeritage
Software
Heritage
Archive
Features
  • Search

  • Downloads

  • Save code now

  • Add forge now

  • Help

Revision 54d404d6d5dc3637ec2ac16a4e12bc1ebdf0eea2 authored by Baptiste GENEST on 30 April 2024, 07:09:33 UTC, committed by GitHub on 30 April 2024, 07:09:33 UTC
Update README.md
1 parent eae00e1
  • Files
  • Changes
  • a4c74a1
  • /
  • CMakeLists.txt
Raw File Download

To reference or cite the objects present in the Software Heritage archive, permalinks based on SoftWare Hash IDentifiers (SWHIDs) must be used.
Select below a type of object currently browsed in order to display its associated SWHID and permalink.

  • revision
  • directory
  • content
revision badge
swh:1:rev:54d404d6d5dc3637ec2ac16a4e12bc1ebdf0eea2
directory badge
swh:1:dir:a4c74a18ecd8e9e9ad93b6991435dc83ad5226bd
content badge
swh:1:cnt:238906979c44639f5deac9c23fa8b251859d9950

This interface enables to generate software citations, provided that the root directory of browsed objects contains a citation.cff or codemeta.json file.
Select below a type of object currently browsed in order to generate citations for them.

  • revision
  • directory
  • content
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
(requires biblatex-software package)
Generating citation ...
CMakeLists.txt
project(NonEuclideanSlicedOT)
cmake_minimum_required(VERSION 3.12)

list(APPEND CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake)

set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_CXX_FLAGS "-O3")

find_package(Eigen3 3.3 REQUIRED NO_MODULE)
find_package(OpenMP)

include(polyscope)
include(geometry-central)
include(eigen)
include(openmp)

add_subdirectory(deps/bvh)

file(GLOB SRC
     "src/**"
     "deps/CLI11.hpp"
)

message(STATUS ${SRC})

add_executable(spherical_mesh_sampling apps/mesh_sampling.cpp ${SRC})
target_link_libraries(spherical_mesh_sampling polyscope geometry-central  bvh OpenMP::OpenMP_CXX)

add_executable(spherical_bluenoise apps/spherical_bluenoise.cpp ${SRC})
target_link_libraries(spherical_bluenoise polyscope geometry-central  bvh OpenMP::OpenMP_CXX)

add_executable(hyperbolic_bluenoise apps/hyperbolic_bluenoise.cpp ${SRC})
target_link_libraries(hyperbolic_bluenoise polyscope geometry-central  bvh OpenMP::OpenMP_CXX)

add_executable(rotation_sampling apps/rotation_sampling.cpp ${SRC})
target_link_libraries(rotation_sampling polyscope geometry-central  bvh OpenMP::OpenMP_CXX)

add_executable(direction_sampling apps/direction_sampling.cpp ${SRC})
target_link_libraries(direction_sampling polyscope geometry-central bvh OpenMP::OpenMP_CXX)

add_executable(local_hyperbolic_mesh_sampling apps/local_hyperbolic_mapping.cpp ${SRC})
target_link_libraries(local_hyperbolic_mesh_sampling polyscope geometry-central bvh OpenMP::OpenMP_CXX)

add_executable(vizu_pc apps/vizu_pc.cpp)
target_link_libraries(vizu_pc polyscope geometry-central)

The diff you're trying to view is too large. Only the first 1000 changed files have been loaded.
Showing with 0 additions and 0 deletions (0 / 0 diffs computed)
swh spinner

Computing file changes ...

back to top

Software Heritage — Copyright (C) 2015–2026, The Software Heritage developers. License: GNU AGPLv3+.
The source code of Software Heritage itself is available on our development forge.
The source code files archived by Software Heritage are available under their own copyright and licenses.
Terms of use: Archive access, API— Content policy— Contact— JavaScript license information— Web API