GithubHelp home page GithubHelp logo

pygbuttons's Introduction

PygButtons

A module made to help create a UI in pygame by simplifying the creation and handling of basic UI objects (such as Buttons).

Contents

Installation

To install, run: pip install pygbuttons

Dependencies

  • Python => 3.8
  • Pygame => 2.0.1

Usage

To use the Buttons in a program, it is recommended to perform the following steps:

  • Setup
    1. Import the module / the contents of the module.
    2. Set the settings for the Buttons module (framerate, scroll factor, scaling limits) where appropriate
    3. Create the required Buttons
  • While running
    1. Pass all (relevant) Pygame.Events to the active Buttons in the input loop
    2. Draw the Buttons to the active screen
    3. Repeat

Getting an output from a Button can be done either by binding a function to the Button (which is then automatically executed when a certain action takes place), or by polling the Buttons value / status.

For a practical implementation, see the example.py file.

Support

For support / issues, please visit the issue tracker on GitHub.

Source code available at: https://github.com/Jarno-de-Wit/PygButtons

pygbuttons's People

Watchers

Kostas Georgiou avatar Jarno de Wit avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.