-
Notifications
You must be signed in to change notification settings - Fork 19
6.0 Inside Shoes
Cecil edited this page Sep 16, 2018
·
5 revisions
This section discusses working with Shoes at the C level. Stuff you'd might want to know if your going to dive deep.
In this section we have these articles:
- A Developer's Tour Through Shoes Walks thru Shoes startup (and bit outdated but still a good primer.
- A Developer's Tour Through The Magic Packager Describes Packaging in Shoes 2 and 3.0. Historical but certain odd names came form here.
- Creating a Class for Shoes in C Add a C wrapper and methods to Shoes.
- Create a native widget for Shoes Add brand new native Widget. Hardcore.
- rb_parse_args Documenting that format string
- Inside Layout Slots and Layout Drawing.