This is a simple scene simulator for the snowflake decoration. You can simulate the look of the scene before compiling a firmware and upload it to the snowflake board.
Version 1.0.0 is a stable version I created in under two hours. It is just a proof of concept and a very good starting point. Feel free to contribute to this project.
This application compiles on any operating system. Just download and install the open-source Qt creator from here:
https://www.qt.io/download-open-source
Install the creator with Qt 5.12.6 or any newer version.
Open the SnowFlakeSceneSimulator.pro
and edit your scene in the Firmware/scene/User.cpp
and Firmware/scene/User.hpp
file. If you run the application, a window opens simulating your scene.
Read more about the snowflake project on: https://luckyresistor.me/projects/snow-flake-decoration/
Buy your own version of the snowflake decoration from Pimoroni: https://shop.pimoroni.com/products/snowflake
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.