Giter Site home page Giter Site logo

undeadinu / opennurbs Goto Github PK

View Code? Open in Web Editor NEW

This project forked from mcneel/opennurbs

0.0 1.0 0.0 28.67 MB

OpenNURBS libraries allow anyone to read and write the 3DM file format without the need for Rhino.

Home Page: http://opennurbs.org

License: Other

C 31.46% C++ 68.17% Objective-C 0.20% Perl 0.06% Shell 0.01% Makefile 0.11%

opennurbs's Introduction

openNURBS

Discourse users

The openNURBS Initiative provides CAD, CAM, CAE, and computer graphics software developers the tools to accurately transfer 3D geometry between applications.

The openNURBS Toolkit consists of C++ source code for a library that will read and write openNURBS 3D model files (.3dm). More than 400 software development teams and applications, including Rhinoceros®, exchange 3D models using the openNURBS file format. Additionally, the Toolkit provides NURBS evaluation tools and elementary geometric and 3D view manipulation tools as well as including source code for several example programs.

For more information, see "What is openNURBS?".

Getting started

  1. Clone this repository.

  2. Open opennurbs_public.sln, select the platform and configuration, and rebuild all.

  3. Create your C++ project that will use opennurbs.

  4. In your project's stdafx.h, put the following lines:

    // defining OPENNURBS_PUBLIC_INSTALL_DIR enables automatic linking using pragmas
    #define OPENNURBS_PUBLIC_INSTALL_DIR "<MY_INSTALLPATH>"
    // uncomment the next line if you want to use opennurbs as a DLL
    //#define OPENNURBS_IMPORTS
    #include "<MY_INSTALLPATH>/opennurbs_public.h"

    Replace <MY_INSTALLPATH> with the full path where you installed opennurbs using forward slashes as directory separators.

Please see "Getting started" for more information about openNURBS including supported compilers, build instructions, and a description of the examples.

There's also a collection of example 3dm files available for testing.

Questions?

For technical support, please head over to Discourse.

opennurbs's People

Contributors

pearswj avatar sbaer avatar

Watchers

 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.