Libcrtxy – The CRT X-Y Library for drawing vector-based games(libcrtxy.sourceforge.net)
libcrtxy.sourceforge.net
Libcrtxy – The CRT X-Y Library for drawing vector-based games
http://libcrtxy.sourceforge.net/
1 comments
Neat looking library, but it seems woefully out of date for today's modern graphics pipelines. Would be cool to see a similar library but that uses OpenGL and modern GLSL shaders to more closely emulate drawing vectors on a CRT. Still this could be a neat little library for use on low end systems like a Raspberry Pi.
The owner of the github repo and myself worked on this for a while: https://github.com/blucz/Vector
It does what you said. We never took this anywhere, but it does work, and on retina displays, it's really pretty.
It does what you said. We never took this anywhere, but it does work, and on retina displays, it's really pretty.
Wow that looks great, nice work!