This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

C++ 94.3%
CMake 5.3%
Other 0.3%
3 1 0

Clone this repository

https://tangled.org/liampallett.space/physics-engine https://tangled.org/did:plc:vo7fcz4m4v4d4l5qc6r4rqwu
git@tangled.org:liampallett.space/physics-engine git@tangled.org:did:plc:vo7fcz4m4v4d4l5qc6r4rqwu

For self-hosted knots, clone URLs may differ based on your setup.



README.md

physics-engine#

Custom physics engine written in C++ from scratch.


What the Project Is#

  • What does this project do?
  • Who is it for?
  • What problem does it solve?
  • What makes it interesting or different?

How It Works#

  • What are the main components of the system?
  • How do the pieces interact?
  • What is the core logic or architecture?

Engineering Decisions#

For each non-obvious technical choice made in this project:

  • What decision was made?
  • What were the alternatives considered?
  • Why was this approach chosen over the alternatives?
  • What are the known limitations or tradeoffs of this choice?

Tech Stack#

  • Languages used: C++
  • Frameworks/libraries:
  • Tools and platforms:

What I Learned#

  • What new skills did I gain?
  • What concepts became clearer through building this?
  • What surprised me during development?

How to Run the Project#

  • Prerequisites:
  • Installation steps:
  • How to start/run the project:
  • Example commands:

Project Structure#

Future Improvements#

  • What features would I add next?
  • What parts could be improved or refactored?
  • What ideas did I not have time to implement?