swim67667 fded40cbd9
All checks were successful
Build Project / build (ubuntu-latest) (push) Successful in 17m55s
collision/more physics updates
2026-06-27 00:54:11 -04:00
2026-06-27 00:54:11 -04:00
2026-06-27 00:54:11 -04:00

WrldBox Engine

This project is the next major wholeworldcoding project.

🧊Introduction

WrldBox is a work-in-progress sandbox simulator made by Team wholeworldcoding. It is currently in a pretty developed experimental stage.

It consists of several components:

  • src/main.c, Main script. Takes all other src and actually renders the engine.

  • src/physics.c, All the science & math crap. Ugh. (physics.h: exposes UpdateEntities function)

  • src/render.c, Rendering of entities. Entities are currently limited to rectangles for... no particular reason. (render.h: exposes DrawEntities function)

  • src/player.c, Player control scripting. (player.h: exposes UpdatePlayerControls function)

  • More stuff in src. README in progress.

  • OLD contains the original logic this came from.

🛠️ Build and Compile

Clone the repository. Once you have navigated to the folder, you can run:

  • make

🏅Credits

This project was impossible without the support of all four wholeworldcoding members.

Description
wwc's sandbox game
Readme 5.2 MiB
Languages
C 99.7%
Makefile 0.3%