This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
CLK
Watch
1
Star
0
Fork
0
You've already forked CLK
mirror of
https://github.com/TomHarte/CLK.git
synced
2024-11-26 23:52:26 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
638b08302b
CLK
/
Outputs
/
CRT
History
Thomas Harte
638b08302b
The initial composite buffer is now genuinely a composite signal.
2016-04-21 19:37:32 -04:00
..
Internals
The initial composite buffer is now genuinely a composite signal.
2016-04-21 19:37:32 -04:00
CRT.cpp
Eliminated use of zero-alpha runs to clear new lines in the intermediate buffer in favour of a scissored glClear. It's just an easier way to scale the current approach to three intermediate buffers.
2016-04-20 20:44:25 -04:00
CRT.hpp
Updated documentation.
2016-04-12 22:38:49 -04:00
CRTTypes.hpp
Added a helper to calculate a visible rect based on output timings, used it to scale the Electron output up to the full window size.
2016-04-11 21:47:23 -04:00