Scale factor and expansion upon basic implementation

This commit is contained in:
2026-06-15 11:54:39 -04:00
committed by P7MJ
parent c4930f77df
commit 4b545205aa
19 changed files with 2400 additions and 41 deletions

View File

@@ -1,25 +0,0 @@
# WrldBox Sandbox Simulator
## 🧊Introduction
**WrldBox** is a work-in-progress sandbox simulator made by Team wholeworldcoding. It is currently in an experimental stage.
It consists of two components:
- `text_physics.c`, a text-based 1-object physics simulation
- `ray.c`, rendering the simulation with raylib.
This project has a huge potential to become the next major `wholeworldcoding` project.
## 🛠️ Build and Compile
Clone the repository. Once you have navigated to the folder, you can run:
- `make text && ./text_physics.out` to compile and run `text_physics.c`
- `make visual && ./ray.out` to compile and run `ray.c`
## 🏅Credits
This project was impossible without the support of all three `wholeworldcoding` members.