raycaster topic

List raycaster repositories

haskell_game

104
Stars
9
Forks
Watchers

Wolfenstein 3D, ray-casting FPS game I make to learn Haskell. No libraries used, rendering is done in terminal.

Monte_Carlo_Ray_Tracer

135
Stars
31
Forks
Watchers

A program with an implemented Monte Carlo Ray Tracer algorithm for global illumination of a virtual 3D scene.

littlewolf

793
Stars
47
Forks
Watchers

A tiny software graphics and game engine

glsltuto

214
Stars
33
Forks
Watchers

GLSL shaders tutorial

HVVR

113
Stars
24
Forks
Watchers

Hierarchical Visibility for Virtual Reality, which implements a hybrid CPU/GPU ray-caster, suited for real time rendering of effects such as lens distortion.

RayCastingTutorial

237
Stars
15
Forks
Watchers

A simple RayCasting rendering tutorial for game development

raycaster-go

149
Stars
14
Forks
Watchers

Golang raycaster engine using the Ebitengine 2D Game Library

ray_engine

26
Stars
6
Forks
Watchers

A toy raycasting engine in Go + Ebiten

voxel_space

21
Stars
1
Forks
Watchers

implementation of the Voxel Space rendering algorithm from the Comanche games