All Projects → Gargaj → wuhu

Gargaj / wuhu

Licence: other
Lightweight Party Management System

Programming Languages

PHP
23972 projects - #3 most used programming language
javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to wuhu

re
"What Are You Syncing About?" – Ninjadev's submission for Revision 2017
Stars: ✭ 69 (+122.58%)
Mutual labels:  demoscene
aisa
AISA is a Software 3D Engine written in TypeScript.
Stars: ✭ 24 (-22.58%)
Mutual labels:  demoscene
YALCT
Yet Another Live Coding Tool - Powered by Veldrid and elbow grease
Stars: ✭ 25 (-19.35%)
Mutual labels:  demoscene
makeshift
Source code for Makeshift by Logicoma
Stars: ✭ 41 (+32.26%)
Mutual labels:  demoscene
numen
Famous Atari 8-bit demo
Stars: ✭ 20 (-35.48%)
Mutual labels:  demoscene
Dreamdealers
Deamdealers Amiga demo sources !!!
Stars: ✭ 38 (+22.58%)
Mutual labels:  demoscene
tornado-amiga
The Tornado Amiga Demo System
Stars: ✭ 31 (+0%)
Mutual labels:  demoscene
Foxotron
General purpose model viewer
Stars: ✭ 53 (+70.97%)
Mutual labels:  demoscene
roboto-demo
Game Boy demo for Skrolli Party 2017.
Stars: ✭ 24 (-22.58%)
Mutual labels:  demoscene
libxm
A small XM (FastTracker II Extended Module) player library.
Stars: ✭ 94 (+203.23%)
Mutual labels:  demoscene
DevSound
Game Boy sound driver
Stars: ✭ 48 (+54.84%)
Mutual labels:  demoscene
minimal gl
PC 4K Intro Editor
Stars: ✭ 36 (+16.13%)
Mutual labels:  demoscene
pyrocket
A tool for synchronizing music and visuals in demoscene productions
Stars: ✭ 17 (-45.16%)
Mutual labels:  demoscene
glextrusion
OpenGL 3D extrusion library
Stars: ✭ 27 (-12.9%)
Mutual labels:  demoscene
system-zoetrope-amiga-demo
An AMIGA OCS demo by Mandarine released during the Outline 2015 demoparty
Stars: ✭ 29 (-6.45%)
Mutual labels:  demoscene
pouet2.0
The next generation of trumpets. Now with 10% more whining sound.
Stars: ✭ 129 (+316.13%)
Mutual labels:  demoscene
virtualc64web
vc64web - web based Commodore 64 Emulation with CSDb access for thousands of demos at your fingertip
Stars: ✭ 23 (-25.81%)
Mutual labels:  demoscene
even-laster-engine
Excess demo engine
Stars: ✭ 96 (+209.68%)
Mutual labels:  demoscene
in4k.github.io
markdown clone / fork / 2016 revamp of the good old in4k.untergrund.net wiki
Stars: ✭ 69 (+122.58%)
Mutual labels:  demoscene
GLSLShaderShrinker
Optimizes the size of GLSL shader code.
Stars: ✭ 39 (+25.81%)
Mutual labels:  demoscene

WUHU

Lightweight party management system http://wuhu.function.hu

Requirements

Server side:

  • Apache 2.x (Not tested with other servers but it should probably work fine)
  • PHP 5.x (works fine with 7.x)
  • MySQL 5.x (works fine with MariaDB)

Beamer side:

  • HTML5 compatible browser (Chrome/Firefox preferred)
  • Machine to handle it (any OS)

Basic installation

Note: there's an installation script available from https://gist.github.com/Gargaj/2a8cb8c015244b6431b9 that can pretty much set most things up on a blank Linux install.

Apache

  1. Set up a basic Apache server with two virtual hosts, one for the users and one for the admins. One convenient way to configure this is http://party.lan pointing to /var/www/party http://admin.lan pointing to /var/www/admin The admin one is recommended to have SSL configured.
    It's important to set up a working nameserver too!

  2. Set AllowOverride in your Apache configs to All.

MySQL

Set up a MySQL server, create a database, and create an account that has full read/write access to the database.

Miscellaneous Unix stuff

  1. Create a directory where you will store your compo entries. This dir has to be readable and writeable by Apache, and for convenience, it's useful if it's the root dir of a password protected FTP.
  2. Create another directory, where you will store the screenshots. This dir has to be readable and writeable by Apache, but it will only serve as storage, it doesn't have to be accessible by anything else.
  3. Unpack the www_admin dir into your admin dir and unpack the www_party dir into your party dir.

Deployment

  1. Open your admin interface in a web browser. It should bring you to the deployment form.
  2. Fill the form accordingly, and remember to use absolute paths everywhere.
  3. On success, you should be forwarded to the admin interface. Note that if you set a user/pass for the interface, you will be prompted for it.

Using the beam system

  1. Click the "Slideviewer" link in the admin
  2. Enter the original slide resolution in which the design was done
  3. Press "Open viewer" - most browsers allow you to switch to fullscreen with F11.

Both beam systems rely on simple keypresses for operation.

  • ALT-F4 - quit
  • LEFT ARROW - previous slide / minus one minute in countdown mode
  • RIGHT ARROW - next slide / plus one minute in countdown mode
  • HOME - first slide
  • END - last slide
  • S - partyslide rotation mode
  • T - reload stylesheet (without changing the slide contents)
  • SPACE - re-read result.xml (and quit partyslide mode)

This last key essentially means that once you've used the "BEAMER" menu on the admin interface, you must press SPACE to refresh the data inside (and/or switch to another mode).

Credits

Wuhu was created and is maintained by Gargaj / Conspiracy.

Additional effort by:

  • Zoom / Conspiracy with the original admin design and QA
  • Quarryman / Ogdoad for minor fixes
  • lug00ber / Kvasigen for additional QA
  • The TG Creativia crew for their immense QA effort

Acknowledgments for external stuff are available in the license file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].