Starfield Wii: Difference between revisions

From GameBrew
No edit summary
No edit summary
Line 1: Line 1:
{{#seo:
|title=Wii Homebrew demos (Demos) - GameBrew
|title_mode=append
|image=starfieldwii.jpg
|image_alt=Starfield
}}
{{Infobox Wii Homebrews
{{Infobox Wii Homebrews
|title=Starfield
|title=Starfield
|image=starfieldwii.jpg
|image=starfieldwii2.png
|description=A demonstration of a particle effect with source.
|description=A demonstration of a particle effect with source.
|author=Owen
|author=Owen
Line 18: Line 12:
|source=https://dlhb.gamebrew.org/wiihomebrews/starfieldwii.7z
|source=https://dlhb.gamebrew.org/wiihomebrews/starfieldwii.7z
}}
}}
'''Starfield''' is a small application that demonstrates the starfield effect used in the game "Newo Shooter" and is intended for beginners who are interested in developing Wii homebrew. The app uses the GRRLIB library and is not a game. Users can also modify the included source code to simulate effects such as warps, rain, and other flying effects.
Starfield is a small application that demonstrates the starfield effect used in the game [[Newo Shooter Wii|Newo Shooter]] and is intended for beginners who are interested in developing Wii homebrew.  
 
The app uses the GRRLIB library and is not a game. You can modify the included source code to simulate effects such as warps, rain, and other flying effects.
 
==How it works==
Check the source. The C program basically draws some lines in 3d space inside a single GX block. Half the lines are a different colour and are moving slower than the other half. The lines move from the back of the box to the front (-1 to 1) and are placed back at -1 if they become greater than 1.
 
Lines are better than dots because they provide a nice motion blur appearance. You can interact with effect by pressing the appropriate buttons. If you change the angle you can make it look like rain, heavy rain or a slow drizzle. You only need the void draw_stardust() function, the rest of the code is just there to for the demo purpose and is not needed.
 
==Controls==
Minus/Plus - Nothing
 
A - Randomly switch the 2 colors
 
B - Increase the thickness of the lines
 
D-Pad - Change the effect angle in 3d
 
2 - Reduce the number of stars/lines drawn on screen
 
1 - Increase the number of stars/lines drawn on screen
 
Home - Return
 
==Screenshots==
starfieldwii3.png


==Description==
starfieldwii4.png
The source code of the app is written in C, it mainly draws some lines in 3D space within a single GX block. Half of the lines are a different color and move slower than the other half. The lines move from the back of the box to the front (-1 to 1) and are placed back at -1 if they become greater than 1.


The use of lines is better than dots because they provide a nice motion blur appearance. Users can interact with the effect by pressing the appropriate buttons. By changing the angle, the user can make it look like rain, heavy rain or a slow drizzle. The only function that needs to be used is void draw_stardust() function, the rest of the code is just there for the demo purpose and is not needed.
starfieldwii5.png


==Media==
==Media==
'''Starfield Demo by Owen (Wii Homebrew) - ([https://www.youtube.com/watch?v=NlPg9S5ocHY wiisixtyfour])'''<br>
'''Starfield Demo by Owen (Wii Homebrew) ([https://www.youtube.com/watch?v=NlPg9S5ocHY wiisixtyfour])'''<br>
<youtube>NlPg9S5ocHY</youtube>
<youtube>NlPg9S5ocHY</youtube>


==Changelog==
==Changelog==
'''Version 1.1 - July 04, 2012'''
'''Version 1.1 2012/07/04'''
*Minor fixes and recompile to support new wii controllers  
*Minor fixes and recompile to support new wii controllers.


==External Links==
==External Links==
* Official Site - https://owensoft.net/project/newogame/
* Author's website - https://owensoft.net/project/newogame/
* WiiBrew - https://wiibrew.org/wiki/Starfield
* WiiBrew - https://wiibrew.org/wiki/Starfield

Revision as of 09:46, 26 February 2023

Starfield
Starfieldwii2.png
General
AuthorOwen
TypeDemos
Version1.1
LicenseGPL
Last Updated2012/07/04
Links
Download
Website
Source

Starfield is a small application that demonstrates the starfield effect used in the game Newo Shooter and is intended for beginners who are interested in developing Wii homebrew.

The app uses the GRRLIB library and is not a game. You can modify the included source code to simulate effects such as warps, rain, and other flying effects.

How it works

Check the source. The C program basically draws some lines in 3d space inside a single GX block. Half the lines are a different colour and are moving slower than the other half. The lines move from the back of the box to the front (-1 to 1) and are placed back at -1 if they become greater than 1.

Lines are better than dots because they provide a nice motion blur appearance. You can interact with effect by pressing the appropriate buttons. If you change the angle you can make it look like rain, heavy rain or a slow drizzle. You only need the void draw_stardust() function, the rest of the code is just there to for the demo purpose and is not needed.

Controls

Minus/Plus - Nothing

A - Randomly switch the 2 colors

B - Increase the thickness of the lines

D-Pad - Change the effect angle in 3d

2 - Reduce the number of stars/lines drawn on screen

1 - Increase the number of stars/lines drawn on screen

Home - Return

Screenshots

starfieldwii3.png

starfieldwii4.png

starfieldwii5.png

Media

Starfield Demo by Owen (Wii Homebrew) (wiisixtyfour)

Changelog

Version 1.1 2012/07/04

  • Minor fixes and recompile to support new wii controllers.

External Links

Advertising: