All Projects → SketchUp → Sketchup Ruby Api Tutorials

SketchUp / Sketchup Ruby Api Tutorials

Licence: mit
SketchUp Ruby API Tutorials and Examples

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to Sketchup Ruby Api Tutorials

goodcode
A curated collection of annotated code examples from prominent open-source projects
Stars: ✭ 184 (+75.24%)
Mutual labels:  snippets, examples, tutorials
flytesnacks
Flyte User-Guides and Tutorials - https://flytecookbook.readthedocs.io
Stars: ✭ 39 (-62.86%)
Mutual labels:  examples, tutorials
code-examples
Short code snippets written by our open source community!
Stars: ✭ 60 (-42.86%)
Mutual labels:  snippets, examples
Tesseract
A set of libraries for rapidly developing Pipeline driven micro/macroservices.
Stars: ✭ 20 (-80.95%)
Mutual labels:  examples, tutorials
haxeunity
Documentation about using Unity (c#) with Haxe
Stars: ✭ 16 (-84.76%)
Mutual labels:  examples, tutorials
tricks
Tipps und Tricks rund um REDAXO 5
Stars: ✭ 96 (-8.57%)
Mutual labels:  snippets, tutorials
aicloud-examples
Примеры distributed machine learning с помощью сервиса AICloud
Stars: ✭ 24 (-77.14%)
Mutual labels:  examples, tutorials
GeoStatsTutorials
GeoStats.jl tutorials
Stars: ✭ 49 (-53.33%)
Mutual labels:  examples, tutorials
Romaniancoderexamples
Java / SpringBoot / Angular examples for the Romanian Coder YouTube channel
Stars: ✭ 353 (+236.19%)
Mutual labels:  examples, tutorials
Vulkandemos
Some simple vulkan examples.
Stars: ✭ 413 (+293.33%)
Mutual labels:  examples, tutorials
Go Packages
A large repository of code and documented examples for Go's standard package library.
Stars: ✭ 467 (+344.76%)
Mutual labels:  examples, tutorials
awesome.gl
棒棒哒攻略:Developer's Technical Documents, API References, Code Examples, Quick Starts, Programming minutebooks, and Tutorials. https://awesome.gl
Stars: ✭ 12 (-88.57%)
Mutual labels:  examples, tutorials
Haxejs
Documentation about using JavaScript with Haxe
Stars: ✭ 25 (-76.19%)
Mutual labels:  examples, tutorials
FortranTip
Short instructional Fortran codes associated with Twitter @FortranTip
Stars: ✭ 39 (-62.86%)
Mutual labels:  snippets, tutorials
fixes
Random development problems and solutions
Stars: ✭ 38 (-63.81%)
Mutual labels:  snippets, tutorials
tutorials
All of our code examples and tutorials
Stars: ✭ 62 (-40.95%)
Mutual labels:  examples, tutorials
Manual Testing
This repository contains the General Test Cases for performing Manual Testing on the Web/Mobile application. It also has Test cases related to API Testing. Templates related to Test Plan and BugBash are also updated.
Stars: ✭ 134 (+27.62%)
Mutual labels:  examples, tutorials
godot-practice-shaders
Some practice shaders in Godot
Stars: ✭ 79 (-24.76%)
Mutual labels:  examples, tutorials
demos
Demonstrative scripts
Stars: ✭ 37 (-64.76%)
Mutual labels:  snippets, tutorials
Rxjava2 Android Samples
RxJava 2 Android Examples - Migration From RxJava 1 to RxJava 2 - How to use RxJava 2 in Android
Stars: ✭ 4,950 (+4614.29%)
Mutual labels:  examples, tutorials

Getting Started & Tutorials

Example Extensions

We often find that we need a level of training that goes well beyond the basics, but is more informative than just reading the API documentation. Look no further! Check out our Example Extensions section for examples of fully functioning SketchUp Extensions, complete with comments and helpful hints.

How Do I Use These Tutorials?

Hopefully you can use these examples however you want. The Example code is available 3 different ways. You can:

  1. Read the Example Extensions tutorials on the SketchUp Developer website. Read through the step by step tutorial of the code and comments and try to follow along by building the same extension yourself. Use these examples to help learn better SketchUp API usage.
  2. Fork the fully commented examples from Github. Get the code right on your machine, with all the comments for easy access. Use it as a quick reference to comments, code snippets, etc.
  3. Fork the non-commented version from Github. This is handy for people who just want to look at the code quickly and move on. You can copy and paste chunks of code easily from the non-commented samples without the verbose comments getting in the way.

Depending what you are trying to achieve, there is a method to get there easily. Just get all the code at once, and pull out what you need. Or follow along line by line, tutorial style. The end goal is for everyone to gain access to solid code examples that help improve their SketchUp extensions.

Loading Directly from the Repository

If you clone this repository to your computer you can load the files directly from where you cloned them using a proxy loading script:

# Create a file in your Plugins folder with these lines:
$LOAD_PATH << 'some\path\to\sketchup-ruby-api-tutorials'
require 'load_tutorials.rb'

That snippet will take care of loading the examples and tutorials.

If you have examples of your own that you think might be useful open a Pull Request. Follow the pattern of the existing examples.

You can use Examples.reload while you work to reload all the files.

Development Guides

Also make sure to check out the Wiki section for guides on how to setup your project for extension development, IDE setup and more.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].