Issue where I will track progress of porting video to C MERGED - [x] Add interface for _sdl2.video classes (#3317) - [x] Port Renderer to C (#3327) - Properties - [x] draw_color - [x] draw_blend_mode - [x] logical_size - [x] scale - [x] target - Methods - [x] draw_point - [x] draw_line - [x] draw_rect - [x] draw_triangle - [x] draw_quad - [x] fill_rect - [x] fill_triangle - [x] fill_quad - [x] present - [x] clear - [x] set_viewport - [x] get_viewport - [x] compose_custom_blend_mode - [x] from_window - [x] to_surface - [x] blit TO DO - [x] Port Texture to C (#3330) - Properties - [x] alpha - [x] blend_mode - [x] color - [x] renderer - [x] width - [x] height - Methods - [x] get_rect - [x] draw - [x] draw_triangle - [x] draw_quad - [x] update - [x] from_surface - [x] Port Image to C (#3331 ) - Properties - [x] alpha - [x] angle - [x] blend_mode - [x] color - [x] flip_x - [x] flip_y - [x] origin - [x] srcrect - [x] texture - Methods - [x] get_rect - [x] draw - [ ] Add type hints - [x] Renderer - [ ] Texture - [ ] Image - [ ] Add tests - [x] Renderer - [ ] Texture - [ ] Image - [ ] Add documentation - [ ] Renderer - [ ] Texture - [ ] Image
Issue where I will track progress of porting video to C
MERGED
TO DO