marty Professional Member


Joined: 10 May 2001 Posts: 789
|
Posted: Tue Apr 02, 2002 4:25 pm Post subject: VDS DLLs Ideas for Delphi developpers Only |
|
|
Hello,
Here's some components for those of you, Delphi programmers, who which maybe to do some new DLL's for VDS. I got these of the net. All of them are FREEWARE with source and with examples.
Hope some of them could be interesting..
(Wish I knew Delphi .... )
GRAPH64 Free Delphi component with source:
Fast and easy graphics engine for this platforms:
Supported Operating systems(targets):
32-bit Windows GDI applications
32-bit Fullscreen Widnows directx (directx7 or better)
32-bit Fullscreen Dos Application (with Vesa 1.2 and WDosX extender)
Any other platform/target, maybe Kylix
Graph64 support 15, 16, 32 bits colors depths.
Included effects/functions:
Antialiasing /not fully finished yet
Blending / 2 types
Lens effect / fast blending
Blur
Loading/Saving TGA/BMP
Colorize effect
Grayscale
Lighting effects
...
and all standart functions like: line/bar/rectangle/ellipse....
Download component http://www.delphipages.com/edit/count.cfm?ID=2215
BLADE Converting WAV to MP3:
Delphi conversion of bladeenc dll-header, bladeenc.dll and sample program using bladeenc.dll to convert wavefiles to mp3.
Get the source code for Delphi 4: http://www.torry.net/vcl/mmedia/audio/bladeenc.zip
THarmFade 2.3
Description from author:
HarmFade is an animation effect. It will transition from one TPicture to another, using "Dissolve" or "Blend". It uses ScanLine for fast pixel access. Will work on 256 color, but is designed for 16 or 24-bit color. Support for jpg, wmf, and ico picture formats. This version adds OnMouseEnter, OnMouseLeave, OnClick, UnBlend and UnDissolve events. Use it to make a button that 'Glows' when the mouse is moved over it...
Get source code at http://www.delphi32.com/vcl/1727/
MKnob 1.0
This Component emulate the rotatory knob seen in HiFi devices. It has a nice 3D look and a rotation effect. The tick mark come in different style. It is very customizable
Get the source code at : http://www.delphi32.com/vcl/1830/
Flame Effect 1.5
Description from author:
Nice Flame effect. Looks fun in AboutBox.
Get the source code from : http://www.delphi32.com/vcl/1823/
Vqf API Package 1.1
Description from author:
With this unit and decoder DLL you can play vqf files, nothing is needed except the decoder DLL which is included in the package and the unit. Full support for: play, stop, pause, continue, GetInfo: Author, Title, Comments, Allowsave and much more...
Get the source code at : http://www.delphi32.com/vcl/1778/
TWWipeImage 1.0
Description from author:
TWWipeImage's WipePicture will wipe into the standard Picture Bitmap using one of 14 directional Wipes. Wipes can either be uncovering (The wipe uncovers the picture of the new bitmap) or Expanding (The wipe Expands the new bitmap), 14x2 Variable Speed Available wipes. On component example built in (can be used for interesting automatic logo wipes).
Get the source code here: http://www.delphi32.com/vcl/692/
TFastImage 0.6
TFastImage is a kind of TImage component with many graphical functions and a very fast pixel property
Get the source code at : http://www.delphi32.com/vcl/670/
ModPlug Player 1.10
This component is based on npmod32.dll: it handle the dll, and call procedures from there to play the digital music modules. Supports following formats:
ProTracker Modules (*.mod).
Scream Tracker III Modules (*.s3m).
FastTracker Modules (*.xm).
Impulse Tracker Modules (*.it).
Other Modules (*.mpp, *.med).
Compressed Impulse Tracker modules (*.zip, *.rar, *.itz).
Compressed Scream Tracker III modules (*.zip, *.rar, *.s3z).
Compressed Fast Tracker modules (*.zip, *.rar, *.xmz).
Compressed ProTracker modules (*.zip, *.rar, *.mdz).
Other compressed modules (*.zip, *.rar, *.mpz, *.mez).
Get the source code at : http://www.delphi32.com/vcl/1745/
TGifImage 2.51
TGifImage component with test programs and accompanying units which can read and write GIF files (including animated Gifs) and convert from and to TBitmap (.BMP).
Get the source code here : http://www.delphi32.com/vcl/597/
DelphiX This one seems great!
DelphiX is a DirectX implementation with 12 visual components (TDXDraw, TDXDIB, TDXImageList, TDX3D, TDXSound, TDXWave, TDXWaveList , TDXInput, TDXPlay, TDXSpriteEngine, TDXTimer, TDXPaintBox) and DirectX Headers for Delphi 3, 4 and 5
Go to http://turbo.gamedev.net/delphix.asp for addons and download
BASSMOD v1.5
BASS is a sound system for use in Windows software. It's purpose is to provide developers with a set of powerful yet easy to use sample, stream (MP3, MP2, MP1, OGG, WAV, custom generated), MOD music (XM, IT, S3M, MOD, MTM, UMX), MO3 music (MP3/OGG compressed MODs), audio CD, and recording functions. BASS also allows 3D positioning of samples, streams and MOD musics, and supports EAX (Environmental Audio eXtensions).
BASS requires DirectX 3 or above, and takes advantage of DirectSound and DirectSound3D hardware accelerated drivers, and MMX CPUs. But it is also functional without these performance enhancers. C/C++, Visual Basic, Delphi (static and dynamic-loading), MASM and TMT Pascal APIs are provided, with several examples to get you started.
Get the source code at : http://www.un4seen.com/music/ |
|