First commit
Welcome to the Sloganeer developer blog. I will occasionally post ideas, inspirations and ruminations here, having to do with the Sloganeer app, which I'm currently spending a lot of time developing as an art project. Sloganeer is a lightweight signage app that displays text with animated transitions. It's open source and freely available at GitHub.
The target environment is a mini-PC running Windows, for a standalone kiosk type thing. Ideally it should run cool with little or no fan noise. To help that, I programmed it to sleep during the hold time, instead of pointlessly re-rendering the held text. This is cute because the longer the hold time, the more time the CPU has to idle and cool off. Here's some early benchmark data for a Geekcom IT11.
Version: 0.0.00.000 Resolution: 1920 x 1080 Transition duration: 2 seconds (x 2) Hold duration: 10 seconds During transitions, CPU reaches 1% maximum and GPU reaches 5% maximum. During hold, both CPU and GPU are 0%. All four CPUs are around 50° C, plus or minus 1 degree. The fan kicks in every few minutes but only for around 1 second; this is presumably normal steady-state cooling. Animation looks smooth, no visible glitches.
Comments
Post a Comment