diff options
author | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-05-24 13:37:22 +0000 |
---|---|---|
committer | brunzelchen <brunzelchen@b956fd51-792f-4845-bead-9b4dfca2ff2c> | 2010-05-24 13:37:22 +0000 |
commit | 4dc8f0ba4f47191fdaefad5c6d42b255d0bbc435 (patch) | |
tree | bd38163c7c1684d2ca07afbe5b0a03674ea4e0c3 /VideoPreview/src/lib/JEDI-SDL/SDL/Pas/Readme.txt | |
parent | 41e165cc8feebe6e4701f997c80e7722dd7c990c (diff) | |
download | usdx-4dc8f0ba4f47191fdaefad5c6d42b255d0bbc435.tar.gz usdx-4dc8f0ba4f47191fdaefad5c6d42b255d0bbc435.tar.xz usdx-4dc8f0ba4f47191fdaefad5c6d42b255d0bbc435.zip |
branch to merge video preview in song menu
git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/branches/experimental@2411 b956fd51-792f-4845-bead-9b4dfca2ff2c
Diffstat (limited to 'VideoPreview/src/lib/JEDI-SDL/SDL/Pas/Readme.txt')
-rw-r--r-- | VideoPreview/src/lib/JEDI-SDL/SDL/Pas/Readme.txt | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/VideoPreview/src/lib/JEDI-SDL/SDL/Pas/Readme.txt b/VideoPreview/src/lib/JEDI-SDL/SDL/Pas/Readme.txt new file mode 100644 index 00000000..f176d0c9 --- /dev/null +++ b/VideoPreview/src/lib/JEDI-SDL/SDL/Pas/Readme.txt @@ -0,0 +1,27 @@ +Delphi interface unit for OpenGL version 1.2 compilable with Delphi 3-6 and Kylix. + +This unit is open source under the Mozilla Public License and +the original author is Dipl. Ing. Mike Lischke (public@lischke-online.de). + +You can obtain this unit also from the JEDI (Joint Endeavor of Delphi Innovators) +API page at www.delphi-jedi.org. + +Note for GLScene users: Eric Grange has provided a general vector types unit which +resolves conflicts for types which are defined in OpenGL12.pas as well as Geometry.pas. +This unit is located in the sub folder "GLScene AddOn". +Please add this unit to the uses clause of OpenGL12.pas and remove the few types which +are already declared in VectorTypes.pas. + +For tests and as starting point three demos are included into the package. Two of them (GLDiag and GLTest) +need the (also provided) simple OpenGL control GLControl (see "GLControl\Package"). + +- Basic is a very simple test program which only uses an empty form. +- GLTest (in GLControl) uses GLControl to show four rendering contexts simultanously. +- GLDiag is a diagnosis tool similar to DXDiag which shows some properties of the current + OpenGL driver implementation. + +Have fun and + +Ciao, Mike +www.lischke-online.de +www.delphi-unicode.net
\ No newline at end of file |