1010![ gif] ( http://i.imgur.com/MsPX8pn.gif )
1111![ gif] ( http://i.imgur.com/WjQzVWz.gif )
1212
13- * Klak* is a collection of utilities that are made for creative coding with
14- Unity.
13+ ** Klak** is a collection of scripts for creative coding with Unity.
1514
16- Stuff in the current collection
17- -------------------------------
15+ Features
16+ --------
1817
1918- Noise/Random number
2019 - Perlin noise
2120 - Reproducible random number series with xxHash
2221 - Reproducible noise generator
2322
24- - Interpolator (tweening animator)
23+ - Interpolator
2524 - Frame rate independent exponential interpolation
2625 - Classic spring smoothing
2726 - Critically damped spring smoothing
@@ -30,39 +29,26 @@ Stuff in the current collection
3029 - Vector4/Quaternion converter
3130 - Material property setter
3231
33- - Image sequence writer
34-
35- - Klak.Motion: basic procesural motion
32+ - Klak.Motion: basic procedural motion
3633 - Constant motion
3734 - Brownian motion
3835
3936- Klak.Wiring: node-based patching system
4037
41- See also
42- --------
38+ Extensions
39+ ----------
40+
41+ - [ MidiKlak] - MIDI input extension
42+ - [ OscKlak] - OSC (Open Sound Control) input extension
43+ - [ KlakUI] - Custom UI controls
44+ - [ KlakSpout] - Spout (inter-application video sharing) extension
4345
44- - [ MidiKlak] ( https://github.com/keijiro/MidiKlak ) - MIDI extension for Klak
45- - [ OscKlak] ( https://github.com/keijiro/OscKlak ) - OSC (Open Sound Control)
46- extension for Klak
46+ [ MidiKlak ] : https://github.com/keijiro/MidiKlak
47+ [ OscKlak ] : https://github.com/keijiro/OscKlak
48+ [ KlakUI ] : https://github.com/keijiro/KlakUI
49+ [ KlakSpout ] : https://github.com/keijiro/KlakSpout
4750
4851License
4952-------
5053
51- Copyright (C) 2016 Keijiro Takahashi
52-
53- Permission is hereby granted, free of charge, to any person obtaining a copy of
54- this software and associated documentation files (the "Software"), to deal in
55- the Software without restriction, including without limitation the rights to
56- use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
57- the Software, and to permit persons to whom the Software is furnished to do so,
58- subject to the following conditions:
59-
60- The above copyright notice and this permission notice shall be included in all
61- copies or substantial portions of the Software.
62-
63- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
64- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
65- FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
66- COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
67- IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
68- CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
54+ [ MIT] ( LICENSE.md )
0 commit comments