Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 418 Bytes

File metadata and controls

3 lines (2 loc) · 418 Bytes

FPS Engine with Raylib and Bullet

This project is an attempt to create a first-person shooter (FPS) engine using Raylib integrated with Bullet physics engine along with AI navmesh. The goal is to enable the direct import of models into the engine, focusing on essential features needed for a small FPS engine. We might add BSP-based collision to see if there is a noticeable change in performance. PRs are welcome.