Creative Concurrency
latest
  • Installation
  • Guide
  • Test 1: Painters Spree
  • Test 2: Dining Philosophers
  • Test 3: It works... most of the time
  • Survey
  • sphof module reference
Creative Concurrency
  • Docs »
  • Concurrency for Creative Coding
  • Edit on GitHub

Concurrency for Creative Coding¶

This is the documentation of a simple toolkit provided to research concurrent programming for Creative Coders. The toolkit is build upon the ZOCP framework.

You can find the API documentation as well as simple examples of the toolkit’s usage.

  • Installation
    • Operating System installation
    • Required Python modules
  • Guide
    • Introduction
    • Starting Actors
    • Visualizing and editing Actors
  • Test 1: Painters Spree
    • PainterActor and CanvasActor Class
  • Test 2: Dining Philosophers
  • Test 3: It works... most of the time
  • Survey
  • sphof module reference
    • Actor classes
      • Frequently used methods
      • Actor class
      • LeadActor class
      • LoneActor class
    • Canvas Actor classes
      • PainterActor class
      • CanvasActor class
      • LonePainterActor class
      • Painter class
    • Philosopher Actor classes
      • PhilosopherActor class
      • LonePhilosopherActor class
    • ZOCP classes & methods
      • Frequently used methods
      • ZOCP class

Indices and tables¶

  • Index
  • Module Index
  • Search Page
Next

© Copyright 2015, Arnaud Loonstra. Revision ad9d65e9.

Built with Sphinx using a theme provided by Read the Docs.