1
1
Fork 0
mirror of https://github.com/DualBrain/QB64.git synced 2023-11-19 13:10:13 +00:00
QB64-website/samples/raycaster/index.md
2022-12-26 14:41:23 -06:00

964 B

HomeNewsGitHubWikiSamplesInFormGXQBjsCommunityMore...

SAMPLE: RAYCASTER

screenshot.png

Author

🐝 Antoni Gual

Description

'Antoni Gual raycaster
'Modified from Entropy's an 36-lines entry for the Biskbart's
'40-lines QB Raycaster Compo of fall-2001
'
'Added multikey handler
'Step emulation
'Added different textures, including clouds
'Separe
'with some of my ideas

'to do:
'   add screen buffer
'   optimize rendering loop
'   interpolate rays
'   shadowing
'   subpixel precision
'   make it a game???

File(s)

🔗 3d, raycaster