Advertisement

Results for "Author: reexre"

4_2005-2006 #171987
Sunflower

Draws a sunflower using PHI (Golden Ratio - Golden Number - Fibonacci ). - Video: http://www.youtube.com/watch?v=kWiuFGCI5TU

4_2005-2006 #171988
Google Speak

Google Speak more than 100 character. (and save the MP3) Thanks to Leandro Ascierto

5_2007-2008 #194456
Convert Pic to Toon

Converts Images to Cartoon! this Application uses FreeImage Lib http://freeimage.sourceforge.net/download.html) for Color Quantization And POTRACE.EXE for VECTOR GRAPHICS (http://potrace.sourceforge.net/#downloading) ------ It's Very very messy (and slow too, so Compile it before Run). But I hope you appreciate the results after trying some parameters. Enjoy. ------ Example Videos here: http://www.youtube.com/user/reexre

5_2007-2008 #194457
Elastic Creatures

Create Elastic Creatures. See ScreenShot

5_2007-2008 #194458
Water 2D v1.1

2D Water I took inspiration from some site.... (look screenshot)

5_2007-2008 #194459
Muscles Driven 2D Ragdoll Physic Engine - V 6.0 +(DollEditor v2.0)

2D Physic Engine based on verlet physics. __________ Main Elements are 3: Point, Link (2 Points), and Muscle (2 Links)__________ The muscle is defined as two links (limbs) , the angle that should occur between them, and the muscle strength. __________ You Can manually change Muscles Values with Scrollbars. __________ Can interact with figure with the mouse. __________ [ V 3 ] Added Gravity On/Off. Added Save/Load Pose. __________ [ V 3.1 ] Added Muscles Speed Limiter (It Deny too Fast Muscles movement, so it's good for Stability), and Exit button __________ [ V 3.2 ] Thickness of Lines bigger than 1 for better vision. Added Collision Response with Circle Shaped Obstacles. Added Obstacles Movement and Obstacle-Obstacle Collision. __________ [ V 3.3 ] Updated sub ChangeVelocities: Fixed Bug when Bounce on Motionless-Obstacles. Now Can interact with Obstacles too. __________ [ V 4.0 ] I had a GREAT IDEA!!!: The Strength of Muscles in nature is not Constant. So I thought to apply a Decrement of Strength/energy due to the "Work" done by the Muscles. Nevertheless, this Lost of Strength/Energy is Recovered Costantly, as we do Breathing. This made the physics even more Realistic! . Added Custom Link Color, Thickness , Shape and DrawOrder. Smiling Face. (I Loose myself with VersionNumber) __________ [ V 5.0 ] Added Joints!!! Can Dynamically Add/Remove Joints! __________ [ V 5.1 ] Realistic Doll-Obstacles Collision Reaction. Break Points when to much stressed (Buggy). Removed Muscles Speed Limiter. __________ [ V 5.2 ] Doll Editor! to Customize your creatures. More Joints features. __________ [ V 5.3 ] Manage Limbs Mass in Muscle movement, manage point Mass in Collision reaction. __________ [ V 5.4 ] Little bug fixed in point Mass calculation. __________ [ V 6.0 ] Fixed missing "Option explicits" and Removed Draw Flickering... __________

5_2007-2008 #194460
Muscles Driven 2D Ragdoll Physics - V.3.1 [DirectX]

Now with DIRECTX GRAPHICS!!! ----- 2D Engine based on verlet physics. ----- Main Elements are 3: Point, Link (2 Points), and Muscle (2 Links)---- The muscle is defined as two links (limbs) , the angle that should occur between them, and the muscle strength. ----- You Can manually change Muscles Values with Scrollbars. ----- Can interact with figure with the mouse. ----- [ V.3 ] Added Gravity On/Off. Added Save/Load Pose. ---- [ V3.1 ] Added Muscles Speed Limiter (It Deny too Fast Muscles movement, so it's good for Stability), and Exit button ----- Suggestions for the Physics will be very appreciated. ----- ----- To Run must have dx8vb.dll -----

5_2007-2008 #194461
a Simply Genetic Algorithm And Neural Network PROJECTS (V2)

CONTAINS: Genetic Algorithm Class - Simple and easy to use. + Modified ParasChopra Neural Net by www.paraschopra.com. ----- EXAMPLE PROJECTS: ----- [ FILLTHEGRID ]: Example of use of Genetic Algorithm Class (SimplyGA). ----- [ TSP WITH GA ]: Travel Salesman Problem solved by Genetic Algorithm Class (SimplyGA). ---- [ XOR ]: Xor Function performed by Neural Net.(Neural net is Trained by Genetic Algorithm Class). ----- [ FLYERS ]: NEURAL NET TRAINED BY GENETIC ALGORITHM. A Population of Individuals moves according to a Population of Neural Nets. The Goal is to stay closer to the Red Point. Before changing red point (start) position the population is evaluated. The nearest reproduce and replace the worst. (This is performed by GA.) Neural Nets are Updated by putting to Neuron Biases and Sinapses eights the Genes of GA. Net Inputs are 3: How much red point is LeftRight, how much it is FrontBack and the distance from it. Net Outputs are 2: Steer and Accellerate/brake. (This is ARTIFICIAL INTELLIGENCE) /// more will be added/updated /// 09.05.2009 Added Xor_Or_And / Improved Flyers.

5_2007-2008 #194462
Real PhotoMosaic 11

Create PHOTOMOSAICS (see screenshot) ----- Create picture formed from 100's of smaller pictures. ----- Feautres: ---*Manage Mirrored tiles* ---*Manage Duplcated Tiles and Minimal Distance between them* ---*Tile Masks* ---*Rotated Tiles* ---*Blend with Source pic* ---* 10 PhotoMosaic Styles*. ------------------------------------------------ This Version Main New: Rotated Tiles

5_2007-2008 #194463
VIDEO TO CARTOON V7

Converts Video to Cartoon! Basically it reduces the numbers of colors and applies a Contour. But everything is enhanced by simply and powerful potrace.exe that brings so cool curves. ------ -See Srceenshot(B&N in this case.)- ---------- This application uses FreeImage.dll and Potrace.exe. This files should be included in this Zip. If Not so, included Downloadhelper.vbp will bring you to that locations. It doesn't manage Audio. You can do it manually with VirtualDub. ------- V7.0 *NEW* BILATERAL FILTER. Applicable Parameters: 'Color Paramters': Brightness and Contrast, plus main 'CONTOUR Params' slider.

5_2007-2008 #194464
reexre MORPH 6

Picture Morphing / Deformation . *Uses Baricentric Coordinates.* Made in few hours. Little mess source code...

5_2007-2008 #194465
Sticky Physics 3D V1.0

Sticky Physics 3D V1.0 **** .... ....

5_2007-2008 #194466
Physic Engine 2D V1.2

Physic Engine 2D. ** 2D physics ** Circle-Line intersection ** Line-Line Intersection ** Vector Reflaction ** Line bounce reaction ** Large Picture Scroll ** Vector Operations ** Dyinamic links ** Particle ** Vehicle ** ***** Main creature is called "bot" and is implemented by the class clsbot. It consists of: POINTS that can be pure, wheeled or motorized wheels; LINKS that work like springs and they bind the points together; MUSCLES between the links that are defined as an angle that the links should take and a strength. This Class should be used for more general pourpose, but in this case it manages the vehicle and the ground. *** New features: * Collision of not wheeled points. * Impoved doMuscles Sub. * Dynamic Links, Dynamic Muscles.

5_2007-2008 #194467
Pressure Soft Body

Soft body - Pressure Soft Body (inflated gas) - Shaped Pressure Soft Body. Made time ago. Contains a lot. too long to explain all. Tip: you can toss softbody around with Mouse. Enjoy

5_2007-2008 #194468
Multipass BILATERAL FILTER. (V3.3)

MULTIPASS BILATERAL FILTER. (V3.3) This application applies Multipass Bilateral Filter to color Images. Bilateral filtering is an Edge-preserving smoothing filter. This technique extends the concept of Gaussian smoothing by weighting the filter coefficients with their corresponding relative pixel intensities. Pixels that are very different in intensity from the central pixel are weighted less even though they may be in close proximity to the central pixel. This is effectively a convolution with a non-linear Gaussian filter, with weights based on pixel intensities. This is applied as two Gaussian filters at a localized pixel neighborhood , one in the spatial domain, and one in the intensity domain. Some Parameters make result image with a cartoon-like appearance. V3.2 UPDATE: Added 4 "Intensity Modes (Curves)" plus "Preview Mode". V3.3 UPDATE: Removed Black Borders + Movable/Hidable Panel + ProgrssBar. [ can someone speed up EFF_BilateralFilter Sub? ]

5_2007-2008 #194469
Crowd Simulator

Crowd Simulation - Virtual Walkers - realistic walking in virtual world.

5_2007-2008 #194470
Bilateral Filter - Cartoonizer (08Gen2011)

This application applies Multipass Bilateral Filter to color Images. Bilateral filtering is an Edge-preserving smoothing filter. This technique extends the concept of Gaussian smoothing by weighting the filter coefficients with their corresponding relative pixel intensities. Pixels that are very different in intensity from the central pixel are weighted less even though they may be in close proximity to the central pixel. This is effectively a convolution with a non-linear Gaussian filter, with weights based on pixel intensities. This is applied as two Gaussian filters at a localized pixel neighborhood , one in the spatial domain, and one in the intensity domain. Cartoon: To obtain cartoon-like results, these new effects have been implemented: * Contour * Luminance Segmentation **' Licence: GPL3 ***

5_2007-2008 #194471
Random Attractor ART (v4.1)

Random Attractor ART. (v4.1 News: Custom Contrast)

5_2007-2008 #194472
Escape From PoliceV2.0 (incomplete)

2D Game based on my previous post "Boxes". (Yet to be inproved)

5_2007-2008 #194473
BOXES V1.2 [OK]

Verlet based approach for 2D game physics. 'Original C++ code written by Benedikt Bitterli Copyright (c) 2009 [The code is released under the ZLib/LibPNG license] 'Original C++ code and tutorial available at links http://www.gamedev.net/reference/programming/features/verletPhys/default.asp 'http://www.gamedev.net/reference/articles/article2714.asp 'Forum: 'http://www.gamedev.net/community/forums/topic.asp?topic_id=553845 'Conversion from C++ to Java done by Craig Mitchell Copyright (c) 2010. 'Conversion from "C++ & Java" to VB6 done by Roberto Mior Copyright (c) 2010. 'Joints Handler By Roberto Mior

Languages
Top Categories
Global Discovery