Skip to content

Commit

Permalink
Update apps/README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Jul 4, 2024
1 parent 2079555 commit 9433da0
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions apps/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# `apps/`: OpenSim Creator's Executable Applications

This directory contains the code behind the top-level application executables
that users run. Generally speaking, this code is a thin layer around the
`OpenSimCreator` and `oscar` library targets.

| Directory | Description | Depends on |
| - | - | - |
| `osc/` | Handles the main OpenSim Creator UI binary that users typically boot into | `oscar`, `OpenSimCreator` |
| `hellotriangle/` | A bare-minimum usage of `oscar`'s `App` and graphics stack, used by developers for testing minimum platform compliance | `oscar` |
# `apps/`: OpenSim Creator's Executable Applications

This directory contains the code behind the top-level application executables
that users run. Generally speaking, this code is a thin layer around the
`OpenSimCreator` and `oscar` library targets.

| Directory | Description | Depends on |
| - | - | - |
| `osc/` | Handles the main user-facing OpenSim Creator UI binary (`osc.exe`) | `oscar`, `OpenSimCreator` |
| `hellotriangle/` | Implements a minimal usage of `oscar`'s `App` and graphics stack, used to test platform compatiblity | `oscar` |

0 comments on commit 9433da0

Please sign in to comment.