Popular Post wakillon Posted August 31, 2013 Popular Post Share Posted August 31, 2013 (edited) Browsing a Chinese AutoIt forum, i fall on a little pearl that i want to share with you ! I have already seen water effects example with autoit, but this one is very easy to create using waterctrl.dll Only BMP are supported. Position of Blob water can be set by coordinates and mouse movements (and clicks) when over bmp create traces on water. All files are embeded in script with BinaryToAu3Kompressor. WaterEffect.au3 Hope you like it ! Edited January 26, 2014 by wakillon UEZ, Andreik, Fabse and 6 others 9 AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
PhoenixXL Posted August 31, 2013 Share Posted August 31, 2013 (edited) The Effect is good but seems to consume CPU even in IdleTime. Thanks for sharing I have already seen water effects example with autoit Can you provide a backlink ? Edited August 31, 2013 by PhoenixXL My code: PredictText: Predict Text of an Edit Control Like Scite. Remote Gmail: Execute your Scripts through Gmail. StringRegExp:Share and learn RegExp.Run As System: A command line wrapper around PSEXEC.exe to execute your apps scripts as System (LSA). Database: An easier approach for _SQ_LITE beginners. MathsEx: A UDF for Fractions and LCM, GCF/HCF. FloatingText: An UDF for make your text floating. Clipboard Extendor: A clipboard monitoring tool. Custom ScrollBar: Scroll Bar made with GDI+, user can use bitmaps instead. RestrictEdit_SRE: Restrict text in an Edit Control through a Regular Expression. Link to comment Share on other sites More sharing options...
JohnOne Posted August 31, 2013 Share Posted August 31, 2013 Nice. Cheers. AutoIt Absolute Beginners Require a serial Pause Script Video Tutorials by Morthawt ipify Monkey's are, like, natures humans. Link to comment Share on other sites More sharing options...
wakillon Posted August 31, 2013 Author Share Posted August 31, 2013 (edited) The Effect is good but seems to consume CPU even in IdleTime. Thanks for sharing Can you provide a backlink ? It was with >prospeed of jpam, but links seems to be dead ! Edit : and >Au3Irrlicht 2.0 Edited August 31, 2013 by wakillon AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
wakillon Posted August 31, 2013 Author Share Posted August 31, 2013 Nice. Cheers. Thanks JohnOne ! AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
UEZ Posted August 31, 2013 Share Posted August 31, 2013 (edited) My favorite water effect: http://durius.com/104.aspSince a long time I want to code this effect in AutoIt but probably AutoIt is too slow for these calculations. My vision was to use ASM...@wakillon: thanks for sharing - very useful!Br,UEZ Edited August 31, 2013 by UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
wakillon Posted August 31, 2013 Author Share Posted August 31, 2013 My favorite water effect: http://durius.com/104.asp Since a long time I want to code this effect in AutoIt but probably AutoIt is too slow for these calculations. My vision was to use ASM... @wakillon: thanks for sharing - very useful! Br, UEZ Thanks UEZ ! Is there a way to adapt the Waterpic Applet to AutoIt ? AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
UEZ Posted August 31, 2013 Share Posted August 31, 2013 You can download the Java source code and try to convert it to AutoIt. Br,UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
wakillon Posted August 31, 2013 Author Share Posted August 31, 2013 I have already download it, but java is not my cup of tea ! But nice effects ! AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
UEZ Posted August 31, 2013 Share Posted August 31, 2013 Same problem on my side. Br, UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
wakillon Posted August 31, 2013 Author Share Posted August 31, 2013 Same problem on my side. Br, UEZ What's happen to your avatar ? a new effect ? AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
UEZ Posted August 31, 2013 Share Posted August 31, 2013 (edited) I was bored by the old one and searched for something which is not a standard one (was a "picture of the year" image). Btw, here a JavaScript version with less code: http://js1k.com/2010-first/demo/131 (maybe easier to convert it to AutoIt). Br, UEZ Edited August 31, 2013 by UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
wakillon Posted August 31, 2013 Author Share Posted August 31, 2013 (edited) I was bored by the old one and searched for something which is not a standard one (was a "picture of the year" image). Btw, here a JavaScript version with less code: http://js1k.com/2010-first/demo/131 (maybe easier to convert it to AutoIt). Br, UEZ Nice ! A flash version here : http://www3.dongfeng.net/teach/uploadfile/20100220143351245.swf Edit : http://s3.flash-effects.com/swf/water_ripple_follow.swf http://www.flash-filter.net/swf/e01_raindrop_demo.swf And here a water simulation. Edited September 1, 2013 by wakillon AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
EKY32 Posted September 2, 2013 Share Posted September 2, 2013 Ah! this is a nice work thank you. I saw a similar effect somewhere, yeah maybe in FormatFactory media converter. Thank you. [font="'trebuchet ms', helvetica, sans-serif;"]Please mark the answer of your question if you found it.[/font] Link to comment Share on other sites More sharing options...
UEZ Posted September 2, 2013 Share Posted September 2, 2013 And here a water simulation. WOW, this is absolutely awesome! Br, UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
wakillon Posted September 3, 2013 Author Share Posted September 3, 2013 WOW, this is absolutely awesome! Br, UEZ Yes, the interactive 3D graphics are well rendered with this Web Graphics Library. WebGL is based on OpenGL ES 2.0 and provides an API for 3D graphics. Do you try to move the ball ? AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
Lakes Posted September 3, 2013 Share Posted September 3, 2013 WOW, this is absolutely awesome! Br, UEZ +1 Amazing!! 2015 - Still no flying cars, instead blankets with sleeves. Link to comment Share on other sites More sharing options...
UEZ Posted September 3, 2013 Share Posted September 3, 2013 Yes, the interactive 3D graphics are well rendered with this Web Graphics Library. WebGL is based on OpenGL ES 2.0 and provides an API for 3D graphics. Do you try to move the ball ? Sure and I did also the camera rotation. Br, UEZ Please don't send me any personal message and ask for support! I will not reply! Selection of finest graphical examples at Codepen.io The own fart smells best! ✌Her 'sikim hıyar' diyene bir avuç tuz alıp koşma!¯\_(ツ)_/¯ ٩(●̮̮̃•̃)۶ ٩(-̮̮̃-̃)۶ૐ Link to comment Share on other sites More sharing options...
EKY32 Posted September 3, 2013 Share Posted September 3, 2013 WOW, this is absolutely awesome! Br, UEZ +2 Impressive! What a great work, this is all made with numbers and classes [font="'trebuchet ms', helvetica, sans-serif;"]Please mark the answer of your question if you found it.[/font] Link to comment Share on other sites More sharing options...
wakillon Posted September 3, 2013 Author Share Posted September 3, 2013 +2 Impressive! What a great work, this is all made with numbers and classes Sure and I did also the camera rotation. Br, UEZ WebGL is really powerfull ! Some other 3D experiments (not only about water) : http://www.chromeexperiments.com/tag/webgl/ AutoIt 3.3.14.2 X86 - SciTE 3.6.0 - WIN 8.1 X64 - Other Example Scripts Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now