pw_draw: New libraries and pw packages

- New libraries:
  - pw_color
  - pw_coordinates
  - pw_draw
  - pw_framebuffer
- New pw packages
  - imgui
  - glfw

Change-Id: I293a089ef905e048c52386b99bbab5aa38fd8b6c
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/experimental/+/95200
Reviewed-by: Armando Montanez <amontanez@google.com>
Commit-Queue: Anthony DiGirolamo <tonymd@google.com>
35 files changed
tree: e4b0172924e07feb4a148e49457a6ccee658e189
  1. applications/
  2. build_overrides/
  3. infra/
  4. pw_board_led/
  5. pw_board_led_arduino/
  6. pw_board_led_host/
  7. pw_board_led_pico/
  8. pw_board_led_stm32cube/
  9. pw_board_led_stm32f429i_disc1/
  10. pw_color/
  11. pw_coordinates/
  12. pw_draw/
  13. pw_framebuffer/
  14. pw_spin_delay/
  15. pw_spin_delay_arduino/
  16. pw_spin_delay_host/
  17. pw_spin_delay_pico/
  18. pw_spin_delay_stm32cube/
  19. pw_spin_delay_stm32f429i_disc1/
  20. targets/
  21. third_party/
  22. tools/
  23. .gitattributes
  24. .gitignore
  25. .gitmodules
  26. .gn
  27. activate.bat
  28. banner.txt
  29. bootstrap.bat
  30. bootstrap.sh
  31. BUILD.gn
  32. BUILDCONFIG.gn
  33. env_setup.json
  34. navbar.md
  35. OWNERS
  36. PW_PLUGINS
  37. README.md
README.md

Pigweed Experimental

This repository contains experimental pigweed modules.

Repository setup

Clone this repo with --recursive to get all required submodules.

git clone --recursive https://pigweed.googlesource.com/pigweed/experimental

This will pull the Pigweed source repository into third_party/pigweed. If you already cloned but forgot to --recursive run git submodule update --init to pull all submodules.