More actions
(Created page with "{{Infobox GBA Homebrews |title=GBA Caster |image=gbacaster.png |description=A simple and slow 3D ray casting engine. |author=Loirak |lastupdated=2002/09/15 |type=Demos |version=2002 |license=Mixed |download=https://dlhb.gamebrew.org/gbahomebrews/gbacaster.7z |website=http://www.loirak.com/gameboy/gbacaster.php |source=http://www.loirak.com/gameboy/gbacaster.php }} GBA Caster a very simple, and very slow 3D ray casting engine. This is the same method used to make the orig...") |
m (Text replacement - "Category:GBA homebrew demos" to "") |
||
(3 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
{{Infobox GBA Homebrews | {{Infobox GBA Homebrews | ||
|title=GBA Caster | |title=GBA Caster | ||
|image= | |image=gbacaster0.png | ||
|description=A simple and slow 3D ray casting engine. | |description=A simple and slow 3D ray casting engine. | ||
|author=Loirak | |author=Loirak | ||
Line 12: | Line 12: | ||
|source=http://www.loirak.com/gameboy/gbacaster.php | |source=http://www.loirak.com/gameboy/gbacaster.php | ||
}} | }} | ||
GBA Caster a very simple, and very slow 3D ray casting engine. This is the same method used to make the original Wolfenstein. If your interested in learning how they | GBA Caster a very simple, and very slow 3D ray casting engine. This is the same method used to make the original Wolfenstein. If your interested in learning how they "faked" 3D in older games like Wolf3D or Doom you can check out this demo. | ||
The map is based on a 16x16 grid of 64x64 tiles. You can easily change and manipulate the map. This demo also has collision detection. It was compiled with the DevKitAdv. | The map is based on a 16x16 grid of 64x64 tiles. You can easily change and manipulate the map. This demo also has collision detection. It was compiled with the DevKitAdv. | ||
Line 20: | Line 20: | ||
== External links == | == External links == | ||
* Author's website - http://www.loirak.com/gameboy/gbacaster.php | * Author's website - http://www.loirak.com/gameboy/gbacaster.php | ||
Latest revision as of 02:33, 10 Mayıs 2024
GBA Caster | |
---|---|
General | |
Author | Loirak |
Type | Demos |
Version | 2002 |
License | Mixed |
Last Updated | 2002/09/15 |
Links | |
Download | |
Website | |
Source | |
GBA Caster a very simple, and very slow 3D ray casting engine. This is the same method used to make the original Wolfenstein. If your interested in learning how they "faked" 3D in older games like Wolf3D or Doom you can check out this demo.
The map is based on a 16x16 grid of 64x64 tiles. You can easily change and manipulate the map. This demo also has collision detection. It was compiled with the DevKitAdv.
It is based off a tutorial by F. Permadi. You can get the tutor here.
External links
- Author's website - http://www.loirak.com/gameboy/gbacaster.php