Skip to content

kengey/ruby-c-extension-examples

 
 

Repository files navigation

SketchUp Ruby C/C++ Extension Examples

This project includes the Ruby lib and header files used by SketchUp.

C++ Example - Hello World

Visual Studio 2010

Notes on how the solution is set up:

  • The project name must match the name of the Init_*() function. Example: If the project name is HelloWorld the init function must be named Init_HelloWorld.
  • The init function must be exported in the .def file - named the same as the project.

Xcode 4.5

Tested to also work on Xcode 4.6 and Xcode 5.

About

Ruby C extension examples

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.7%
  • Scheme 1.4%
  • Other 1.9%