Giter Club home page Giter Club logo

fullcolor-hddmd-pyprocgame's Introduction

VGA hdDMD PyProcGame Fork

A "VGA hdDMD" fork of PyProcGame. Traditional DMD support has been broken in favor of supporting LCD based DMD hardware; 24-bit (RGB) frames with a resolution that may be set higher than 128x32: 256x128 has been used successfully with dotfilter; I'm using 480x240 currently, but the hardware requirements are non-trivial. You are strongly recommended to turn off the dotfilter at resolutions higher than 256x256.

NOTE: this relies on PyGame; it will not work with Pyglet.

There are a few ways to pick up performance: Turn off the dot_filter, turn on the fullscreen, drop the scale factor, and/or drop the framerate (manually, in two files).

You will need to put the dmdgrid32x32.png file somewhere, and that somewhere must be specified in the config.yaml file.

You will need to change your config.yaml to include the following lines:

# all of this is for the hdDMD
use_virtual_dmd_only: True
dmd_grid_path: C:\P-ROC\shared\
dmd_dots_w: 480
dmd_dots_h: 240
dmd_dot_filter: False
dmd_fullscreen: False
desktop_dmd_scale: 4

pyprocgame

pyprocgame is a high-level pinball development framework for use with P-ROC (Pinball Remote Operations Controller). It was written by Adam Preble and Gerry Stellenberg. More information about P-ROC is available at pinballcontrollers.com. See the pyprocgame site for the full pyprocgame documentation.

Prerequisites

pyprocgame requires the following:

  • Python 2.6
  • pypinproc -- native Python extension enabling P-ROC hardware access and native DMD frame manipulation.
  • setuptools -- required for procgame script installation. Also adds easy_install, a helpful installer tool for popular Python modules.
  • pyyaml -- YAML parsing.
  • One of the Python graphics and sound modules:
  • Python Imaging Library (PIL)

Installation

To install pyprocgame: (depending on your system configuration you may need to use sudo)

python setup.py install

This will install pyprocgame such that you can import it from any Python script on your system:

import procgame.game

It will also install the "procgame" command line tool into a system-dependent location. On Linux and Mac OS X systems this will probably be in your path such that you can type, from the command line:

procgame

and see a list of available commands. If it is not in your path you can invoke it directly, or modify your PATH environment variable. Note that on Windows the procgame script is typically located in C:\Python26\Scripts.

Documentation

Please see the pyprocgame Documentation site for the pyprocgame Manual and detailed API documentation.

License

Copyright (c) 2009-2011 Adam Preble and Gerry Stellenberg

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

fullcolor-hddmd-pyprocgame's People

Contributors

preble avatar gstellenberg avatar koenheltzel avatar mjocean avatar ariacomputer avatar

Stargazers

 avatar Dave avatar Mike Metzger avatar

Watchers

James Cloos avatar  avatar Dave avatar Brian Madden avatar  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.