Compare commits

..

2 Commits

Author SHA1 Message Date
ac24f566e0 edited readme 2026-06-16 11:29:25 -04:00
7a53bde1d1 Put README in correct place 2026-06-16 11:27:44 -04:00
3 changed files with 25 additions and 25 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.

25
README.md Normal file
View File

@@ -0,0 +1,25 @@
# WrldBox Sandbox Simulator
## 🧊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:
- `text_physics.c`, a text-based 1-object physics simulation (in OLD)
- `ray.c`, rendering the simulation with raylib. (in OLD)
- And a bunch of new files in `src/` that compose the working physics simulation.
This project *is* the next major `wholeworldcoding` project.
## 🛠️ 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 three `wholeworldcoding` members.

BIN
wrldbox Executable file

Binary file not shown.