Skip to content

Commit

Permalink
Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
keijiro committed Apr 16, 2017
1 parent 4a26cee commit dc2ee23
Show file tree
Hide file tree
Showing 2 changed files with 38 additions and 31 deletions.
21 changes: 21 additions & 0 deletions LICENSE.md
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2016, 2017 Keijiro Takahashi

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
48 changes: 17 additions & 31 deletions README.md
Expand Up @@ -10,18 +10,17 @@ Klak
![gif](http://i.imgur.com/MsPX8pn.gif)
![gif](http://i.imgur.com/WjQzVWz.gif)

*Klak* is a collection of utilities that are made for creative coding with
Unity.
**Klak** is a collection of scripts for creative coding with Unity.

Stuff in the current collection
-------------------------------
Features
--------

- Noise/Random number
- Perlin noise
- Reproducible random number series with xxHash
- Reproducible noise generator

- Interpolator (tweening animator)
- Interpolator
- Frame rate independent exponential interpolation
- Classic spring smoothing
- Critically damped spring smoothing
Expand All @@ -30,39 +29,26 @@ Stuff in the current collection
- Vector4/Quaternion converter
- Material property setter

- Image sequence writer

- Klak.Motion: basic procesural motion
- Klak.Motion: basic procedural motion
- Constant motion
- Brownian motion

- Klak.Wiring: node-based patching system

See also
--------
Extensions
----------

- [MidiKlak] - MIDI input extension
- [OscKlak] - OSC (Open Sound Control) input extension
- [KlakUI] - Custom UI controls
- [KlakSpout] - Spout (inter-application video sharing) extension

- [MidiKlak](https://github.com/keijiro/MidiKlak) - MIDI extension for Klak
- [OscKlak](https://github.com/keijiro/OscKlak) - OSC (Open Sound Control)
extension for Klak
[MidiKlak]: https://github.com/keijiro/MidiKlak
[OscKlak]: https://github.com/keijiro/OscKlak
[KlakUI]: https://github.com/keijiro/KlakUI
[KlakSpout]: https://github.com/keijiro/KlakSpout

License
-------

Copyright (C) 2016 Keijiro Takahashi

Permission is hereby granted, free of charge, to any person obtaining a copy of
this software and associated documentation files (the "Software"), to deal in
the Software without restriction, including without limitation the rights to
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
the Software, and to permit persons to whom the Software is furnished to do so,
subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
[MIT](LICENSE.md)

0 comments on commit dc2ee23

Please sign in to comment.