realbasic plugin
REALbasic OpenGL Plug-in 1.1
REALbasic OpenGL Plug-in enables OpenGL 3D graphics to be used within REALbasic apps. Requirements: REALbasic 3.x more>> REALbasic OpenGL Plug-in enables OpenGL 3D graphics to be used within REALbasic apps.
REALbasic 3.x.
Version 1.1 is carbonized for Mac OS X.
Precision Plugin 1.8
Precision Plugin - MPCalc plugin more>>
It can handle numbers with up to 30,000 decimal digits. It can also handle numbers whose absolute values lie between about 1e-40000000 and 1e+40000000.
As a Carbon, PPC, and x86 plugin, it can be used to build Mac OS 9.x, Mac OS X, or Windows applications. It has almost all the REALbasic built in functions at much higher precisions.
MPCalc Plugin 3.0
MPCalc Plugin is a smart program which brings the features of multi-precision RPN calculator to a REALbasic program. more>>
MPCalc Plugin 3.0 is a smart program which brings the features of multi-precision RPN calculator to a REALbasic program. It can handle numbers with up to 30,000 decimal digits. It can also handle numbers whose absolute values lie between 1e-167100000 and 1e+167100000. It is a Universal plugin for Mac OS X. Over forty scientific functions are now available.
CRC Plugin 1.2
CRC Plugin - REALbasic methods for calculating CRCs more>>
Theres three versions of CRC calculation: One for 16 Bit, one for 32 Bit and one for 16 to 64 Bit wide checksums. If you are free to choose, I suggest that you use the 32 Bit version because of its accuracy and performance.
Completly freeware for personal use.
Enhancements:
- Added Carbon (OS X) support.
Fraction Plugin 1.0
Fraction Plugin - Construct programs which can handle fractions more>>
Fraction Plugin for REALbasic 5 allows you to construct programs which can handle fractions much like doubles and integers are handled.
A fraction is represented by two integers, num/den.
REALbasic Code Counter 1.0
REALbasic Code Counter - Count the number of lines of code and comments from a REALbasic project more>>
To use REALbasic Code Counter, open the REALbasic project whos number of lines you wish to count, select "Export Source" from the File menu, and drag and drop the resulting file onto REALbasic Code Counter.
Completly freeware for non-commercial use.
MMrng Plugin 1.1
MMrng Plugin - Pseudo-random number generator more>>
It is meant for scientific work, generating doubles (>= 0 and<<less
Matrix Plugin 2.5
Matrix Plugin is a powerful, perfect and popular math and science program. more>>
Matrix Plugin 2.5 is a powerful, perfect and popular math and science program. Matrix Plugin for REALbasic 2008 and higher allows you to construct programs which, because of operator and function overloading, can handle real matrices much like doubles and integers are handled. Matrix elements are doubles.
Hex Plugin 1.1
Hex Plugin - REALBasic plugin with four methods more>>
Enhancements:
- Version 1.1 adds two functions, HexFromChar and CharFromHex.
- With these functions you can give the plugin a UTF8 or UTF16 encoded string, and the plugin will give back a string containing the hex representation of that input string. And you can do the reverse.
MKS Plugin 1.2
MKS Plugin - RB plugin for units like doubles and integers more>>
As a Carbon, PPC, and x86 plugin, it can be used to build Mac OS X, Mac OS 9.x, or Windows applications.
Enhancements:
- Version 1.2 adds the energy unit "tonsTNT" and the speed unit "mph".
iSale QuickPick Plugin 1.0
iSale QuickPick Plugin - iSale auction library backup with Backup 3 more>>
OpenGL Plugin 1.1.1
OpenGL Plugin is a program allowing you to use OpenGL 3D graphics in Realbasic. more>>
OpenGL Plugin 1.1.1 is a program allowing you to use OpenGL 3D graphics in Realbasic. It wraps virtually all OpenGL 1.2.1 functions in addition to GLUT functions. It is a low level wrapper, making it easier to port to and from C and java (GL4Java) sample code. Features special classes and routines for loading Wavefront OBJ models, PNG textures, selection and picking, etc.
Enhancements:
- Adds more properties for controlling the renderer setup (vertical refresh frequency, pixeldepth, VRAM, texture RAM)
- More compatible with OS X and 32bit screen resolutions.
MovieCat Plugin 1.0
MovieCat Plugin - joins seperate movies in to one single QuickTime Movie more>>
MovieCat Plugin is a useful program that joins seperate movies in to one single QuickTime Movie (.mov).
Equation Compiler Plugin 3.1
Equation Compiler Plugin - Compile string into machine language for rapid evaluation more>>
Only two functions are needed for the plugin. They are compile() and evaluate(), both of which can take a variable number of arguments.
The compile() function can take from 1 to 7 arguments. The first is the function text. The remaining are the string names of the user variables. Their order defines how the plugin uses the arguments of the evaluate function. The return type of compile() is a Boolean, true for a good compile, false for a bad one.
The evaluate() function takes from 0 to 6 arguments. These are the input double values for the variables defined with compile{}. With no argument the function has no variables, as say 2*exp(3.5). The return type of evaluate() is a double which results from evaluating the function.
ROT13 Plugin 1.0
ROT13 Plugin - Encodes and decodes a string in the ROT13 format and back to plain text more>>
ROT13 Plugin is useful, if you want to make it more difficult to recognize a message text
ROT13 Encoding was used on the internet for ages, and its now available as a plugin for the REALbasic IDE.