Skip to content

Commit

Permalink
update oF version
Browse files Browse the repository at this point in the history
  • Loading branch information
Kei18 committed Feb 18, 2024
1 parent 5bf6ed2 commit 5bf95fc
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: ci
name: build_macos

on:
push:
Expand Down
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@
# End of https://www.toptal.com/developers/gitignore/api/c++
**/.DS_Store
/build/
/obj/
/obj/
openFrameworks-Info.plist
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Based on [openFrameworks](https://openframeworks.cc/), written in C++
git clone --recursive https://github.com/Kei18/mapf-visualizer.git
cd mapf-visualizer
bash third_party/openFrameworks/scripts/osx/download_libs.sh
make
make -j4
echo "export PATH=$(pwd)/bin/mapf-visualizer.app/Contents/MacOS:\$PATH" >> ~/.bashrc
```

Expand All @@ -44,7 +44,7 @@ wget -O third_party/openFrameworks.tar.gz https://github.com/openframeworks/open
tar -xzvf third_party/openFrameworks.tar.gz -C third_party --strip-components=1 --one-top-level=openFrameworks
sudo third_party/openFrameworks/scripts/linux/ubuntu/install_dependencies.sh
sudo third_party/openFrameworks/scripts/linux/ubuntu/install_codecs.sh
make
make -j4
echo "export PATH=$(pwd)/bin:\$PATH" >> ~/.bashrc
```

Expand All @@ -57,7 +57,7 @@ You may need `sudo`.
## Usage

```sh
mapf-visualizer assets/random-32-32-20.map assets/demo_random-32-32-20.txt
mapf-visualizer --map assets/random-32-32-20.map --plan assets/demo_random-32-32-20.txt
```

You can manipulate it via your keyboard. See printed info.
Expand Down
2 changes: 1 addition & 1 deletion third_party/openFrameworks
Submodule openFrameworks updated 1661 files

0 comments on commit 5bf95fc

Please sign in to comment.