View Categories

Sketchup Libraries

ams_lib #

AMS Library is a collection of tools and functions used by other extensions. Majority of tools and functions use Microsoft Windows API to interact with SketchUp window and its sub-windows in many different ways. The features include set SketchUp fullscreen, show/hide menubar, statusbar, scenesbar, and more elements of the window. The library is also capable of monitoring and blocking user input sent to SketchUp window. This comes in handy for making games in SketchUp.

De AMS library is geen plugin voor Sketchup, maar een library die wordt aangesproken door diverse plugins

Sketchup compatibiliteit: SketchUp 6, SketchUp 7, SketchUp 8, SketchUp 2013, SketchUp 2014, SketchUp 2015

Download AMS library @ Sketchucation


LibFredo6 #

LibFredo6 is a shared plugin library used by most of my plugins. LibFredo6 takes care, among others, of enriching my plugins with a few capabilities such as default parameters, language translation, Check Plugins for Update, Trace logging, etc.

It is NOT a standalone plugin. It must be installed once and updated as needed when new versions are published.

LibFredo6 is a shared library used by some of the LibFredo6 plugins. It is NOT a standalone plugin. Plugins currently using LibFredo6 are:

De LibFredo6 library is geen plugin voor Sketchup, maar een library die wordt aangesproken door diverse plugins.

Sketchup compatibiliteit: SketchUp 6, SketchUp 7, SketchUp 8, SketchUp 2013, SketchUp 2014, SketchUp 2015

Download LibFredo6 library @ Sketchucation


RubyFF #

FFI stands for Foreign Function Interface. FFI has been implemented in various libraries; one of them, libffi, actually serves as the core of JNA, allowing Java code to load and call arbitrary C libraries. libffi allows code to load a library by name, retrieve a pointer to a function within that library, and invoke it, all without static bindings, header files, or any compile phase.

De RubyFFI library is geen plugin voor Sketchup, maar een library die wordt aangesproken door (diverse) plugins of sketchup zelf.

Sketchup compatibiliteit: Alleen de gemodificeerde/aangepaste versie werkt op SketchUp 2014, SketchUp 2015

Download RubFFI @ rubygems.org


RubySerial

RubySerial is a simple Ruby gem for reading from and writing to serial ports.

Unlike other Ruby serial port implementations, it supports all of the most popular Ruby implementations (MRI, JRuby, & Rubinius) on the most popular operating systems (OSX, Linux, & Windows). And it does not require any native compilation thanks to using RubyFFI https://github.com/ffi/ffi.

De RubySerial library is geen plugin voor Sketchup, maar een library die wordt aangesproken door (diverse) plugins of sketchup zelf, met de library kan je gegevens schrijven naar een seriele poort.

Sketchup compatibiliteit: Alleen de gemodificeerde/aangepaste versie werkt op SketchUp 2014, SketchUp 2015

Ook benodigd: RubyFFI bibliotheek

Download RubySerial @ gemnasium.com


TT Lib² #

This is not an extension that does anything by itself. It’s a library of shared functions used by a variety of other extensions.

De TT Lib² is geen plugin voor Sketchup, maar een library die wordt aangesproken door diverse plugins

Sketchup compatibiliteit: SketchUp 6, SketchUp 7, SketchUp 8, SketchUp 2013, SketchUp 2014, SketchUp 2015

Website @ Sketchup warehouse
Download @ Bitbucket (thomthom)