fruchti
6b60117356
Add GLUT to nix shell
2024-06-04 21:47:47 +02:00
fruchti
a9baea6e4d
Fix libusb header paths
2024-06-04 20:00:20 +02:00
fruchti
7a8d24c872
Add nix shell
2024-06-04 20:00:20 +02:00
fruchti
f9129b3957
Add LED matrix control through USB iso transfers
2024-06-04 20:00:17 +02:00
CNLohr
237d0534fa
Update clang to not require Windows SDK.
2023-07-29 13:40:58 -04:00
cnlohr
bf21e3bc67
Fix overflows.
2023-01-23 00:53:21 -05:00
cnlohr
138001ac4b
A few tweaks.
2023-01-20 04:55:33 -05:00
cnlohr
966fea1756
lowspec phase 2: More of the CC algorithm.
2023-01-20 04:46:34 -05:00
cnlohr
9984ec1e15
Move really lowspec tests over.
2023-01-20 03:13:34 -05:00
cnlohr
2630cd19ba
Head to head comparison.
2023-01-20 02:35:01 -05:00
cnlohr
95435d2918
Add note about careful selection of samplerate
2023-01-20 02:18:55 -05:00
cnlohr
0e78f44265
Add some mega lospec tests.
2023-01-20 02:14:22 -05:00
Cai Biesinger
45b483b96d
Fixing cnfa module referencing nonexistant commit
2022-12-06 16:31:53 -07:00
CNLohr
34093a0ead
Update CNFA
2022-11-12 14:07:53 -08:00
CNLohr
6dab01fb35
Fix build on unusual version of mingw.
2022-11-12 13:57:47 -08:00
Samuel Ellicott
72c880f701
Fix Windows build and build instructions
2022-10-22 01:21:21 -04:00
Sam Ellicott
300e50c33f
Build and cleanup colorchord-opengl by default.
...
- Remove binary from tracked files
2022-10-21 23:04:18 -04:00
Sam Ellicott
9dc4b12708
Remove FPS counter on command line
...
- Don't show debug info by default
- Other minor formatting changes
2022-10-21 23:02:24 -04:00
Sam Ellicott
ba996232a4
Default background is black
2022-10-21 22:57:59 -04:00
Sam Ellicott
744f65defb
All files included in Windows build
...
- Displays that only work on linux have a compile guard
2022-10-21 22:57:12 -04:00
Sam Ellicott
66a577ef82
Edit default configurations
...
- Better documentation of settings
- Default settings work on Windows and Linux
- Move all configurations other than
default to example_configs directory
- Modify main.c to handle config updates
2022-10-21 22:51:41 -04:00
CNLohr
b349438aa7
Update LICENSE
2022-09-06 21:16:01 -07:00
Sam Ellicott
79c2a54e8b
Merge pull request #127 from Eugene8388608/master
...
Fixed color in DisplayRadialPoles
2021-12-12 09:54:58 -05:00
Eugene8388608
0883886fa2
Add files via upload
2021-12-12 02:24:35 +03:00
Sam Ellicott
e7c3c6c362
Merge pull request #126 from Eugene8388608/master
...
Waveform was rotated 180 degrees and local code cleanup
2021-11-24 11:44:03 -05:00
Eugene8388608
ce43258505
Add files via upload
2021-11-24 00:53:59 +03:00
Eugene8388608
6dd5695403
Add files via upload
2021-11-24 00:29:42 +03:00
Sam Ellicott
0a44c60024
Update README.md
...
Fix path in Windows compile instructions
2021-11-11 20:17:28 -05:00
Sam Ellicott
f6bfcb8bf9
Merge pull request #125 from Eugene8388608/master
...
Fix color representation bugs
2021-11-06 00:38:29 -04:00
Eugene8388608
551e857fb1
Add files via upload
2021-11-05 23:26:14 +03:00
Sam Ellicott
1ccf79205f
Merge pull request #123 from cnlohr/rawdraw-update
...
Rawdraw update
2021-06-07 20:47:29 -04:00
Sam Ellicott
c800b70640
Update colorchord binary
2021-06-07 20:42:36 -04:00
Sam Ellicott
da7190f0fa
Make default to compile with openGL support
2021-06-07 20:39:35 -04:00
Sam Ellicott
0fa56bb434
Bump rawdraw version
2021-06-07 20:18:26 -04:00
Sam Ellicott
2feb2e9432
Bump rawdraw version
2021-06-05 00:12:57 -04:00
Sam Ellicott
ffe467c2dd
Define constants for various application colors
2021-06-05 00:12:38 -04:00
Sam Ellicott
9210cca20e
Remove old, dead, code
2021-06-05 00:10:13 -04:00
Sam Ellicott
28612cadd8
Update to master branch of rawdraw
...
- Add HandleDestroy stub function
- Update HSVtoHEX function to RGBA
- Start moving over to CNFGColor()
2021-06-04 22:42:50 -04:00
Sam Ellicott
65a5a33c22
Slight update to the build instructions
2021-06-04 22:14:13 -04:00
Sam Ellicott
56007d28eb
Updated devrecord
...
- Made windows loopback device the default
- Added instructions on how to do the same on Linux
2021-06-04 21:57:34 -04:00
Sam Ellicott
737ae717bb
Fix tcc build on Windows
2021-06-03 08:28:59 -04:00
Sam Ellicott
deeec1b716
Fix Windows build
2021-06-03 00:08:49 -04:00
Sam Ellicott
27ed88b5de
Merge pull request #122 from cnlohr/code-cleanup
...
Merge code cleanup branch
2021-05-22 15:50:20 -04:00
Sam Ellicott
e87d16e905
Update Makefile with an opengl option
2021-05-22 15:47:42 -04:00
Sam Ellicott
08eb40a900
Fix formatting issues
2021-05-22 14:45:23 -04:00
Sam Ellicott
36ef604baf
Update clang-format
2021-05-22 14:44:59 -04:00
Sam Ellicott
e853558f7b
bump CNFA submodule
...
Fix CNFA driver not being loaded with clang on Windows [Issue 121](https://github.com/cnlohr/colorchord/issues/121 )
This was caused by improper #ifdef guards on driver initilization code
in CNFA.
2021-04-29 05:33:53 -04:00
CNLohr
82d44ae6b5
Merge pull request #120 from wesleygas/master
...
WLED Integration and example config
2021-04-10 23:52:08 -04:00
wesleygas
2fbc910415
WLED Integration and example config
2021-04-04 23:49:59 -03:00
Sam Ellicott
b6b3039459
Fix allignment issue
2021-03-13 15:55:43 -05:00