All Projects → SketchUp → sketchup-shapes

SketchUp / sketchup-shapes

Licence: MIT License
Shapes adds new tools for drawing more shapes and primitives in SketchUp.

Programming Languages

ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to sketchup-shapes

testup-2
TestUp 2 for SketchUp - A GUI wrapper for running Minitest in SketchUp
Stars: ✭ 21 (+10.53%)
Mutual labels:  extension, sketchup
cpplint-extension
vscode cpplint extension
Stars: ✭ 17 (-10.53%)
Mutual labels:  extension
sticky-reader-mode
A browser extension to turn on Reader Mode automatically per your preference
Stars: ✭ 18 (-5.26%)
Mutual labels:  extension
quickwiki
🌐 A Google Chrome extension that allows users to preview articles on Wikipedia and other wikis.
Stars: ✭ 18 (-5.26%)
Mutual labels:  extension
charon
Decentr browser extension
Stars: ✭ 13 (-31.58%)
Mutual labels:  extension
trueChart-Menubar4Sense
MENUBAR as visualization extension for Qlik Sense® allows for vertical and horizontal buttons and selections (fields, master dimensions and variables) as well as unlimited trigger based Actions. #trueChart #menubar #highcoordination
Stars: ✭ 19 (+0%)
Mutual labels:  extension
ccaptioner
An extension to assign a text track to a video element in a web page
Stars: ✭ 45 (+136.84%)
Mutual labels:  extension
ACBRadialCollectionView
An extension on UICollectionView which automatically transforms collection view cells to a radial path
Stars: ✭ 31 (+63.16%)
Mutual labels:  extension
urql-devtools-exchange
The exchange for usage with Urql Devtools
Stars: ✭ 35 (+84.21%)
Mutual labels:  extension
alphabetical-grid-extension
Restore the alphabetical ordering of the app grid, removed in GNOME 3.38
Stars: ✭ 43 (+126.32%)
Mutual labels:  extension
vscode-appwrite
Appwrite extension for Visual Studio Code
Stars: ✭ 30 (+57.89%)
Mutual labels:  extension
vscode-kafka
Apache Kafka® extension for Visual Studio Code
Stars: ✭ 64 (+236.84%)
Mutual labels:  extension
pentadactyl-pm
Pentadactyl for Pale Moon | New official repo is here https://github.com/pentadactyl/pentadactyl
Stars: ✭ 26 (+36.84%)
Mutual labels:  extension
snextensions
A set of open source extensions for StandardNotes you can self-host.
Stars: ✭ 68 (+257.89%)
Mutual labels:  extension
protonmail-webextension
Unofficial webextension for ProtonMail
Stars: ✭ 39 (+105.26%)
Mutual labels:  extension
Google-Meet-Hack
Google Meet Auto Leave Extension
Stars: ✭ 95 (+400%)
Mutual labels:  extension
How to write cuda extensions in pytorch
How to write cuda kernels or c functions in pytorch, especially for former caffe users.
Stars: ✭ 51 (+168.42%)
Mutual labels:  extension
Free-Internet-Plugin
A free Internet is a better Internet. This Chrome browser plugin removes paywalled content from Google search results.
Stars: ✭ 121 (+536.84%)
Mutual labels:  extension
laravel-mix-tailwindcss
Tailwind CSS wrapper for Laravel Mix.
Stars: ✭ 43 (+126.32%)
Mutual labels:  extension
mkdocs-click
An MkDocs extension to generate documentation for Click command line applications
Stars: ✭ 34 (+78.95%)
Mutual labels:  extension

SketchUp Shapes Extension

SketchUp Shapes allows users to quickly creates 3D shape objects by specifying a few attributes. The objects created by the shapes extension are parametric so they can be edited after creation. This extension is an Open Source project and can be improved by anyone.

Installing

The latest and greatest is available as an RBZ file from Extension Warehouse.

Generally, the best way to install an extension is to open Extension Warehouse from inside SketchUp, searching for "shapes" and then click the Install button (You need to be signed in to download). Installing via SketchUp will automatically download, unpack and place the files in the appropriate locations.

If you need to download from outside SketchUp, follow this url: http://extensions.sketchup.com/content/shapes.

Then open SketchUp and select Window → Preferences (Microsoft Windows) or SketchUp → Preferences (Mac OS X) → Extensions → Install Extension and select the RBZ file you just downloaded. Voila! SketchUp installs the extension.

For development installations you will need to copy the contents of the src folder from this project, into your sketchUp plugins folder.

Contributing

Members

If you're an owner of this repository, here are some steps.

Get a local copy of the files. This will create a sketchup-stl folder.

git clone https://github.com/SketchUp/sketchup-shapes.git  
cd shapes  

Use your favorite editor to edit README.md. Then...

git add README.md                     // Marks README.md for edit.  
git commit -m "Editing our README"    // Records changes in the local branch.  
git push                              // Submits to repository. Yay!  

Community

If you're a SketchUp Ruby community member, you need to fork this repository (If you don't know what that is, that's okay, we barely know ourselves. Go google some GitHub tutorials and give it a try. Please improve our README.md file with better instructions!)

Steps

  1. Fork this repository (tutorial). Forking will create a copy of this repository under your GitHub username.

  2. Clone a local copy of your fork to your computer. For this you will need git installed on your personal computer. SourceTree is a good choice. It will let you perform most git tasks via a GUI.

  3. Add this repository as a remote so you can pull in updates to your clone.

     git remote add upstream https://github.com/SketchUp/sketchup-stl.git
    
  4. Make your changes to the code in your cloned repository, then commit. (git commit ...)

  5. Push your changes to your GitHub repository. (git push)

  6. From your GitHub repository, send a Pull Request.

License

See the LICENSE and NOTICE files for more information

Copyright 2014 Trimble Navigation Ltd.

License: The MIT License (MIT)

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].