Vortex Generator: Difference between revisions

From GameBrew
No edit summary
No edit summary
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Infobox homebrew
{{Infobox DS Homebrews
| title       = Vortex of Doom Generator
|title=Vortex of Doom Generator
| image       = [[File:Vortexgeneratords.png]]
|image=vortexgen.png
| type       = Other
|description=Generate visual effects.
| version     = June 14, 2009
|author=DanTheManMS
| licence    = Mixed
|lastupdated=2009/06/14
| author      = DanTheManMS
|type=Demos
| website     = http://forum.gbadev.org/viewtopic.php?t=16719
|version=2009
| download    = Media:Vortexgen10ds.rar
|license=Mixed
| source      =
|download=https://dlhb.gamebrew.org/dshomebrew/vortexgen.7z
}}  
|website=http://forum.gbadev.org/viewtopic.php?t=16719
 
}}
An application that generates a vortex that spirals towards the center of the screen. User can change many different aspects of the vortex, and certain combinations will yield cool effects.
This is a DS homebrew application that generates a vortex that spirals towards the center of the screen. You can change many different aspects of the vortex, and certain combinations will yield cool effects.


==Installation==
==Installation==
File lists:
File lists:
:'''vortex3.0.gba''' - GBA version. PROGRAM IS MULTIBOOT-COMPATIBLE.
* vortex3.0.gba - GBA version. Program is multiboot-compatible.
:'''DSVortex1.0.nds''' - Same as previous but uses the DS's full screen size. Only real difference is plotting speed.
* DSVortex1.0.nds - Same as previous but uses the DS's full screen size. Only real difference is plotting speed.
:'''DSVortexRot1.0.nds''' - Same as previous but rotates about the center of the screen.
* DSVortexRot1.0.nds - Same as previous but rotates about the center of the screen.
:'''Starfield1.0.nds''' - an extension of the rotated version that creates a starfield-like effect
* Starfield1.0.nds - An extension of the rotated version that creates a starfield-like effect.


#Download and extract file
Download and extract file.
#Copy it to the root directory of flash card
 
Copy it to the root directory of flash card.


==User guide==
==User guide==
There are three different vortex "shapes". The first and second shapes look best with smaller point sizes, while the third one looks best with larger point sizes (10x10 and up).
There are 3 different vortex shapes. The first and second shapes look best with smaller point sizes, while the third one looks best with larger point sizes (10x10 and up).


For color points, White looks best at lower point sizes.
For color points, White looks best at lower point sizes.


[[File:Vortexgeneratords2.png]] [[File:Vortexgeneratords3.png]]
===Specific Features===
For DSVortexRot1.0.nds, the rotation adds several additional controls.  


===Specific Features===
You can rotate both clockwise and counterclockwise by making the angle positive or negative.
For DSVortexRot1.0.nds: The rotation adds several additional controls. User can rotate both clockwise and counterclockwise by making the angle positive or negative.


===Starfield===
===Starfield===
This is merely an extension on the rotating vortex generator, creating a cool starfield-like effect on DS. Most other buttons are disabled, but user can still change the size of each point.
This is merely an extension on the rotating vortex generator, creating a cool starfield-like effect on DS.  
 
Most other buttons are disabled, but user can still change the size of each point.


===Combinations Samples===
===Combinations Samples===
There's tons of others. These are some examples to get started:
There's tons of others. These are some examples to get started:
#Press A twice, increase the size of the points to 15x15 or larger, and press R several times.  
* Press A twice, increase the size of the points to 15x15 or larger, and press R several times.  
#Press A once, then simply press R a few times.  Eventually it will look like the Japanese flag. Best at 1x1 size.
* Press A once, then simply press R a few times.  Eventually it will look like the Japanese flag. Best at 1x1 size.
#Make the point size 1x1, press A twice, and press R twice. Best with white colors.
* Make the point size 1x1, press A twice, and press R twice. Best with white colors.


==Controls==
==Controls==
D-pad - changes the size of each individual point plotted
D-Pad - Change the size of each individual point plotted


B - changes the size by 5 instead of 1
B - Change the size by 5 instead of 1


L/R - change the number of points that are plotted
L/R - Change the number of points that are plotted


A - toggles between 3 vortex "shapes"
A - Toggle between 3 vortex shapes


Select - toggles between white and colored points
Select - Toggle between white and colored points


Start - resets to defaults
Start - Reset to defaults


'''For DSVortexRot1.0.nds:'''
'''For DSVortexRot1.0.nds:'''
:X/Y - change rotate speed  
 
:B - changes the angle faster
X/Y - Change rotate speed  
 
B - Change the angle faster


'''Starfield:'''
'''Starfield:'''
:X/Y - change the zoom speed


X/Y - Change the zoom speed
==Screenshots==
https://dlhb.gamebrew.org/dshomebrew/vortexgen2.png
https://dlhb.gamebrew.org/dshomebrew/vortexgen3.png
==External links==
* GBADev - http://forum.gbadev.org/viewtopic.php?t=16719


[[Category:Homebrew applications]]
[[Category:DS homebrew applications]]
[[Category:DS homebrew demos]]

Latest revision as of 13:34, 27 October 2022

Vortex of Doom Generator
Vortexgen.png
General
AuthorDanTheManMS
TypeDemos
Version2009
LicenseMixed
Last Updated2009/06/14
Links
Download
Website

This is a DS homebrew application that generates a vortex that spirals towards the center of the screen. You can change many different aspects of the vortex, and certain combinations will yield cool effects.

Installation

File lists:

  • vortex3.0.gba - GBA version. Program is multiboot-compatible.
  • DSVortex1.0.nds - Same as previous but uses the DS's full screen size. Only real difference is plotting speed.
  • DSVortexRot1.0.nds - Same as previous but rotates about the center of the screen.
  • Starfield1.0.nds - An extension of the rotated version that creates a starfield-like effect.

Download and extract file.

Copy it to the root directory of flash card.

User guide

There are 3 different vortex shapes. The first and second shapes look best with smaller point sizes, while the third one looks best with larger point sizes (10x10 and up).

For color points, White looks best at lower point sizes.

Specific Features

For DSVortexRot1.0.nds, the rotation adds several additional controls.

You can rotate both clockwise and counterclockwise by making the angle positive or negative.

Starfield

This is merely an extension on the rotating vortex generator, creating a cool starfield-like effect on DS.

Most other buttons are disabled, but user can still change the size of each point.

Combinations Samples

There's tons of others. These are some examples to get started:

  • Press A twice, increase the size of the points to 15x15 or larger, and press R several times.
  • Press A once, then simply press R a few times. Eventually it will look like the Japanese flag. Best at 1x1 size.
  • Make the point size 1x1, press A twice, and press R twice. Best with white colors.

Controls

D-Pad - Change the size of each individual point plotted

B - Change the size by 5 instead of 1

L/R - Change the number of points that are plotted

A - Toggle between 3 vortex shapes

Select - Toggle between white and colored points

Start - Reset to defaults

For DSVortexRot1.0.nds:

X/Y - Change rotate speed

B - Change the angle faster

Starfield:

X/Y - Change the zoom speed

Screenshots

vortexgen2.pngvortexgen3.png

External links

Advertising: