Get started with openNURBS
8.xTo use openNURBS in your C++ application, follow these steps:
- Clone the repository to your local machine.
- Build the library: Open
opennurbs_public.slnin your IDE (e.g., Visual Studio), select your desired platform and configuration, and rebuild the solution. - Integrate into your project: Create a new C++ project and configure your header files to include the openNURBS public interface.
For detailed information on supported compilers and specific build instructions, refer to the official Getting Started guide.
// 1. Clone the repository
// 2. Open opennurbs_public.sln and rebuild
// 3. Configure your project headers