From 9d1b159e8396f3132c30f8cc8f50cb3cabf9d523 Mon Sep 17 00:00:00 2001 From: glmdev Date: Sat, 9 Feb 2019 03:05:07 -0600 Subject: [PATCH] working model --- .idea/workspace.xml | 95 ++- camera.py | 14 + capture.jpg | Bin 0 -> 27856 bytes image_diff_color.py | 84 -- image_tools.py | 84 ++ include/site/python3.7/pygame/_camera.h | 27 + include/site/python3.7/pygame/_pygame.h | 715 ++++++++++++++++++ include/site/python3.7/pygame/_surface.h | 31 + include/site/python3.7/pygame/bitmask.h | 146 ++++ include/site/python3.7/pygame/camera.h | 201 +++++ include/site/python3.7/pygame/fastevents.h | 48 ++ include/site/python3.7/pygame/font.h | 57 ++ include/site/python3.7/pygame/freetype.h | 137 ++++ include/site/python3.7/pygame/mask.h | 25 + include/site/python3.7/pygame/mixer.h | 66 ++ include/site/python3.7/pygame/pgarrinter.h | 26 + include/site/python3.7/pygame/pgbufferproxy.h | 52 ++ include/site/python3.7/pygame/pgcompat.h | 210 +++++ include/site/python3.7/pygame/pgopengl.h | 16 + include/site/python3.7/pygame/pygame.h | 34 + include/site/python3.7/pygame/scrap.h | 143 ++++ include/site/python3.7/pygame/surface.h | 359 +++++++++ index.py | 18 +- 23 files changed, 2479 insertions(+), 109 deletions(-) create mode 100644 camera.py create mode 100644 capture.jpg delete mode 100644 image_diff_color.py create mode 100644 image_tools.py create mode 100644 include/site/python3.7/pygame/_camera.h create mode 100644 include/site/python3.7/pygame/_pygame.h create mode 100644 include/site/python3.7/pygame/_surface.h create mode 100644 include/site/python3.7/pygame/bitmask.h create mode 100644 include/site/python3.7/pygame/camera.h create mode 100644 include/site/python3.7/pygame/fastevents.h create mode 100644 include/site/python3.7/pygame/font.h create mode 100644 include/site/python3.7/pygame/freetype.h create mode 100644 include/site/python3.7/pygame/mask.h create mode 100644 include/site/python3.7/pygame/mixer.h create mode 100644 include/site/python3.7/pygame/pgarrinter.h create mode 100644 include/site/python3.7/pygame/pgbufferproxy.h create mode 100644 include/site/python3.7/pygame/pgcompat.h create mode 100644 include/site/python3.7/pygame/pgopengl.h create mode 100644 include/site/python3.7/pygame/pygame.h create mode 100644 include/site/python3.7/pygame/scrap.h create mode 100644 include/site/python3.7/pygame/surface.h diff --git a/.idea/workspace.xml b/.idea/workspace.xml index c37f6a9..afb0423 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -2,10 +2,9 @@ - - - + +