Skip to content
@trofcc

The Realm of Freedom

Old name open3rds

Python

pip

pip install git+https://github.com/open3rds/${python_module}.git

requirements.txt

git+git://github.com/open3rds/${python_module}.git@0.1#egg=${python_module}

C++

cmake

# CMake Version > v3.11
FetchContent_Declare(${lib_name}
        GIT_REPOSITORY https://github.com/open3rds/${python_module}.git
        GIT_TAG ${version})
FetchContent_MakeAvailable(${lib_name})
target_link_libraries(${app_name} PRIVATE ${lib_name}::${cmake_project_name})

xmake

add_repositories("open3rds git@github.com:open3rds/xmake-repo.git main")
-- add_repositories("open3rds git@github.com:open3rds/xmake-repo.git experiment")
add_requires("open3rds::${lib_name}  1.0.x", {alias = "${lib_name}"})
target("test")
    set_kind("binary")
    add_files("src/*.cpp")
    add_packages("open3rds::${lib_name}")

Go

use github

Java

N/A

Popular repositories Loading

  1. .github .github Public

    special repo

  2. xmake-repo xmake-repo Public

    xmake repo of open3rds

    Lua

  3. cppbase cppbase Public template

    cpp template for starting a new project/library

    CMake

  4. env_scripts env_scripts Public

    environment setting helper scripts for github based workflow on linux/windows/unix

  5. pybase pybase Public template

    python project template for starting a new project/library

  6. cpprestsdk cpprestsdk Public

    Forked from microsoft/cpprestsdk

    The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to an…

    C++

Repositories

Showing 7 of 7 repositories
  • pyscript Public
    trofcc/pyscript’s past year of commit activity
    0 0 0 0 Updated Feb 24, 2024
  • cppbase Public template

    cpp template for starting a new project/library

    trofcc/cppbase’s past year of commit activity
    CMake 0 0 0 0 Updated Jan 5, 2023
  • .github Public

    special repo

    trofcc/.github’s past year of commit activity
    0 0 0 0 Updated Dec 4, 2022
  • cpprestsdk Public Forked from microsoft/cpprestsdk

    The C++ REST SDK is a Microsoft project for cloud-based client-server communication in native code using a modern asynchronous C++ API design. This project aims to help C++ developers connect to and interact with services.

    trofcc/cpprestsdk’s past year of commit activity
    C++ 0 1,720 0 0 Updated Nov 30, 2022
  • pybase Public template

    python project template for starting a new project/library

    trofcc/pybase’s past year of commit activity
    0 0 0 0 Updated Nov 27, 2022
  • env_scripts Public

    environment setting helper scripts for github based workflow on linux/windows/unix

    trofcc/env_scripts’s past year of commit activity
    0 0 0 0 Updated Nov 27, 2022
  • xmake-repo Public

    xmake repo of open3rds

    trofcc/xmake-repo’s past year of commit activity
    Lua 0 0 0 0 Updated Nov 27, 2022

Top languages

Loading…

Most used topics

Loading…