4tsakabe / shellani

shell animation

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

shell animation

shell animation

preview

スクリーンショット 2022-03-16 14 11 42

preparation

  • opencvのインストール(brew install opencv)
  • pkg-configのインストール(brew install pkg-config)
  • opencvのライブラリパスをよしなに(pkg configのコマンド)
  • pkg-configのパスを通す(export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/)
  • vscodeのインテリジェンス(.vscode/c_cpp_properties.json)

command

c++ -std=c++14 risu.cpp `pkg-config --cflags opencv4` `pkg-config --libs opencv4`
./a.out

References

opencv画素アクセス https://minus9d.hatenablog.com/entry/20130126/1359194404

ANSIエスケープチートシート https://qiita.com/PruneMazui/items/8a023347772620025ad6

About

shell animation


Languages

Language:C++ 87.9%Language:Shell 12.1%