mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-30 02:31:44 +00:00
This uses Dear Imgui to provide a cross-platform integrated GUI for robot simulation. The GUI provides fully integrated DS and joystick support so it's not necessary to run the official DS.
42 lines
515 B
Plaintext
42 lines
515 B
Plaintext
cppHeaderFileInclude {
|
|
\.h$
|
|
\.hpp$
|
|
\.inc$
|
|
}
|
|
|
|
cppSrcFileInclude {
|
|
\.cpp$
|
|
}
|
|
|
|
generatedFileExclude {
|
|
gtest/
|
|
ni-libraries/include/
|
|
ni-libraries/lib/
|
|
FRCNetComm\.java$
|
|
simulation/frc_gazebo_plugins/frcgazebo/
|
|
simulation/gz_msgs/src/include/simulation/gz_msgs/msgs\.h$
|
|
}
|
|
|
|
modifiableFileExclude {
|
|
\.so$
|
|
}
|
|
|
|
repoRootNameOverride {
|
|
wpilib
|
|
}
|
|
|
|
includeOtherLibs {
|
|
^cameraserver/
|
|
^cscore
|
|
^hal/
|
|
^imgui
|
|
^mockdata/
|
|
^networktables/
|
|
^ntcore
|
|
^opencv2/
|
|
^support/
|
|
^units/
|
|
^vision/
|
|
^wpi/
|
|
}
|