Skip to content

Commit

Permalink
Clean up README.md
Browse files Browse the repository at this point in the history
adamkewley committed Jan 15, 2025
1 parent 9238184 commit 7e01318
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
@@ -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` |

0 comments on commit 7e01318

Please sign in to comment.