Update to experimental state in master :D #2

Merged
neuron303 merged 24 commits from master into master 2019-09-23 15:19:47 +02:00

24 Commits

Author SHA1 Message Date
Gitea
682927bb13 Adds audio deps to travis 2019-09-23 00:23:50 +02:00
Gitea
339fedea9a Revert "Make travis happy (i.e. c++11 compliant code)"
This reverts commit 14353ae5ce.
2019-09-23 00:07:54 +02:00
Gitea
ff700dd75a Revert "qt 5.10"
This reverts commit 9c573faba1.
2019-09-23 00:06:59 +02:00
Gitea
3dc0610c09 Adds OpenGl deps to travis 2019-09-23 00:04:27 +02:00
Gitea
7e17181bea Try bionic for more recent compilers 2019-09-22 23:52:00 +02:00
Gitea
14353ae5ce Make travis happy (i.e. c++11 compliant code) 2019-09-22 23:31:15 +02:00
Gitea
5619ef7b14 Tweak defaults for decay and lightspeed 2019-09-22 18:59:09 +02:00
Gitea
86dccd467e Uses alpha channel to draw lines, uses Qt::FlatCap style, uses QPainter::Antialiasing 2019-09-22 18:58:45 +02:00
Gitea
2b9b1cf9a4 Factor out drawBuffer from updateDrawBuffer 2019-09-22 12:42:09 +02:00
Gitea
5df7b6fce5 Adds TODO on how to clear the buffer 2019-09-22 11:58:48 +02:00
Gitea
7db83d5eba Experiment with afterglow, and partial buffer painting 2019-09-22 09:54:18 +02:00
Gitea
f7cb80007f Prepare rendering in smaller batches (per screen frame) 2019-09-21 09:38:39 +02:00
Gitea
1481a33326 Scales using QPainter::scale 2019-09-18 00:04:50 +02:00
Gitea
7d26cf4387 Change default zoom factor to 100% 2019-09-17 23:21:19 +02:00
Gitea
09e1d1ff16 Store only one value for afterglow 2019-09-17 23:20:56 +02:00
Gitea
50fb47f513 Merge remote-tracking branch 'upstream/master' 2019-09-17 22:19:35 +02:00
Gitea
00cd74295c Allow to stop DebugToneGenerator 2019-09-17 22:13:28 +02:00
Gitea
6c550abaaf Calculates afterglow from a value 0.0 to 1.0
which is the factor the screen will be after 1 second (provided it draws at the set FPS rate)
2019-09-17 22:06:55 +02:00
9c573faba1 qt 5.10
edit on phone 🤣
2019-09-17 21:56:57 +02:00
Gitea
e6249131ff Workaround updating frame (and thus darkening the image)
by only updating when there is new data.
This essentially limits the frame rate to the buffer update rate

This will be fixed when painting is done in smaller chunks of the buffer
2019-09-17 19:48:44 +02:00
Gitea
86b99ab8d2 Moves painting of frame into helper function 2019-09-17 19:46:48 +02:00
Gitea
1fb31a4ec2 Adds gitignores for moc_predef.h and linux default binary name 2019-09-16 18:53:34 +02:00
Gitea
f5d6995d98 Fix warnings by moving class declaration into class
Original warning: <TO BE ADDED>
2019-09-16 18:50:37 +02:00
Gitea
ab2853475f Reorder includes (local to system)
Include local include first so that dependencies on external includes are less likely overlooked
2019-09-16 18:09:44 +02:00