openpilot/tools/nui
George Hotz 344a9a3699
Fixups for Mac, and a bunch for PC (#1654)
* fix mac nui

* fix cereal

* builds on mac without warnings

* ui swap shouldn't be instant on pc

* camerad builds on mac

* modeld, and now everything, builds on mac

* ui draws pictures on mac now

* fix camerad shutdown

* support ui looping on pc

* python3 on that

* SCNu64 should be cross platform

* bump cereal and new apk

* clean up

Co-authored-by: Adeeb Shihadeh <adeebshihadeh@gmail.com>
2020-06-11 18:21:59 -07:00
..
test Make Nui tests work. Framereader moved to tools/clib (#1185) 2020-03-01 10:50:03 -08:00
.gitignore Using lgtm.com and fixing found alerts (#1452) 2020-05-02 12:07:34 -07:00
build.sh merge in tools 2020-01-17 10:07:22 -08:00
FileReader.cpp Add pre-commit hooks (#1629) 2020-06-03 12:54:49 -07:00
FileReader.hpp merge in tools 2020-01-17 10:07:22 -08:00
get_files_comma_api.py Fixups for Mac, and a bunch for PC (#1654) 2020-06-11 18:21:59 -07:00
main.cpp Add pre-commit hooks (#1629) 2020-06-03 12:54:49 -07:00
nui Fixups for Mac, and a bunch for PC (#1654) 2020-06-11 18:21:59 -07:00
nui.pro NUI comma api intergration (#1186) 2020-03-01 22:06:33 -08:00
README merge in tools 2020-01-17 10:07:22 -08:00
Unlogger.cpp Add pre-commit hooks (#1629) 2020-06-03 12:54:49 -07:00
Unlogger.hpp merge in tools 2020-01-17 10:07:22 -08:00

== Ubuntu ==

sudo apt-get install capnproto libyaml-cpp-dev qt5-default

== Mac ==

brew install qt5 ffmpeg capnp yaml-cpp zmq
brew link qt5 --force