ShaderBlow moved to the official JME Contribution repository ;) [is real, it's not a rumour]

@H said:

Perhaps @mifth can start moving ShaderBlow doc from http://code.google.com/p/jme-glsl-shaders/ to https://wiki.jmonkeyengine.org/legacy/doku.php/sdk:plugin:shaderblow :)
He is working on reflectionPostProcesor


Still have no time for docs. But i finished Refraction Post processor. :) Everything is committed.

Hi @mifth and all:

Refactor on assest folder: Added ShadleBlow folder as root folder.



PS: Added ColorScale filter. It is a work in progress.

1 Like
@H said:
Hi @mifth and all:
Refactor on assest folder: Added ShadleBlow folder as root folder.

PS: Added ColorScale filter. It is a work in progress.


Hello man!

Good job! Updating the code.

I also committed some stuff for ForceShield.

Code updates are great, but I’d recommend focusing on docs for the next few days. Once there’s some good documentation for new users to dig into we should do a blog post about this project as well, seeing as it’s a good example of the plugin approach we’re trying to make the standard.

@H , i also updated my jmePlatform up to RC2. Can you update you libs too? According to new libs i committed this:

http://code.google.com/p/jmonkeyplatform-contributions/source/detail?r=505

@mifth said:
@H , i also updated my jmePlatform up to RC2. Can you update you libs too? According to new libs i committed this:
http://code.google.com/p/jmonkeyplatform-contributions/source/detail?r=505


I've updated to RC2 too. ;)
@erlend_sh said:
Code updates are great, but I'd recommend focusing on docs for the next few days. Once there's some good documentation for new users to dig into we should do a blog post about this project as well, seeing as it's a good example of the plugin approach we're trying to make the standard.


I've started adding some docs, my english is not good though. Let me know any idea or suggestion.

Please, check https://wiki.jmonkeyengine.org/legacy/doku.php/sdk:plugin:shaderblow
@H said:
I've started adding some docs, my english is not good though. Let me know any idea or suggestion.

Please, check https://wiki.jmonkeyengine.org/legacy/doku.php/sdk:plugin:shaderblow


WOW! Nice start.

I tried to copy my wiki but i failed. As gDoc WIKI and JME Wiki are different.

I hope it will help:
Source: http://dl.dropbox.com/u/26887202/JME/shaderBlow.txt
My wiki(start page): http://code.google.com/p/jme-glsl-shaders/

Hi @mifth,



Added FakeParticleBlow doc, please can you review it?

@H said:
Hi @mifth,

Added FakeParticleBlow doc, please can you review it?


It looks good. Is it possible to see youtube video as on the forum?

Like that:

http://www.youtube.com/watch?feature=player_embedded&v=hdQop4yZ-lA
@H said:
I've started adding some docs, my english is not good though. Let me know any idea or suggestion.

Please, check https://wiki.jmonkeyengine.org/legacy/doku.php/sdk:plugin:shaderblow

That's awesome. I've gone through it, changed a "threat" to a "thread" and small stuff like that ;) Will keep an eye on it.
@mifth said:
Is it possible to see youtube video as on the forum?

It is now. Use this:
https://www.dokuwiki.org/plugin:vshare#usage_syntax

Ok, i added video to the wiki.

@erlend_sh said:
That's awesome. I've gone through it, changed a "threat" to a "thread" and small stuff like that ;) Will keep an eye on it.

Page updated with 3 new shaders.
2 Likes

@H , I did some kind of cleanup of matdefs for shaders:

http://code.google.com/p/jmonkeyplatform-contributions/source/detail?r=523

http://code.google.com/p/jmonkeyplatform-contributions/source/detail?r=524

http://code.google.com/p/jmonkeyplatform-contributions/source/detail?r=525



Some Techniques are unused for simple shaders. I hope you don’t mind.

@mifth said:
@H , I did some kind of cleanup of matdefs for shaders:
http://code.google.com/p/jmonkeyplatform-contributions/source/detail?r=523
http://code.google.com/p/jmonkeyplatform-contributions/source/detail?r=524
http://code.google.com/p/jmonkeyplatform-contributions/source/detail?r=525

Some Techniques are unused for simple shaders. I hope you don't mind.

It's ok. Code cleanup improves maintenance :)

Hi @erlend_sh @normen

I’m trying to create the shaderblow library in order to users can download it and use on theirs games. But I was no able to make it appear in the SDK’s available plugin list.

I’m using https://wiki.jmonkeyengine.org/legacy/doku.php/sdk:development:setup#jmonkeyengine_sdk_contributions_update_center as reference.

I tryed creating a project with java class only just to make it simple but I don’t know what I’m doing wrong. The module has not compilation errors on my pc and I followed all the steps.



The project is located in http://code.google.com/p/jmonkeyplatform-contributions/source/browse/#svn%2Ftrunk%2Fshaderblow-lib



Any help will be very appreciate,



Thanks

If its not in the repo then something in the build fails, check here for the console output of the single builds.

@normen said:
If its not in the repo then something in the build fails, check here for the console output of the single builds.

Last build was for Revisión: 545. I my code was commited with resion 550. when is the build process executed? How often the process is executed?