Search found 40 matches
- Fri Jun 02, 2006 9:03 pm
- Forum: G-Force General Discussion
- Topic: idea for future versions of gforce
- Replies: 1
- Views: 1913
idea for future versions of gforce
It would be cool to have a "flowfield modifier" sort of config that transforms the x and y coordinates going into the flowfield. the x and y in this config would be correct, but the x and y in the flowfield would be the srcX and srcY from the modifer thing. you could do effects like tiles, boxes, etc.
- Thu Apr 20, 2006 11:10 pm
- Forum: G-Force General Discussion
- Topic: name that colormap...
- Replies: 1
- Views: 1800
name that colormap...

I took this screenshot a while ago, and I can't remember which colormap this is. I think it's cool, though, so if anyone recognizes it, can you tell me?
- Sat Feb 25, 2006 7:53 pm
- Forum: G-Force General Discussion
- Topic: G-Force on an iPod?
- Replies: 2
- Views: 2380
- Sat Feb 25, 2006 1:46 pm
- Forum: G-Force General Discussion
- Topic: The biggest "viewable" resolution of G-Force
- Replies: 7
- Views: 5342
It also could be the fullscreen resolution. Try pressing the m key until the resolution matches the resoution of your tv. (btw, you have to exit fullscreen and enter it again to make it go that resolution)Linvincible wrote:the "not sharp" effect is due to the protocol you use to conect your computer to your tv.
- Sat Feb 25, 2006 11:38 am
- Forum: G-Force General Discussion
- Topic: G-Force on an iPod?
- Replies: 2
- Views: 2380
G-Force on an iPod?
If an iPod can support games that have access to the music files, like that guess the song game, why not port g-force to the ipod platform? The screen is small enough that it wouldn't take too much processor power. I'm no ipod expert, but it seems like something that would work.
- Sun Feb 05, 2006 12:52 pm
- Forum: G-Force General Discussion
- Topic: weird thingy in flowfield
- Replies: 6
- Views: 3773
What is the 0.5* forRovastar wrote:Code: Select all
//locations of "planets" A0="0.5*(rnd(2)-1)" A1="0.5*(rnd(2)-1)" A2="0.5*(rnd(2)-1)" A3="0.5*(rnd(2)-1)" A4="0.5*(rnd(2)-1)" A5="0.5*(rnd(2)-1)"
- Sun Feb 05, 2006 12:50 pm
- Forum: G-Force General Discussion
- Topic: weird thingy in flowfield
- Replies: 6
- Views: 3773
- Sat Feb 04, 2006 11:09 pm
- Forum: G-Force General Discussion
- Topic: weird thingy in flowfield
- Replies: 6
- Views: 3773
weird thingy in flowfield
Why des this flowfield look strange near the "planets" //locations of "planets" A0="rnd(2)-1" A1="rnd(2)-1" A2="rnd(2)-1" A3="rnd(2)-1" A4="rnd(2)-1" A5="rnd(2)-1" //masses of "planets" A6="rnd(.005)" A7="rnd(.005)" A8="rnd(.005)...
- Sat Feb 04, 2006 11:06 pm
- Forum: G-Force General Discussion
- Topic: full screen skips too many songs
- Replies: 1
- Views: 2098
- Sat Feb 04, 2006 11:03 pm
- Forum: G-Force General Discussion
- Topic: specifying values for rnd() in the script
- Replies: 3
- Views: 2802
- Sat Jan 07, 2006 6:58 pm
- Forum: G-Force General Discussion
- Topic: specifying values for rnd() in the script
- Replies: 3
- Views: 2802
specifying values for rnd() in the script
Is there any way in the script to specify what the random number generator spits out for the waveshapes/colormaps/flowfields that it displays? It would be nice to have control over this so it looks the same every time.
If the answer is no, is this a good idea for a future feature?
If the answer is no, is this a good idea for a future feature?
- Mon Jan 02, 2006 2:40 pm
- Forum: G-Force General Discussion
- Topic: screensaver error
- Replies: 1
- Views: 1909
screensaver error
When I try to run the screensaver, I get this message scrolling at the top of a black screen
G-Force Screensaver: Failed to load G-Force API.
- Sat Nov 26, 2005 4:01 pm
- Forum: G-Force General Discussion
- Topic: useful math
- Replies: 5
- Views: 3055
- Sat Nov 26, 2005 12:02 pm
- Forum: G-Force General Discussion
- Topic: useful math
- Replies: 5
- Views: 3055
useful math
I found an expression that can be modified slightly to make many cool flowfields. I've made a few, and I'd like to see what other people can come up with. The exprssion is: tan( cos( sin(x)/cos(x) ) + cos( sin(y*10)/cos(y) ) ) I'v come up with:...
- Fri Nov 25, 2005 12:23 pm
- Forum: G-Force General Discussion
- Topic: here's an idea...
- Replies: 2
- Views: 1940
here's an idea...
I thought of a neat idea, and i'm putting it up here to see what other people think of it. My idea is to have a G-Force screensaver that, while the computer is being used, takes a full screenshot every once and a while. Then when the screensaver comes up, it can display a screenshot, then apply a fl...