Fractal example - Julia set GB: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 7: | Line 7: | ||
|type=Samples | |type=Samples | ||
|version=2000 | |version=2000 | ||
|license=Mixed | |||
|format=CGB (ASM) | |format=CGB (ASM) | ||
|download=https://dlhb.gamebrew.org/gbhomebrews/fractal.zip | |||
|download=https://dlhb.gamebrew.org/gbhomebrews/ | |||
|website=http://www.tripmode.com/gbdev/gbc.html | |website=http://www.tripmode.com/gbdev/gbc.html | ||
|source=https://dlhb.gamebrew.org/gbhomebrews/ | |source=https://dlhb.gamebrew.org/gbhomebrews/fractal.zip | ||
}} | }} | ||
{{#seo: | {{#seo: | ||
Latest revision as of 10:39, 30 July 2024
| Fractal example - Julia set | |
|---|---|
| General | |
| Author | Tomasz Słanina (Dox) |
| Type | Samples |
| Version | 2000 |
| License | Mixed |
| System | CGB (ASM) |
| Last Updated | 2000/05/21 |
| Links | |
| Download | |
| Website | |
| Source | |
Source code by dox demonstrating the fractal effect from 7447.
Changelog
v1.1
- Prototype, own MUL16 (slower than QMUL) for lik-sang demo compo.
- Fixed math 8.8 using unsigned 16x16 mul.
v1.0
- QMUL.
External links
- The Post Punk Progression - http://www.tripmode.com/gbdev/gbc.html (archived)