0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
May 08, 2023 — May 08, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add license headers and a LICENSE file. (Was intended as LGPL a long time ago, but might as well make it explicit.)
ecloud
as Shawn Rutledge
More... about 11 years ago
Using Freetype GL, can switch shaders to use the distance field technique (just images, not DF text yet).
ecloud
as Shawn Rutledge
More... about 11 years ago
need a default white texture to mix the solid colors with
ecloud
as Shawn Rutledge
More... about 11 years ago
All colors are RGBA. Use alpha blending for RGBA images.
ecloud
as Shawn Rutledge
More... about 11 years ago
separate g2d-texture-file (load) and g2d-texture-rect (render); fixed png decoding
ecloud
as Shawn Rutledge
More... about 11 years ago
EGL: implemented g2d_image_file. But loading and rendering need separation.
ecloud
as Shawn Rutledge
More... about 11 years ago
egl implementation is starting to work (lines & bezier curves only).
ecloud
as Shawn Rutledge
More... about 11 years ago
minor tweaks to x11, but the units are different now
ecloud
as Shawn Rutledge
More... almost 12 years ago
Added an EGL/GLES2 implementation skeleton
ecloud
as Shawn Rutledge
More... almost 12 years ago
No more colors in API calls: replaced with g2d-pen-color! mainly.
ecloud
as Shawn Rutledge
More... about 12 years ago
Started a skeletal openGL port. This will change a lot:
ecloud
as Shawn Rutledge
More... about 12 years ago
moved common functionality into g2d-shared-impl.c
ecloud
as Shawn Rutledge
More... about 12 years ago
JPEG support in g2d-x11; some unfinished interface for stroking
ecloud
as Shawn Rutledge
More... about 12 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?)
ecloud
as Shawn Rutledge
More... about 12 years ago
dscm-g2d-x11 is a proper egg
ecloud
as Shawn Rutledge
More... over 12 years ago
dscm-platform is a real Chicken 4 egg; g2d-x11 is on the way
ecloud
as Shawn Rutledge
More... over 12 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).
ecloud
as Shawn Rutledge
More... over 13 years ago
path8's bbox is in mm64ths, whereas the deltas are in screen coords
ecloud
as Shawn Rutledge
More... over 13 years ago
bezier->path8 is working better
ecloud
as Shawn Rutledge
More... over 13 years ago
removed printf
ecloud
as Shawn Rutledge
More... over 13 years ago
works on the mac (with X11); added check for divide-by-zero in g2d_bezier
ecloud
as Shawn Rutledge
More... over 13 years ago
removed printfs
ecloud
as Shawn Rutledge
More... over 13 years ago
added g2d-box-around `
ecloud
as Shawn Rutledge
More... over 13 years ago
added parse-path8
ecloud
as Shawn Rutledge
More... over 13 years ago
added make-point-iter, path8-append-deltas, bezier->path8, polyline->path8, dump-path8 and some lesser utility functions
ecloud
as Shawn Rutledge
More... over 13 years ago
remote-shell works with chicken4 now
ecloud
as Shawn Rutledge
More... almost 15 years ago
require-library rather than use for chicken4, unless it's an installed extension
ecloud
as Shawn Rutledge
More... almost 15 years ago
posix version sucks too. Starting to think file I/O methodology for rfcomm is oversimplified.
ecloud
as Shawn Rutledge
More... about 15 years ago
should work, doesn't.
ecloud
as Shawn Rutledge
More... about 15 years ago
attempt to remote-control the Bluetooth adapter for the CompuTrainer load generator
ecloud
as Shawn Rutledge
More... about 15 years ago