Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/diemmarkus/project640
Project640 is an equalizer app that removes the dust from our old-school LCD-640 Linienprojektor.
https://github.com/diemmarkus/project640
Last synced: 2 days ago
JSON representation
Project640 is an equalizer app that removes the dust from our old-school LCD-640 Linienprojektor.
- Host: GitHub
- URL: https://github.com/diemmarkus/project640
- Owner: diemmarkus
- License: gpl-3.0
- Created: 2018-12-13T12:27:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-17T12:37:23.000Z (about 6 years ago)
- Last Synced: 2024-12-03T10:25:33.223Z (about 2 months ago)
- Language: C++
- Size: 1.05 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Project640
Project640 is an equalizer app that removes the dust from our old-school LCD-640 Linienprojektor.## Build Project640 (Windows)
### Compile dependencies
- `Qt` SDK or the compiled sources (>= 5.4.0)### Compile Project640 (MSVC)
1. Open CMake GUI
2. set the Pong folder to `where is the source code`
3. choose a build folder
4. Set `QT_QMAKE_EXECUTABLE` by locating the qmake.exe
5. Hit `Configure` then `Generate` (twice)
6. Open the `Project640.sln` which is in your new build directory
7. Right-click the Pong project and choose `Set as StartUp Project`
8. Compile the Solution### If anything did not work
- check if your Qt is set correctly (otherwise set the path to `qt_install_dir/qtbase/bin/qmake.exe`)
- check if your builds proceeded correctly## Links
- [nomacs.org](https://nomacs.org)