Skip to content

Commit

Permalink
Merge pull request #5 from ChaosGroup/dev/anton.chalakov/update_readme
Browse files Browse the repository at this point in the history
Update README with fully/partially implemented classes
  • Loading branch information
noelwarren authored Oct 18, 2024
2 parents 411094f + ccf8467 commit ec059f1
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,22 @@
This project provides ruby bindings for the SketchUp C API. They are designed to mimmic the SketchUp [**ruby api**](https://ruby.sketchup.com) for use in Sketchup extension tests outside the SketchUp application. You can however use them for general purpouse scripting.

The SketchUp C API is much more limmited than the ruby api. There is no gui event loop, nor observers, nor view, nor does this extension aim to provide such functionality.


# Fully implemented classes
* Attribute Dictionary
* Color
* Component Definition
* Definition List
* Entity
* Material

# Partially implemented classes
* Attribute Dictionaries
* Behavior
* Component Instance
* Drawing Element
* Entities
* Materials
* Model
* Texture

0 comments on commit ec059f1

Please sign in to comment.