Skip to content

Commit

Permalink
Organize example files
Browse files Browse the repository at this point in the history
Summary:
* Rename a couple `main.cpp` files to be the apps' name. It's consistent with other examples, and it's easier to know what the file is.
* Move marker processing related files to the process_markers_app folder.
* Create a placeholder readme file for processing marker data.

Reviewed By: jeongseok-meta

Differential Revision: D58628936

fbshipit-source-id: 2e224f034a69dbd285ca5a5da58db70bbc0c0974
  • Loading branch information
Yuting Ye authored and facebook-github-bot committed Jun 15, 2024
1 parent f2a2a3f commit 679432b
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmake/build_variables.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -548,7 +548,7 @@ hello_world_sources = [
]

convert_model_sources = [
"examples/convert_model/main.cpp",
"examples/convert_model/convert_model.cpp",
]

glb_viewer_sources = [
Expand All @@ -564,5 +564,5 @@ c3d_viewer_sources = [
]

process_markers_app_sources = [
"examples/process_markers_app/main.cpp",
"examples/process_markers_app/process_markers_app.cpp",
]
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions momentum/examples/process_markers_app/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Process Optical Motion Capture Marker Data

Please refer to this [example][docs].

[docs]: https://facebookincubator.github.io/momentum/docs/examples/process_markers

0 comments on commit 679432b

Please sign in to comment.