Skip to content

aaronfc/countdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

countdown

Countdown application used during HackMeUps at Tuenti.

STATUS

PoC

TODO (by priority)

  • Prepare to listen to external events (websocket to heroku instance)
  • Setup server and client for LOVING feature available here
  • Bring back sounds
  • Add minimal testing ONGOING
  • Improve UI (shortcuts)
  • Figure out how the h#!% the imports should work to avoid ./run script
  • Add proper logging
  • Cleanup hearts code and isolate logic from representation
  • Isolate access to config.py

Whishlist

  • Support negative feedback (broken hearts or smiley shits)
  • Allow text comments (maybe spoken?)
  • Clap-o-meter (mic)
  • Sync data from spreadsheet

Troubleshoot on fresh install

  • You need to install python-pygame dependencies.
$ sudo apt-get build-dep python-pygame

NOTE: You might need to enable deb-src in your /etc/apt/sources.list

  • You need to install cython manually. Dependencies on requirements.txt doesn't seem to work :(
$ pip install cython
$ sudo apt-get install python-setuptools python-pygame python-opengl \
  python-gst0.10 python-enchant gstreamer0.10-plugins-good python-dev \
  build-essential libgl1-mesa-dev libgles2-mesa-dev zlib1g-dev python-pip
  • Link correctly GL library.
$ sudo ln -s /usr/lib/libGL.so.1 /usr/lib/libGL.so

About

Countdown project for HMUs

Resources

License

Stars

Watchers

Forks

Packages

No packages published