This website works better with JavaScript.
Explore
Help
Register
Sign In
sadmen
/
jyoung
mirror of
https://github.com/jyoung8607/openpilot.git
Watch
1
Star
0
Fork
You've already forked jyoung
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
open source driving agent
3269
Commits
105
Branches
34
Tags
1.6 GiB
Tree:
aa512b7ab8
jyoung
/
selfdrive
/
ui
/
sidebar.hpp
5 lines
66 B
Raw
Normal View
History
Unescape
Escape
Qt ui for PC (#2023) * qt ui boilerplate * this kinda works * cleanup * render inside other widget * cleanup * more cleanup * Not needed * Handle click * Draw at 20Hz * create paint.hpp * move stuff around * update sidebar * Draw vision * this works again * add clickable settings button * Only collapse sidebar when started * always use qt on linux * fix width * scrollable area * talk to NetworkManager * code to add a connection * params toggles * small cleanup * add qt5 to dockerfile * Qt on mac * Add qt to release files * fix macos build * nore more ifdefs needed * add icons * make a bit nicer * Hide scrollbar Co-authored-by: Comma Device <device@comma.ai>
5 years ago
#
pragma once
#
include
"ui.hpp"
void
ui_draw_sidebar
(
UIState
*
s
)
;