2020-12-26 14:31:24 -08:00
|
|
|
cppHeaderFileInclude {
|
|
|
|
|
\.h$
|
|
|
|
|
\.inc$
|
|
|
|
|
\.inl$
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
cppSrcFileInclude {
|
|
|
|
|
\.cpp$
|
|
|
|
|
}
|
|
|
|
|
|
2020-12-23 13:05:44 -08:00
|
|
|
generatedFileExclude {
|
|
|
|
|
src/app/native/resources/
|
|
|
|
|
src/app/native/win/glass.ico
|
|
|
|
|
src/app/native/mac/glass.icns
|
|
|
|
|
}
|
2020-12-26 14:31:24 -08:00
|
|
|
|
|
|
|
|
repoRootNameOverride {
|
|
|
|
|
glass
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
includeOtherLibs {
|
|
|
|
|
^GLFW
|
|
|
|
|
^cscore
|
2021-06-06 16:13:58 -07:00
|
|
|
^fmt/
|
[glass] Field2d enhancements (#3234)
- Add raw support for pose lists > 255/3 in length
- Improve drag selection, especially with closely overlapping objects
- Drag selection of corner also highlights center of object with smaller circle
- Multiple styles (box, line, closed line, track)
- Configurable line and arrow settings (color, weight)
- Add tooltip for object name, index, x, y, rotation
- Context menu for pose edit/add/remove
- View/edit in feet or inches as well as meters
- Configurable object selectability
Implementation: use vector of Pose2d internally, use units
2021-03-27 13:34:44 -07:00
|
|
|
^frc/
|
2020-12-26 14:31:24 -08:00
|
|
|
^imgui
|
2022-10-08 10:01:31 -07:00
|
|
|
^networktables/
|
2020-12-26 14:31:24 -08:00
|
|
|
^ntcore
|
|
|
|
|
^wpi/
|
|
|
|
|
^wpigui
|
|
|
|
|
^wpimath/
|
|
|
|
|
}
|