Posts mit dem Label qtfeedback werden angezeigt. Alle Posts anzeigen
Posts mit dem Label qtfeedback werden angezeigt. Alle Posts anzeigen

Sonntag, 2. Januar 2011

QTfeedback first release

After some work i finally got it compiled on Windows.
You can get and test it:
http://sourceforge.net/projects/qtfeedback/files/qtfeedback_v1.0.zip/download

View some Screenshots on:
https://sourceforge.net/projects/qtfeedback/

It is more like beta version and not tested on other systems though.
You need libnoise (dll included) and OpenGL 2.0 or newer. Otherwise your texture will stay white.

Features so far:
  • Coloring sources with your own gradients (alphachannel supported)
  • Three different Feedback Methods (*)
  • Heightfield as one Feedback Plane (using libnoise)
  • Make Screenshots of your Feedback Fractals
  • some more features such as texture distortion ...

* Actually there is not much difference between the feedback modes. Mode 1 uses rendered scene to refeedback it like on a second layer. Cant explain it. Try and see, if you switch feedback option on source object.

The second mode is not easier to explain. First render pass uses a more little and mirrored heightfield. Second Pass is normal which uses feedback texture from first stage.

Uh i will have to find a logo for the executable...

Dienstag, 19. Oktober 2010

QTfeedback SVN Repository

I have setup a svn repository for version control of my so called QTfeedback code. That repo is public of course. License is GPL v2.1. Further Infos and Screenshots will be released on time. At the moment the interface is in german, but you will easily get through for sure :)

svn co https://qtfeedback.svn.sourceforge.net/svnroot/qtfeedback qtfeedback

If you want to compile, make sure you have OpenGL 2.1 driver and libnoise (http://libnoise.sourceforge.net/) installed.

10/10/22:
Updated to version SVN 6, color gradients from user images.



10/10/19:
By the way. After uploading the feedback video, i found more works on feedback code. One I want to mention is dave bollinger. His idea was the same but he used more rectangles. I follow him, so QTfeedback offers now multiple feedback planes. How nice...