Skip to content

Commit dc2ee23

Browse files
committed
Updated README.
1 parent 4a26cee commit dc2ee23

2 files changed

Lines changed: 38 additions & 31 deletions

File tree

LICENSE.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2016, 2017 Keijiro Takahashi
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 17 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,17 @@ Klak
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

4851
License
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

Comments
 (0)