Skip to content

Commit

Permalink
remove website
Browse files Browse the repository at this point in the history
  • Loading branch information
Kei18 committed Jun 9, 2022
1 parent b9030bf commit 359575b
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 154 deletions.
5 changes: 3 additions & 2 deletions .githooks/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ clang-format -i \
./tests/*.cpp \
./app.cpp \
./app_random.cpp
test `git add ./**/*.cpp`
test `git add ./**/*.hpp`
for FILE in `git diff --staged --name-only`; do
git add $FILE
done
echo "formatting done"
21 changes: 0 additions & 21 deletions .github/workflows/deploy.yml

This file was deleted.

33 changes: 0 additions & 33 deletions gh_pages/css/custom.css

This file was deleted.

Binary file removed gh_pages/images/afada.gif
Binary file not shown.
Binary file removed gh_pages/images/simulation.gif
Binary file not shown.
Binary file removed gh_pages/images/teaser.png
Binary file not shown.
Binary file removed gh_pages/images/toio.gif
Binary file not shown.
95 changes: 0 additions & 95 deletions gh_pages/index.html

This file was deleted.

6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ The repository uses [Google Test](https://github.com/google/googletest) and [the
The visualizer uses [openFrameworks](https://openframeworks.cc) and works only on MacOS.


| platform | status (public) | status (dev) |
| platform | status (master) | status (dev) |
| ---: | :--- |:--- |
| macos-10.15 | ![test_macos](https://github.com/Kei18/otimapp/workflows/test_macos/badge.svg?branch=public) ![build_visualizer_macos](https://github.com/Kei18/otimapp/workflows/build_visualizer_macos/badge.svg?branch=public) | ![test_macos](https://github.com/Kei18/otimapp/workflows/test_macos/badge.svg?branch=dev) ![build_visualizer_macos](https://github.com/Kei18/otimapp/workflows/build_visualizer_macos/badge.svg?branch=dev) |
| ubuntu-latest | ![test_ubuntu](https://github.com/Kei18/otimapp/workflows/test_ubuntu/badge.svg?branch=public) | ![test_ubuntu](https://github.com/Kei18/otimapp/workflows/test_ubuntu/badge.svg?branch=dev) |
| macos-10.15 | ![test_macos](https://github.com/Kei18/otimapp/workflows/test_macos/badge.svg?branch=master) ![build_visualizer_macos](https://github.com/Kei18/otimapp/workflows/build_visualizer_macos/badge.svg?branch=master) | ![test_macos](https://github.com/Kei18/otimapp/workflows/test_macos/badge.svg?branch=dev) ![build_visualizer_macos](https://github.com/Kei18/otimapp/workflows/build_visualizer_macos/badge.svg?branch=dev) |
| ubuntu-latest | ![test_ubuntu](https://github.com/Kei18/otimapp/workflows/test_ubuntu/badge.svg?branch=master) | ![test_ubuntu](https://github.com/Kei18/otimapp/workflows/test_ubuntu/badge.svg?branch=dev) |


Please cite the following paper if you use the code in your published research:
Expand Down

0 comments on commit 359575b

Please # to comment.