Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
crnacura committed Mar 17, 2020
1 parent 71cdba1 commit b72da3a
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 7 deletions.
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2009 - 2020 [Codrops](https://tympanus.net/codrops)

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.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Create a Wave Motion Effect on an Image with Three.js
# Wave Motion Effect with Three.js

*Learn how to make a wave motion effect on an image with Three.js.*

![](img/thumbnail.jpg)
![Wave motion effect](https://tympanus.net/codrops/wp-content/uploads/2020/03/WaveMotion_featured.jpg)

[Article on Codrops](https://tympanus.net/codrops/?p=)
[Article on Codrops](https://tympanus.net/codrops/?p=48418)

[Demo](http://tympanus.net/Development/.../)
[Demo](http://tympanus.net/Tutorials/WaveMotionEffect/)

## Installation
Run this command in the terminal
Expand All @@ -31,17 +31,17 @@ npm run watch
- [The Book of Shaders](https://www.npmjs.com/package/glsl-noise)
- [GLSL Noise](https://www.npmjs.com/package/glsl-noise)

## License
This resource can be used freely if integrated or build upon in personal or commercial projects such as websites, web apps and web templates intended for sale. It is not allowed to take the resource "as-is" and sell it, redistribute, re-publish it, or sell "pluginized" versions of it. Free plugins built using this resource should have a visible mention and link to the original work. Always consider the licenses of all included libraries, scripts and images used.

## Misc

Follow *@marioecg*: [Twitter](https://twitter.com/marioecg), [Instagram](https://www.instagram.com/marioecg/)

Follow Codrops: [Twitter](http://www.twitter.com/codrops), [Facebook](http://www.facebook.com/codrops), [GitHub](https://github.com/codrops), [Instagram](https://www.instagram.com/codropsss/)

## License
[MIT](LICENSE)

[© Codrops 2019](http://www.codrops.com)
Made with :blue_heart: by [Codrops](http://www.codrops.com)



Expand Down

0 comments on commit b72da3a

Please sign in to comment.