Changes for version 6.07
- Whoops, 6.06 was broken outside of the install environment.
- Had to add some clever code to the Makefile.PL script to still be able to have the C code separate. For me it is easier to have it as a separate file while developing, instead of part of Framebuffer.pm as before. What happens now is it joins the two files back into one when Makefile.PL is called. I'm happy, because I can develop easier; and you're happy, because it works again.
- Also fixed "slideshow.pl" as that seemed to be broken. It no longer uses threads. It didn't need them.
Modules
A Simple Framebuffer Graphics Library
A Simple Framebuffer Graphics Library
Examples
- examples/dump.pl
- examples/fonts.pl
- examples/images/Anime_Red_Head.jpg
- examples/images/Blonde_Pigtails.jpg
- examples/images/Halloween.jpg
- examples/images/HeadBang.gif
- examples/images/Lolipop_Chainsaw.jpg
- examples/images/RWBY_Beuowolf.png
- examples/images/RWBY_Crescent_Rose_Ruby.png
- examples/images/RWBY_Ruby_Moon.jpg
- examples/images/RWBY_Ruby_Weiss.jpg
- examples/images/RWBY_Volume_4.jpg
- examples/images/RWBY_White.jpg
- examples/images/RWBY_by_Lo_Wah.jpg
- examples/images/Test_Pattern.jpg
- examples/images/dorksmile.png
- examples/primitives.pl
- examples/slideshow.pl
- examples/template.pl
- examples/threadstest.pl
- examples/viewpic.pl