Last updated Oct. 8 (optimized). This program generates 3D and 4D graphs and displays them using wireframe and alpha blended polygons. No DirectX or OpenGL are used here. The function being graphed uses interpreting to find a result. The interpreted code is in a stringgrid to simplify the compilation process. Good luck.
File List:
CodeEditoru.dcu
13Kb
CodeEditoru.dfm
1Kb
CodeEditoru.pas
14Kb
CodeEditoru.~df
1Kb
CodeEditoru.~pa
13Kb
GraphingPro.cfg
323b
GraphingPro.dof
1Kb
GraphingPro.dpr
351b
GraphingPro.res
2Kb
GraphingPro.~dp
351b
Help.html
3Kb
MainU.dcu
10Kb
MainU.dfm
1Kb
MainU.pas
7Kb
MainU.~df
834Kb
MainU.~pa
7Kb
VarU.dcu
3Kb
VarU.dfm
450b
VarU.pas
1Kb
VarU.~df
450b
VarU.~pa
1Kb
mygraphics.dcu
5Kb
mygraphics.pas
16Kb
mygraphics.~pa
16Kb
mymath.dcu
3Kb
mymath.pas
9Kb
mymath.~pa
9Kb
Similar code
Alpha Blending
(Popularity: ) : This program averages bitmaps together but also at different ratios in different areas depending on the colours of another bitmap. ... Engine3d
(Popularity: ) : This source code demonstrates the techniques used to handle 3D graphics from scratch - without using an API such as ... Control Alpha Blend Value
(Popularity: ) : This code allows a user to control the alpha blend value of a form at runtime. Really simple stuff, the ... ASM Animation
(Popularity: ) : This program creates an animation using blitting with assembly after getting memory addresses of pixel information using scanline. To understand ... ASM Turtle 2
(Popularity: ) : This program shows how to make an interpreter. The script is based on the assembly language with jumps and labels ... AVICQ project
(Popularity: ) : AVICQ is a ICQ like communicator with duplex audio and video. Convert ImageList (XP Fix)
(Popularity: ) : This example will convert any TImageList to 32-Bit, and this will fix various XP formatted icon problems. I found the ... Bitmap Animation Component
(Popularity: ) : Put TImageList And TBitmap Component in Your Form And Animate! P.S. When Adding Images To ImageList You NeedTo ChangeTransparent Colorothe ... DirectX Sharks Screensaver
(Popularity: ) : This is a Delphi translation of my award winning Visual Basic code, which I made about a year ago. It ... Direct Pixel
(Popularity: ) : This program shows how to manipulate bitmap pixels using an array that is about as easy to use as tcanvas.pixels ...