Table of content

  1. Disclaimer
  2. What is it?
    1. Purpose
    2. Features
  3. Compilation
    1. Requirements
    2. *nix
    3. Windows
    4. Eclipse
  4. Installation
    1. Requirements
    2. Installing
  5. License
  6. Thanks

Disclaimer

I am not liable for any damage caused by the use of this program.

What is it?

Purpose

hhibView is a fast viewer of formatted text for the calculators of Texas Instrument : ti89, ti92+, v200.

Features

  • from hiblib features :
    • draw TXT, STR, PIC files
    • compatible with every TxtRider format
    • bookmarks with hierarchy
    • PIC in text files
    • compressed files (generic call back)
    • hypertext link
    • fast vertical and horizontal scrolling
    • font changing
    • formatting of the text
      • vector, conjuguate, strike, inversed color and underline
      • suffix and exponent
      • italic and bold
  • Show text from the parameters : hibview("#Thello world !")
  • support of compressed files (with ziplib)
  • support of screen display changing
  • zoom
  • embedded minimal file browser

Compilation

Requirements

hibView needs the last version of TiGCC and TiGCCLib, and the last version of hibLib.

*nix

Enter in the root directory of this distribution and write : make PROJECT_PATH=$PWD

Windows

Not tested. Try to import the files under the IDE of TIGCC.

Eclipse

This project is developed with the Eclipse IDE. To do so,
  • install the CDT plugin
  • create a new 'Standard Make C project', and import every files of this distribution
  • in the properties of the created project, set a new environment variable. The name of the variable is PROJECT_PATH and the value is ${project_loc}

Installation

Requirements

hibView requires a kernel. The recommended kernel at this time is PreOs. It also needs the dynamic library hibLib. hibView needs the ziplib library : it is provided in the PreOs distribution, embedded in the stdlib library.

Installing

Send the file hibview.??z contained in the bin directory of the distribution to your calculator and don't forget to send hibLib too.
  • for ti89 : hibview.89z
  • for ti92+ : hibview.9xz
  • for v200 : hibview.v2z

License

hibView is under the LGPL. Please read the joined file "LICENSE.txt" to get more information.

Thanks

  • Kevin Kofler for TIGCC
  • Patrick Pélissier for PreOs
  • Romain Liévin for TiEmu
  • every yaronautes for answering my questions and resolving my problems