In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Difference between revisions of "Automatii"

From WiiBrew
Jump to navigation Jump to search
m
m (Robot: Cosmetic changes)
 
(11 intermediate revisions by 5 users not shown)
Line 1: Line 1:
{{Infobox homebrewapp
+
{{Infobox homebrew
 
| title      = Automatii
 
| title      = Automatii
| image      = xx
+
| image      = [[File:Automatii.png]]
| desc       = Celular automata demo
+
| type       = math
| type        = Math
+
| version    = 1.2
 
| author      = gcb
 
| author      = gcb
| download    = [http://code.google.com/p/assortedwiicode/downloads/list Download]
+
| licence    = GPL
| source      = [http://code.google.com/p/assortedwiicode/source/browse/#svn/trunk/automatii/source Source]
+
| download    = http://code.google.com/p/assortedwiicode/downloads/list
 +
| source      = http://code.google.com/p/assortedwiicode/source/browse/#svn/trunk/automatii/source
 +
| website    = http://code.google.com/p/assortedwiicode
 
| peripherals = {{wiimote1}}  
 
| peripherals = {{wiimote1}}  
| hbc        =
+
| hbb        = yes
| hbb        =
 
 
}}
 
}}
  
 
First wii program I wrote after downloaded devkitpro. The commits on the source repository (subversion) are really granular.
 
First wii program I wrote after downloaded devkitpro. The commits on the source repository (subversion) are really granular.
  
 +
*Created zip file download ready for the homebrew channel. it's version 1.2
  
==Usage==
+
== Usage ==
  
*Exit {{WiimoteHomeButton}}
+
{| class="wikitable" style="left;text-align:center;"
 +
|-
 +
! {{GCNController}} || {{Wiimote}} <!--+ {{Nunchuck}}--> || Action
 +
|-
 +
| {{GCStartButton}} || {{WiimoteHomeButton}} || Exit
 +
|-
 +
| - || {{WiimoteMinusButton}} or {{WiimoteDPadLeft}} || Edit mode
 +
|-
 +
| - || {{WiimotePlusButton}} or {{WiimoteDPadRight}} || View mode
 +
|-
 +
| - || {{WiimoteAim}} Roll || Roll camera in view mode
 +
|-
 +
| - || {{WiimoteAim}} point Down || Zoom in in view mode
 +
|-
 +
| - || {{WiimoteAim}} point Forward || no zoom
 +
|-
 +
| - || {{WiimoteAim}} point Up || Zoom out in view mode
 +
|-
 +
|}
  
==Screenshots==
+
== Screenshots ==
  
http://assortedwiicode.googlecode.com/svn/trunk/automatii/v0.12.gif
+
[[File:AutomatiiScreen.gif]]
  
==Notes==
+
== Notes ==
  
 
Feel free to commit changes! repository is open.
 
Feel free to commit changes! repository is open.
  
==Updates==
+
== Updates ==
  
v0.01
+
*version 1.0
        draw quads
+
  Simple input. left the pattern fixed on a big quilt one.
 +
  I left to handle the edges later and forgot, so you get some randomness from there :)
  
v0.02
+
*up to version 1.0
        draw a matrix of quads
+
  playing with game rules (pre-sets of life patterns, timing) and input control
  
v0.03
+
*up to version 0.11
        center matrix on view 0, 0, 0
+
   struggling with the template and gx code.
 
 
v0.04
 
   really center matrix on view 0, 0, 0, instead of moving camera to center
 
        on center of matrix as i did on v0.03
 
 
 
v0.05
 
        big board size and good came position
 
 
 
v0.06
 
        proper board initialization values
 
 
 
v0.07
 
        setting up initial hardcoded pattern on the board
 
 
 
v0.08
 
        added interation control.
 
 
 
v0.09
 
        animation of simple rules.<br>
 
        live cells move up if the up space is dead.
 
 
 
v0.10
 
        better frame animation control
 
 
 
v0.11
 
        pretty colors
 
 
 
v0.12
 
        actual game rules.
 

Latest revision as of 18:02, 10 August 2009

Automatii
Automatii.png
General
Author(s)gcb
TypeMath application
Version1.2
LicenceGPL
Links
Download
Website
Source
Downloadable via the Homebrew Browser
Peripherals
Wiimote1.svg

First wii program I wrote after downloaded devkitpro. The commits on the source repository (subversion) are really granular.

  • Created zip file download ready for the homebrew channel. it's version 1.2

Usage

GameCube Controller Wiimote.svg Action
GameCube START Button Wiimote HOME Button Exit
- Wiimote - Button or Wiimote D-Pad Left Edit mode
- Wiimote + Button or Wiimote D-Pad Right View mode
- Wii Remote Aim Roll Roll camera in view mode
- Wii Remote Aim point Down Zoom in in view mode
- Wii Remote Aim point Forward no zoom
- Wii Remote Aim point Up Zoom out in view mode

Screenshots

AutomatiiScreen.gif

Notes

Feel free to commit changes! repository is open.

Updates

  • version 1.0
 Simple input. left the pattern fixed on a big quilt one.
 I left to handle the edges later and forgot, so you get some randomness from there :)
  • up to version 1.0
 playing with game rules (pre-sets of life patterns, timing) and input control
  • up to version 0.11
 struggling with the template and gx code.