Difference between revisions of "List of 3DS homebrew demos"
From WikiTemp, the GBAtemp wiki
Line 21: | Line 21: | ||
! style="width:20%" | Author | ! style="width:20%" | Author | ||
|- | |- | ||
− | |3DS Homebrew Demo | + | | 3DS Homebrew Demo |
− | |Make a black screen by filling each pixel with black. Write text on screen. - ARM9 homebrew | + | | Make a black screen by filling each pixel with black. Write text on screen. - ARM9 homebrew |
− | |Snailface | + | | [[User:Snailface|Snailface]] |
|- | |- | ||
− | |3DS Homebrew Touch | + | | 3DS Homebrew Touch |
| - ARM9 homebrew | | - ARM9 homebrew | ||
− | |Snailface | + | | [[User:Snailface|Snailface]] |
|- | |- | ||
− | |3DS Life | + | | 3DS Life |
− | |Increase/decrease random cells spawn speed [https://github.com/helreizerDev/3dshomebrews/tree/master/3Dslife Temporary Link] | + | | Increase/decrease random cells spawn speed [https://github.com/helreizerDev/3dshomebrews/tree/master/3Dslife Temporary Link] |
− | |Helreizer543 | + | | [[User:Helreizer543|Helreizer543]] |
|- | |- | ||
− | |[[3dsmandelbrot]] | + | | [[3dsmandelbrot]] |
− | |Arm11 homebrew. Mandelbrot, with zoom function | + | | Arm11 homebrew. Mandelbrot, with zoom function |
− | |xantoz | + | | [[User:xantoz|xantoz]] |
|- | |- | ||
− | |3DS-PAD | + | | 3DS-PAD |
− | |Test the buttons and touch screen - ARM9 homebrew | + | | Test the buttons and touch screen - ARM9 homebrew |
− | |Nop90 | + | | [[User:Nop90|Nop90]] |
|- | |- | ||
− | |8bitPlasma | + | | 8bitPlasma |
− | |a Color palette shifting demo. [https://gbatemp.net/threads/homebrew-development.360646/page-151#post-5208982 Temp Link] | + | | a Color palette shifting demo. [https://gbatemp.net/threads/homebrew-development.360646/page-151#post-5208982 Temp Link] |
− | |Spinal_cord | + | | [[User:Spinal_cord|Spinal_cord]] |
|- | |- | ||
− | |Citra-hwtests | + | | Citra-hwtests |
− | |homebrew test suite for Citra 3DS emulator. [https://github.com/citra-emu/hwtests Temporary Link] | + | | homebrew test suite for Citra 3DS emulator. [https://github.com/citra-emu/hwtests Temporary Link] |
− | |archshift, Citra-emu team | + | | [[User:archshift|archshift]], Citra-emu team |
|- | |- | ||
− | |Console demo | + | | Console demo |
− | |Create multiple consoles and print to them with a minimal version of printf/sprintf. - ARM9 homebrew | + | | Create multiple consoles and print to them with a minimal version of printf/sprintf. - ARM9 homebrew |
− | |Kalimero | + | | [[User:Kalimero|Kalimero]] |
|- | |- | ||
− | |Game of Life | + | | Game of Life |
− | |basic implementation of Conway's Game of Life [https://gbatemp.net/threads/game-of-life-for-3ds.376306/ Link] | + | | basic implementation of Conway's Game of Life [https://gbatemp.net/threads/game-of-life-for-3ds.376306/ Link] |
− | |JensRenders | + | | [[User:JensRenders|JensRenders]] |
|- | |- | ||
− | |Input test | + | | Input test |
− | |Tests buttons - ARM9 homebrew | + | | Tests buttons - ARM9 homebrew |
− | |Nop90 | + | | [[User:Nop90|Nop90]] |
|- | |- | ||
− | |KSketch | + | | KSketch |
− | |Etch a sketch - Move letter 0 (zero) on screen using D-pad, set color with L/R. | + | | Etch a sketch - Move letter 0 (zero) on screen using D-pad, set color with L/R. |
− | |thekman | + | | [[User:thekman|thekman]] |
|- | |- | ||
| [[Mandelbrot (3DS)|Mandelbrot]] | | [[Mandelbrot (3DS)|Mandelbrot]] | ||
| ARM9 (launcher.dat) Mandelbrot homebrew. | | ARM9 (launcher.dat) Mandelbrot homebrew. | ||
− | | Aliakr18 and Snailface | + | | [[User:Aliakr18|Aliakr18]] and [[User:Snailface|Snailface]] |
|- | |- | ||
− | |Munching Squares | + | | Munching Squares |
− | |A [http://en.wikipedia.org/wiki/Munching_square Munching Squares] demo. A mod (or v2?) has been done named ''XOR Fractal''. | + | | A [http://en.wikipedia.org/wiki/Munching_square Munching Squares] demo. A mod (or v2?) has been done named ''XOR Fractal''. |
− | |cedeckovec | + | | [[User:cedeckovec|cedeckovec]] |
|- | |- | ||
| Particule Demo | | Particule Demo | ||
− | | | + | | - ARM11 homebrew |
− | | YourNerdyJoe | + | | [[User:YourNerdyJoe|YourNerdyJoe]] |
|- | |- | ||
− | |Reggie-Demo | + | | Reggie-Demo |
− | |Print a bmp picture converted to .h [https://github.com/TricksterGuy/reggie-demo Temp. Link] | + | | Print a bmp picture converted to .h [https://github.com/TricksterGuy/reggie-demo Temp. Link] |
− | |TricksterGuy | + | | [[User:TricksterGuy|TricksterGuy]] |
|- | |- | ||
− | |Screen Colour and Font Test | + | | Screen Colour and Font Test |
− | |Displays a fake [[Gateway 3DS]] brick screen - ARM9 homebrew | + | | Displays a fake [[Gateway 3DS]] brick screen - ARM9 homebrew |
− | |Pong20302000 | + | | [[User:Pong20302000|Pong20302000]] |
|} | |} |
Revision as of 14:17, 21 January 2015
Applications | Games | Emulators | Homebrew Loaders | System Tools | Demos | Development tools | PC Utilities | Exploits | All |
Maybe we could separate Demoscene (visually interesting like mandelbrot or Munching Squares) from plain Homebrew tests (like hello world and input tests)
Demos
Title | Description | Author |
---|---|---|
3DS Homebrew Demo | Make a black screen by filling each pixel with black. Write text on screen. - ARM9 homebrew | Snailface |
3DS Homebrew Touch | - ARM9 homebrew | Snailface |
3DS Life | Increase/decrease random cells spawn speed Temporary Link | Helreizer543 |
3dsmandelbrot | Arm11 homebrew. Mandelbrot, with zoom function | xantoz |
3DS-PAD | Test the buttons and touch screen - ARM9 homebrew | Nop90 |
8bitPlasma | a Color palette shifting demo. Temp Link | Spinal_cord |
Citra-hwtests | homebrew test suite for Citra 3DS emulator. Temporary Link | archshift, Citra-emu team |
Console demo | Create multiple consoles and print to them with a minimal version of printf/sprintf. - ARM9 homebrew | Kalimero |
Game of Life | basic implementation of Conway's Game of Life Link | JensRenders |
Input test | Tests buttons - ARM9 homebrew | Nop90 |
KSketch | Etch a sketch - Move letter 0 (zero) on screen using D-pad, set color with L/R. | thekman |
Mandelbrot | ARM9 (launcher.dat) Mandelbrot homebrew. | Aliakr18 and Snailface |
Munching Squares | A Munching Squares demo. A mod (or v2?) has been done named XOR Fractal. | cedeckovec |
Particule Demo | - ARM11 homebrew | YourNerdyJoe |
Reggie-Demo | Print a bmp picture converted to .h Temp. Link | TricksterGuy |
Screen Colour and Font Test | Displays a fake Gateway 3DS brick screen - ARM9 homebrew | Pong20302000 |