All Projects → rbn42 → panon

rbn42 / panon

Licence: GPL-3.0 License
An Audio Visualizer Widget in KDE Plasma

Programming Languages

QML
638 projects
python
139335 projects - #7 most used programming language
GLSL
2045 projects
shell
77523 projects
CMake
9771 projects
javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to panon

music visualizer
Shader viewer / music visualizer for Windows and Linux
Stars: ✭ 137 (+21.24%)
Mutual labels:  shadertoy, music-visualizer
libvisual
Libvisual Audio Visualization
Stars: ✭ 67 (-40.71%)
Mutual labels:  spectrum-analyzer, music-visualizer
music-js
HTML5 Audio API music visualizer for JavaScript
Stars: ✭ 37 (-67.26%)
Mutual labels:  music-visualizer
Unity-Wave-Propagation-Water-Ripple
water ripple shader for Unity
Stars: ✭ 78 (-30.97%)
Mutual labels:  shadertoy
aurora-sdk-mac
An SDK to develop effects for Nanoleaf Light Panels using features like frequency, beat, or tempo.
Stars: ✭ 43 (-61.95%)
Mutual labels:  music-visualizer
card-game-GLSL
card game in the single GLSL shader
Stars: ✭ 20 (-82.3%)
Mutual labels:  shadertoy
NR1-UI
Userinterface for Volumio (RaspberryPi) with ssd1322 and ssd1306 oled display, spectrum bargraph, progress bar, LED functions, Standby-functions, 4 Buttons and Rotary Encoder.
Stars: ✭ 29 (-74.34%)
Mutual labels:  spectrum-analyzer
JetTunes-Desktop-Music-Player
Material design music player made with javafx
Stars: ✭ 36 (-68.14%)
Mutual labels:  music-visualizer
ShaderToy.NET
Native shadertoy-compatible GLSL playground in .NET framework Environment
Stars: ✭ 53 (-53.1%)
Mutual labels:  shadertoy
nocturnal-kde
Nocturnal theme - KDE Plasma
Stars: ✭ 12 (-89.38%)
Mutual labels:  plasma-desktop
gestalt
Creative coding playground - Color, Note, Code
Stars: ✭ 16 (-85.84%)
Mutual labels:  music-visualizer
blender-custom-nodes
Custom compositor nodes for Blender
Stars: ✭ 61 (-46.02%)
Mutual labels:  shadertoy
30-days-of-shade
30 days of shaders in GLSL using GLSLCanvas
Stars: ✭ 134 (+18.58%)
Mutual labels:  shadertoy
oscilloscoper
Creates oscilloscope videos from WAV files
Stars: ✭ 23 (-79.65%)
Mutual labels:  music-visualizer
aurora-sdk-win
An SDK to develop effects for Nanoleaf Light Panels using features like frequency, beat, or tempo.
Stars: ✭ 22 (-80.53%)
Mutual labels:  music-visualizer
notebookdrawings-shader-unity
Unity3D port of the excellent 'notebook drawings' post-processing shader by flockaroo.
Stars: ✭ 34 (-69.91%)
Mutual labels:  shadertoy
VR audioscape
Google Summer of Code 2017 project - VR application built with processing-android
Stars: ✭ 32 (-71.68%)
Mutual labels:  music-visualizer
GLSLShaderShrinker
Optimizes the size of GLSL shader code.
Stars: ✭ 39 (-65.49%)
Mutual labels:  shadertoy
cast control
📺 Control Chromecasts from Linux and D-Bus
Stars: ✭ 443 (+292.04%)
Mutual labels:  plasma-desktop
Fedora-KDE-Minimal-Install-Guide
Guide to install KDE Plasma desktop environment on a minimal Fedora installation
Stars: ✭ 125 (+10.62%)
Mutual labels:  kde-desktop

This is an audio spectrum analyzer for KDE panel.

../../wiki/plasmoid/preview.png

Requirements

Version
OpenGL / GLSL>= 3.0 / 1.30
org.kde.kirigami>= 2.3 (kf 5.42)
org.kde.newstuff>= 1.1 (kf 5.63)

If your KDE Framework is older than 5.63, see here.

Dependencies

Arch Linux

sudo pacman -S qt5-websockets \
    python-docopt python-numpy python-pyaudio python-cffi python-websockets 

openSUSE

sudo zypper in libQt5WebSockets5 \
    python3-docopt python3-numpy python3-PyAudio python3-cffi python3-websockets

Ubuntu

sudo apt-get install qml-module-qt-websockets \
    python3-docopt python3-numpy python3-pyaudio python3-cffi python3-websockets

Solus

sudo eopkg install qt5-websockets  \
   python-docopt PyAudio numpy python-cffi python-websockets

Installation

Via KDE Store

  1. Open the “Add Widgets” dialog of your desktop
  2. Go to “Get New Widgets” in the bottom
  3. Click “Download New Plasma Widgets”
  4. Search for “panon”
  5. Click “Install”

Via Command Line

git clone https://github.com/rbn42/panon.git
cd panon

# Download SoundCard and hsluv-glsl
git submodule update --init

# Build translations (optional)
mkdir build
cd build
cmake ../translations
make install DESTDIR=../plasmoid/contents/locale
cd ..

# To install
kpackagetool5 -t Plasma/Applet --install plasmoid

# To upgrade
kpackagetool5 -t Plasma/Applet --upgrade plasmoid

Via AUR

plasma5-applets-panon is available for ArchLinux.

Visual Effects

Troubleshooting

Credits

Main Contributors

From old to new,

Contributor
AUR package maintained bymareex, flying-sheep (Philipp A.)
German translation added byNullDev (Chris)
“Download New Effects” dialog added byflying-sheep (Philipp A.)
Dutch translation added byVistaus (Heimen Stoffels)
“Monitor of Current Device” option added byYuannan

And thanks for all the reported issues and suggestions, which I would not list here.

Third Party Source

FilesSourceLicensed under
source.py and spectrum.pyadapted from PyVisualizer
hsv2rgb in utils.fshcopied from GLSL-color.md
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].