#v5 #vex #graphics

vexide-graphics

Graphics driver implementations for vexide

11 releases

0.1.8 Dec 30, 2024
0.1.7 Nov 29, 2024
0.1.5 Oct 16, 2024
0.1.2 Jul 16, 2024
0.1.1 May 17, 2024

#258 in Robotics

Download history 12/week @ 2024-09-18 25/week @ 2024-09-25 147/week @ 2024-10-02 218/week @ 2024-10-09 154/week @ 2024-10-16 9/week @ 2024-10-23 168/week @ 2024-11-06 52/week @ 2024-11-13 15/week @ 2024-11-20 244/week @ 2024-11-27 69/week @ 2024-12-04 25/week @ 2024-12-11 1/week @ 2024-12-18 105/week @ 2024-12-25 30/week @ 2025-01-01

168 downloads per month
Used in vexide

MIT and maybe GPL-3.0-only…

690KB
9K SLoC

vexide-graphics is a collection of V5 Brain display driver implementations for embedded rendering libraries. This crate is part of the vexide ecosystem.

Features

  • embedded-graphics: Enables support for the embedded-graphics crate.
  • slint: Enables support for the Slint graphics library.

Usage

Slint

To use Slint, call initialize_slint_platform and then continue using Slint as normal. If you get errors when building your slint files, try enabling the EmbedResourcesKind slint compile option.

Embedded-graphics

To use embedded-graphics, create a new BrainDisplay using its new function and start using it as a draw target.

Dependencies

~1–20MB
~310K SLoC