[SDL] Noiser - randomized image creator
Sylvain Beucler
beuc at beuc.net
Thu Jun 11 02:52:48 PDT 2009
Hi,
Could provide with a few "interesting" values? I tried several set of
values for colors/random/alpha etc. but I got something with little
constrast :/
That's something sfxr provides: several sets of values (laser,
explosion, jump) + a bit of random to make something unique.
(http://www.cyd.liu.se/~tompe573/hp/project_sfxr.html) and it's pretty
nice to experiment :)
--
Sylvain
On Thu, Jun 11, 2009 at 09:42:42AM +0200, Hubert Maraszek wrote:
> Sorry for double-posting (double-mailing? double-listing?).
>
> Consider this a development version, I'm going to add plenty of features in
> this, like line noise or flood noise, so don't complain NOW. If I will need
> it, it can be a collection of image-rendering programs, because I write a
> game what goal is to load no images.
> 2009/6/11 Hubert Maraszek <marach5 at gmail.com>
>
> > Connection, so here it is:
> > http://elementgame.boo.pl/downloads/public/Noiser.tar.gz
> > Everything is described in readme, "function version" included.
> > You can do with it what you want unless you're saying this code is yours,
> > it's 2 hours of coding anyway :) .
> >
> > 2009/6/10 Hubert Maraszek <marach5 at gmail.com>
> >
> >> Bad news - I write from school now and in home I have no internet
> >> connection (something is wrong with provider), so no release for now :/
> >> sorry.
> >> The app is compiled as a linux binary. Libs - SDL only. I think it will
> >> make no problems to be compiled on any other platform that supports console.
> >>
> >> 2009/6/10 Sylvain Beucler <beuic at beuc.net <beuc at beuc.net>>
> >>
> >> The concept sure reminds me of sfxr, a nice and small random sound
> >>> generator. Please release (under a free license)!
> >>>
> >>> --
> >>> Sylvain
> >>>
> >>> On Mon, Jun 08, 2009 at 03:59:00PM +0200, Hubert Maraszek wrote:
> >>> > Hello, I created a little SDL app Noiser (in 1 hour xD). It can be used
> >>> to
> >>> > generate randomized noise images with various parameters. You just run
> >>> it in
> >>> > command line/console and input parameters, and app provides you a BMP
> >>> file.
> >>> >
> >>> > Parameters:
> >>> > image size,
> >>> > coverage of noise,
> >>> > alpha channel of noise,
> >>> > greyscale on/off,
> >>> > background color (r, g, b)
> >>> > minimum and maximum noise values for each R, G and B channels
> >>> >
> >>> > On my PC the image is generated in from 0.5 to 2 seconds, even with
> >>> alpha
> >>> > blending. This app can be used for fast creation of textures like sky
> >>> with
> >>> > stars, grass or marble surface. Supports resolutions from 4 to 1000
> >>> pixels,
> >>> > but that's just hardcoded numbers and can be easily changed in source.
> >>> > Why I created this one? Because I couldn't find it anywhere else :) .
> >>> > My question: Does anyone want me to release it? I know it will make no
> >>> use
> >>> > to most of people here...
> >>> _______________________________________________
> >>> SDL mailing list
> >>> SDL at lists.libsdl.org
> >>> http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
> >>>
> >>
> >>
> >
> _______________________________________________
> SDL mailing list
> SDL at lists.libsdl.org
> http://lists.libsdl.org/listinfo.cgi/sdl-libsdl.org
More information about the SDL
mailing list