CICM / CicmWrapper

A C/TK library that aims to facilitate the creation of objects for Pure Data

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not Maintained

CICM WRAPPER

Presentation

The CICM wrapper is a C interface for Tcl/Tk and Pure Data that aims to facilitate the creation of objects for Pure Data. One of the main axis is the creation of graphical user interfaces. It also facilitates the implementation of dynamic multisignal processing and it improves the compatibility with Max.

  • Graphics :
    • Layers system.
    • Matrix translation and rotation.
    • Bezier curves.
    • Multi shapes
    • Text layout
    • Clipping of the drawing.
    • Colors hsl/rgba and hexadecimal
    • etc.
  • Interractions :
    • Full mouse notification
    • Full keyboard notification
    • Cross platform modifiers
    • etc.
  • Object :
    • Proxy inlets.
    • Attributes
    • Automatic properties window
    • Click and drag to resize the objects
    • Special methods for background, border and size
    • Dynamic inlets/outlets
    • Dsp method simplified
    • Perform method simplified
    • etc.

Macros to convert code (event GUI) from Max to Pd and from PD to Max and a lot of other stuff, I can't enumerate everything !

Repository :

GitHub

Documentation :

Documentation and examples

Projects :

Author :

Pierre Guillot

Thanks :

Antoine Villeret for Autotools and feedbacks.
Thomas Le Meur for the corrections.
Miller Puckette for Pure Data.

Licence :

Copyright (C) 2013-2015 Pierre Guillot - CICM - Universite Paris 8
The Cream Library in under the BSD2 License.

About

A C/TK library that aims to facilitate the creation of objects for Pure Data

License:BSD 2-Clause "Simplified" License


Languages

Language:C 98.6%Language:C++ 0.8%Language:M4 0.5%Language:Makefile 0.1%Language:Shell 0.0%