Changes between Version 1 and Version 2 of WikiStart
- Timestamp:
- 07/31/09 22:08:23 (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v1 v2 1 = Welcome to Trac 0.11.2.1=1 = Welcome = 2 2 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. 3 Welcome 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. 5 4 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 = 10 6 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. 16 9 10 Depends on: Qt 4, libusb 1.0 17 11 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. 19 14 20 Enjoy! [[BR]] 21 ''The Trac Team'' 15 Depends on: libusb 0.1 series. 22 16 23 == Starting Points == 17 == img2c == 18 With [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. 24 19 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 20 Depends on: Qt 4 29 21 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 25 Depends 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]