Canvas
Canvas is a Python module built on top of Pygame, designed to simplify the creation of interactive applications and games. It provides a set of functions and classes for managing graphical elements, handling user input, and implementing game logic.
Features
Window Management: Create resizable windows with customizable properties such as title, size, and icon.
Event Handling: Capture user input events like mouse clicks, keyboard presses, and window resizing.
Sprite Management: Define and manipulate sprites with properties like position, scale, rotation, and collision detection.
Text Rendering: Render text with customizable fonts, sizes, colors, and antialiasing options.
Sound Playback: Play sounds with adjustable volume and manage sound effects associated with sprites.
Physics Simulation: Implement basic physics interactions such as collision resolution and object movement.
Usage
Installation
To use Canvas, you'll need Python installed on your system along with the Pygame library. You can install Pygame using pip:
pip install pygame
Example Usage
Here's a simple example demonstrating how to use Canvas to create a window and display a sprite:
import pygame_canvas as c
c.default_template(file)
The code above will load a default template into the main python script OVERWRITING EVERYTHING ELSE
Documentation
For detailed documentation and usage examples, refer to the Canvas documentation at: https://docs.google.com/document/d/18SMSY5RbigaOX2WOaGQs0iEUvSFnpfpWjsBxBNwq0nA/edit?usp=sharing.