libcrtxy is a CRT X-Y graphics library.
libcrtxy is a simple graphics library for drawing points and lines, to create games like vector-graphics arcade classics from the 1970s and 80s. Utilizing fixed-point math, and a scalable virtual canvas, games written with libcrtxy benefit from scalability from slow CPU systems with small screens and no FPU, up to high-end systems with accelerated graphics cards. You write your game, users decide how it looks based on their system's capabilities (anti-aliasing, alpha blending, etc.)
Product's homepage
Requirements:
· SDL
· SDL_image
What's New in This Release: [ read full changelog ]
· Fixed-point math scalable graphics library for creating vector-graphics games