tgi.h

Other misc things
Post Reply
stefano
Well known member
Posts: 2137
Joined: Mon Jul 16, 2007 7:39 pm

tgi.h

Post by stefano »

There are surely better things to do, but this one was a very simple add.

The TGI library is the CC65 version of the z88dk libraries. It is clearly inspired by the Turbo C BGI stuff and provides interesting features, such as the support for a vector font format (fonts converted from the BGI libraries are availabe).

I'm NOT supporting the fonts at this stage, it is just a basic remap of the simpler graphics primitives, but it is useful to understand whether writing portable code is possible and easy enough.

tgi.png
tgi_sier.png
tgi_vader.png
You do not have the required permissions to view the files attached to this post.
cborn
Well known member
Posts: 267
Joined: Tue Oct 06, 2020 7:45 pm

Re: tgi.h

Post by cborn »

cool. at wos i dumped severall basic grafic routines from a book and i have in mind to use them as a "challenge" for me.
were can i obtain tgi.h? i think i will need it! in the nigthly probably?
stefano
Well known member
Posts: 2137
Joined: Mon Jul 16, 2007 7:39 pm

Re: tgi.h

Post by stefano »

yes, the nightly build should add it, but you don't need tgi.h.
graphics.h, lib3d.h, games.h and stencil.h have all you need already, tgi.h remaps something just to make life easier while porting
Post Reply