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.
Release files for pygame-canvas 1.7.1
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| pygame_canvas-1.7.1-py3-none-any.whl | Python 3 | none | any | Details |
Release files / pygame_canvas-1.7.1-py3-none-any.whl
| Download URL | pygame_canvas-1.7.1-py3-none-any.whl |
|---|---|
| Size | 8.4 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
a78986f1e431ef0445f6d4c397385c10e35d3c44c28abb2ce6fa5174a3c4db7a
|
|
BLAKE2b-256 checksum How to use checksums |
22543836679e85eafa85df9bd67f711ac4f572fdbf185825b697f047776ccd09
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/5.1.1 CPython/3.12.4
|