DelphiRAD Studio

Quickly Explore Powerful Shader Programming In Delphi FireMonkey

Computer Graphics Programming class is one of the interesting ones in any computer science undergraduate program. This semester I am taking this course as my core science course, and it is getting fascinating every topic. Since most of the universities teach programming in C++ or Java, I am using the “Computer Graphics Programming In OpenGL With Java” book as my primary source now.
Read more
C++Delphi

Quickly Execute And Read Output From The Windows Command Line Shell With DOSCommand

Most of the utility programs utilize some kind of DOS programs like batch files for configuring some settings. If you ever wanted to run DOS programs from your main application and get the output to show in a memo or a list box this DOSCommand component lets you do that easily. TurboPack DOSCommand component is open-source and free to utilize in Delphi and C++ Builder Win32-Win64…
Read more