Demo written with Fantasm

Source in C, Pascal, etc. Note: apps that come with source should be included here as well as the appropriate software directory.
User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
Demo written with Fantasm

Post by Info-Mac » February 15th, 1995, 11:00 am

Download: http://archive.info-mac.org/dev/src/fan ... roject.hqx

Please include the update of the Fantasm on your server. Summary follows...

This graphical demo has been written using Fantasm. It requires 256 colors,
and 640 by 480 display.

Rob Probin for lightsoft




This is an update to info-mac/sci/fft-in-asm-src.txt

This file contains three routines:
* void tb_68k_four1_extended(long double *data, long nn, long isign);
* void tb_68k_four1_single(float *data, long nn, long isign);
* void tb_68k_fourn_single(float *data, long *nn, long ndim, long isign)

------------------------------ CUT HERE ------------------------------

/* This code is a hand-assembled version of the fft routine from Numerical
Recipes. See the book for information about how it works. All variable
names in comments refer to those in the book.

To use this routine:
* You must have a math coprocessor.
* Use Think C (users of other compilers may be able to adapt it).
Post Reply