Welcome, Guest! Log In | Create Account

Changes between Version 1 and Version 2 of WikiStart

Show
Ignore:
Timestamp:
07/31/09 22:08:23 (4 months ago)
Author:
andreasmarcel (IP: 172.29.29.57)
Comment:

Created.

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v1 v2  
    1 = Welcome to Trac 0.11.2.1 = 
     1= Welcome = 
    22 
    3 Trac is a '''minimalistic''' approach to '''web-based''' management of 
    4 '''software projects'''. Its goal is to simplify effective tracking and handling of software issues, enhancements and overall progress. 
     3Welcome to the homepage for fxSDK. The project was started in April '07 with xfer9860, with the goal of providing the open source software needed to take full use of your fx-9860G graphing calculator, especially on operating systems that Casio does not support. 
    54 
    6 All aspects of Trac have been designed with the single goal to  
    7 '''help developers write great software''' while '''staying out of the way''' 
    8 and imposing as little as possible on a team's established process and 
    9 culture. 
     5= Available tools = 
    106 
    11 As all Wiki pages, this page is editable, this means that you can 
    12 modify the contents of this page simply by using your 
    13 web-browser. Simply click on the "Edit this page" link at the bottom 
    14 of the page. WikiFormatting will give you a detailed description of 
    15 available Wiki formatting commands. 
     7== screenstreamer (NEW!) == 
     8[wiki:screenstreamer] connects with your calculator over USB, and lets you display the screen contents, just like an OHP device or the "screen receiving" application from the fx-9860G Manager software package by Casio. It is suited for demonstration or instructional purposes in for example a classroom, and has functionality for saving snapshots of the display to file. 
    169 
     10Depends on: Qt 4, libusb 1.0 
    1711 
    18 TracGuide is a good place to start. 
     12== xfer9860 == 
     13[wiki:xfer9860] connects with your calculator over USB, and supports sending and receiving files. Note: xfer9860 is a command-line program. 
    1914 
    20 Enjoy! [[BR]] 
    21 ''The Trac Team'' 
     15Depends on: libusb 0.1 series. 
    2216 
    23 == Starting Points == 
     17== img2c == 
     18With [wiki:img2c], you can open an image and have C-code and an example image instantly generated. The generated code specifies a block of data which you, the user, can draw to the screen with your own drawing routines. 
    2419 
    25  * TracGuide --  Built-in Documentation 
    26  * [http://trac.edgewall.org/ The Trac project] -- Trac Open Source Project 
    27  * [http://trac.edgewall.org/wiki/TracFaq Trac FAQ] -- Frequently Asked Questions 
    28  * TracSupport --  Trac Support 
     20Depends on: Qt 4 
    2921 
    30 For a complete list of local wiki pages, see TitleIndex. 
     22== g1awrapper == 
     23[wiki:g1awrapper] is used to add a header to "raw" Add-in binaries for those who don't develop using the official SDK. The header lets the calculator recognize the file and also includes an icon used to access the Add-in on the calculators menu. 
     24 
     25Depends on: Qt 4 
     26 
     27= Information and documentation = 
     28 * [wiki:fxReverse The fxReverse system call documentation for the fx-9860g] 
     29 * [wiki:UsingGCC Using the GCC and GNU binutils to create Add-ins] 
     30 * [wiki:libfxsys libfxsys - incomplete function wrapper library for system calls]