https://github.com/kalwalt/ofxnoisepp
Openframeworks addon that implement the Noisepp library, for making noise texture and other...
https://github.com/kalwalt/ofxnoisepp
noise noise-generator noisepp openframeworks openframeworks-addon
Last synced: about 2 months ago
JSON representation
Openframeworks addon that implement the Noisepp library, for making noise texture and other...
- Host: GitHub
- URL: https://github.com/kalwalt/ofxnoisepp
- Owner: kalwalt
- Created: 2012-11-29T19:53:39.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2023-05-02T11:17:36.000Z (about 3 years ago)
- Last Synced: 2025-01-18T07:11:47.522Z (over 1 year ago)
- Topics: noise, noise-generator, noisepp, openframeworks, openframeworks-addon
- Language: C++
- Homepage:
- Size: 83 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
ofxNoisepp
==========
Openframeworks addon that implement the Noisepp library, for making noise textures and other...
This addon is still under development. **ofxNoisepp** was tested under linux and Windows. The Noisepp lib is hosted here: http://sourceforge.net/projects/noisepp/ You can find inside the addon a linux lib for 64bit system, but i think you can easily build a different sytsem lib as you need by yourself. There is no news updated versions of the lib but i think it is interesting for different features: threading, seamless creation, a quite choice of kernels and utilities, creations of 2d and 3d textures, and an Editor in which you can construct your texture and export a binary file with extension .pipeline the modules that you build. To do this you need to download the .zip file and build by yourself the editor. I would improve this editor is on my to do list with a better and friendly interface. Also in the near future i will add other examples, functions and utilities to the code.
## Featured to add
- more metthods and utilities
- An editor for OF?