Add license headers and a LICENSE file. (Was intended as LGPL a long time ago, but might as well make it explicit.) |
|
More...
|
almost 12 years ago
|
Using Freetype GL, can switch shaders to use the distance field technique (just images, not DF text yet). |
|
More...
|
almost 12 years ago
|
need a default white texture to mix the solid colors with |
|
More...
|
almost 12 years ago
|
All colors are RGBA. Use alpha blending for RGBA images. |
|
More...
|
almost 12 years ago
|
separate g2d-texture-file (load) and g2d-texture-rect (render); fixed png decoding |
|
More...
|
almost 12 years ago
|
EGL: implemented g2d_image_file. But loading and rendering need separation. |
|
More...
|
almost 12 years ago
|
egl implementation is starting to work (lines & bezier curves only). |
|
More...
|
almost 12 years ago
|
minor tweaks to x11, but the units are different now |
|
More...
|
over 12 years ago
|
Added an EGL/GLES2 implementation skeleton |
|
More...
|
over 12 years ago
|
No more colors in API calls: replaced with g2d-pen-color! mainly. |
|
More...
|
almost 13 years ago
|
Started a skeletal openGL port. This will change a lot: |
|
More...
|
almost 13 years ago
|
moved common functionality into g2d-shared-impl.c |
|
More...
|
almost 13 years ago
|
JPEG support in g2d-x11; some unfinished interface for stroking |
|
More...
|
almost 13 years ago
|
g2d eggs are OK for fb16 and x11; however decoding 8-bit pngs on X11 has an issue (png_read_png doesn't expand to 32-bit?) |
|
More...
|
about 13 years ago
|
dscm-g2d-x11 is a proper egg |
|
More...
|
about 13 years ago
|
dscm-platform is a real Chicken 4 egg; g2d-x11 is on the way |
|
More...
|
about 13 years ago
|
Improved consistency of coordinate systems: parse-path8 calls callbacks with mm coords; g2d-box-around takes mm coords (historically that's been only for debugging, and therefore used screen coords, but what the heck... it's useful so might as well let it it exist as a real API call). |
|
More...
|
over 14 years ago
|
path8's bbox is in mm64ths, whereas the deltas are in screen coords |
|
More...
|
over 14 years ago
|
bezier->path8 is working better |
|
More...
|
over 14 years ago
|
removed printf |
|
More...
|
over 14 years ago
|
works on the mac (with X11); added check for divide-by-zero in g2d_bezier |
|
More...
|
over 14 years ago
|
removed printfs |
|
More...
|
over 14 years ago
|
added g2d-box-around ` |
|
More...
|
over 14 years ago
|
added parse-path8 |
|
More...
|
over 14 years ago
|
added make-point-iter, path8-append-deltas, bezier->path8, polyline->path8, dump-path8 and some lesser utility functions |
|
More...
|
over 14 years ago
|
remote-shell works with chicken4 now |
|
More...
|
over 15 years ago
|
require-library rather than use for chicken4, unless it's an installed extension |
|
More...
|
over 15 years ago
|
posix version sucks too. Starting to think file I/O methodology for rfcomm is oversimplified. |
|
More...
|
almost 16 years ago
|
should work, doesn't. |
|
More...
|
almost 16 years ago
|
attempt to remote-control the Bluetooth adapter for the CompuTrainer load generator |
|
More...
|
almost 16 years ago
|