Everything you need to extend Raycast.
DOOM-style 3D (raycasting) Game in Python Pygame
for youtube Raycasting tutorial
A BVH implementation to speed up raycasting and enable spatial queries against three.js meshes.
Raycasting DOOM imitation
ChatGPT raycast extension
Wolfenstein 3D-style raycasting implementation
Online Multiplayer Browser Game with Old-School Raycasting Graphics.
ARCE (Arduboy RayCasting Engine) : a raycasting engine for the Arduboy
A simple RayCasting rendering tutorial for game development
Line of sight calculation with raycasting in Unity Engine (Experimentation)
SDL2 C++ raycasting engine with vertical movement, floor/ceiling texture mapping and sprites.
Enhanced InstancedMesh with frustum culling, fast raycasting (using BVH), sorting, visibility management, LOD and more.
#Cub3D: This project is a 3D game created from scratch written in C using an old graphic library mini-libx, presented with an old technology raycasting to make the 3D feeling looks pretty good
Single file collision detection, closest point, and raycasting library for convex shapes using GJK
A little demo which uses Box2D's b2World::RayCast function, Wolfenstein3D-style, to draw the world.
Raycasting engine that renders scene in HTML using React (no canvas) and renders as text in textarea or console 😅
Detect collisions between different shapes such as Points, Lines, Boxes, Polygons (including concave), Ellipses, and Circles. Features include RayCasting and support for offsets, rotation, scaling, bo...