Coder Social home page Coder Social logo

hedo88th / libnexus Goto Github PK

View Code? Open in Web Editor NEW

This project forked from dronedb/libnexus

0.0 0.0 0.0 71 KB

Self-contained, dependency-free C Library to generate Nexus files.

Home Page: https://github.com/cnr-isti-vclab/nexus

License: GNU Affero General Public License v3.0

Shell 11.87% C++ 50.05% PowerShell 3.13% CMake 34.95%

libnexus's Introduction

libnexus

Self-contained, dependency-free C Library to generate Nexus files.

It's been tested on Arch / Ubuntu Linux and Windows.

Usage

Download the prebuilt binaries or compile the library from source:

git clone https://github.com/DroneDB/libnexus/ --recurse-submodules
cd libnexus
mkdir build
cd build
make -j$(nproc)

Example

cmake_minimum_required(VERSION 3.1)
project(test)

find_package(NXS REQUIRED)
add_executable(test main.cpp)
target_link_libraries(test ${NXS_LIBRARIES})
#include <nxs.h>

int main(){
 nexusBuild("model.obj", "out.nxz");
 return 0;
}

Limitations / Roadmap Ideas

  • Currently no options are exposed, the nexus default are used.
  • The code works only for 3D meshes, not point clouds.

Contributing

We welcome contributions! Feel free to open pull requests to add features you might find useful.

License

AGPLv3

libnexus's People

Contributors

pierotofy avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.