Will Pearson b439596d37 Refine readme
Make it short and sweet, containing _just enough_ info to get started whilst directing readers to devdocs as the single source of truth
2018-10-17 00:20:02 +01:00
2018-09-15 11:26:15 -07:00
2018-09-19 10:32:21 -07:00
2018-09-10 17:39:40 -07:00
2018-10-10 23:28:56 +01:00
2018-10-10 22:43:34 +01:00
2018-10-17 00:20:02 +01:00

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.

Unlike other open development initiatives, alliances, or consortia:

  • Commercial use is encouraged.
  • The tools, support, and membership are free.
  • There are no restrictions. Neither copyright nor copyleft restrictions apply.
  • No contribution of effort or technology is required from the members, although it is encouraged.

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.

Description
No description provided
Readme Zlib 110 MiB
Languages
C++ 71.4%
C 28.4%