Télécharger la liste

Description du projet

Libfake437 is a cross-platform library for rendering code page 437 'graphics' (think 'ANSI art', ZZT, Dwarf Fortress, or Kingdom of Kroz). The library is written in C and uses SDL for drawing. The public interface is documented and should be reasonably intuitive.

Système requise

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2011-10-08 19:49
0.71

Une nouvelle fonction de f437_surface_new_sized a été ajoutée. Il crée un F437Surface Limited lignes et colonnes, mise à l'échelle aussi grande que possible et centré dans la SDL_Surface.
Tags: Minor
A new f437_surface_new_sized function was added. It creates a F437Surface of limited rows and columns, scaled as large as possible, and centred in the SDL_Surface.

2011-10-03 01:33
0.7

Cette version raccorde l'interface vers le bas en ajoutant un petit État à F437Surface. Il tue l'abstraction de la F437Display et le wrapper C++.
This release trims the interface down by adding a little state to F437Surface. It kills the F437Display abstraction and the C++ wrapper.

2010-01-02 15:38
0.6

Il ya eu quelques changements à la façon dont la surface API libère de la mémoire. Une couche de base abstraction appelée 'F437Display "a été ajouté, auxquelles correspondent des classes C + + fake437:: Affichage. L'API C + + a été légèrement enrichi.
There have been some changes to how the surface API frees memory. A layer-based abstraction called 'F437Display' has been added, with corresponding C++ class fake437::Display. The C++ API has been slightly enriched.

2009-12-28 12:58
0.5

Soutien aux multiples (et définis par l'utilisateur) les polices, en passant par le F437Font struct. L'interface primitive besoins de la police passé sur chaque appel, alors que l'interface de surface permet d'économiser la police lors de la création de surface. Utilisez f437_get_font pour obtenir l'un des pré-définis polices: F437_FONT_8x8, F437_FONT_8x8_THIN ou F437_FONT_8x14. Il ya un f437_surface_try_new nouvelle fonction qui ne abort () sur l'attribution d'échec.
Support for multiple (and user-defined) fonts, by way of the F437Font struct. The primitive interface needs the font passed in on every call, while the surface interface saves the font at surface creation. Use f437_get_font to get one of the pre-defined fonts: F437_FONT_8x8, F437_FONT_8x8_THIN, or F437_FONT_8x14. There is a new function f437_surface_try_new that doesn't abort() on allocation failure.

2009-11-26 01:04
0.41

Texinfo Plusieurs bogues documents connexes ont été fixés.
Tags: minor documentation
Several texinfo-related documentation bugs were fixed.

Project Resources