diff --git a/README.md b/README.md index 60bab6a61e..644f68bf08 100644 --- a/README.md +++ b/README.md @@ -79,17 +79,3 @@ development supported and stable. We'd also like to thank the wider open-source community. OpenSim Creator wouldn't be possible without access to high-quality open-source libraries and technical literature from thousands of contributors. - -# `src/`: OpenSim Creator's Source Code (Libraries) - -This directory contains the source code for libraries that comprise OpenSimCreator. The -libraries are exposed as cmake targets. Those targets are then used by application/executable -targets (e.g. `osc.exe`, in `opensim-creator/apps/`). - -The libraries are split into several targets. The intent of each is: - -| Directory | Description | Depends on | -| - | - | - | -| `OpenSimCreator/` | Implements the OpenSim Creator UI by integrating [osim](https://github.com/ComputationalBiomechanicsLab/osim) against `oscar`. Also includes the demo tabs for testing/verification. | `oscar`, `oscar_demos`, `osim` | -| `oscar/` | Core engine for creating scientific tooling UIs | `SDL3`, `nativefiledialog`, `tomlplusplus` | -| `oscar_demos/` | Demos that uses the `oscar` API to provide something interesting/useful, such as implement https://learnopengl.com/ in terms of the `oscar` API | `oscar` |