Completed
Intro
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Will it Blend? Writing a Custom Constraint Solver for Blender with Cython
Automatically move to the next video in the Classroom when playback concludes
- 1 Intro
- 2 Agenda
- 3 Software in the Built Environment What I Used It For • Building Analysis
- 4 Physical and Digital Formfinding
- 5 Constraint Solvers for 3d Geometry
- 6 Why Cython?
- 7 What is Cython? • Optimizing Static Compiler • Provides support for debugging in Python, Cython, and
- 8 Toy Constraint Problem Constraints • Anchors (supports) - 10,21 Forces (loads) - 11
- 9 Package Structure and Modules with Cython
- 10 Compiling Cython
- 11 Before you release the GIL...
- 12 Releasing the GIL!
- 13 Evaluating Cython performance - py-spy
- 14 What is Blender?
- 15 Adding your Cython package to Blender
- 16 Blender Add-on Interface Creation Typical files
- 17 Blender Properties
- 18 Pymaxion - Blender Demo!