More actions
Starfield | |
---|---|
File:Starfieldwii.jpg | |
General | |
Author | Owen |
Type | Demos |
Version | 1.1 |
License | GPL |
Last Updated | 2012/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. Users can also modify the included source code to simulate effects such as warps, rain, and other flying effects.
Description
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.
Media
Starfield Demo by Owen (Wii Homebrew) - (wiisixtyfour)
Changelog
Version 1.1 - July 04, 2012
- Minor fixes and recompile to support new wii controllers
External Links
- Official Site - https://owensoft.net/project/newogame/
- WiiBrew - https://wiibrew.org/wiki/Starfield