DelphiShowcase

Fascinating Glyph Viewer Application Is Delphi Made

An application allowing you to easily search/find glyphs stored in your hard drive and preview it for using in your applications and it is built in Delphi. This is a productivity application to help you organize glyphs on your machine. If features a dark VCL style as an option as well which is nice. Applications like this are really great examples of how an idea for a utility like this can be…
Read more
Showcase

Identify Criminals With Elynceus: Developed In C++ Builder

Elynceus is a web application to help identify wanted (criminals and kidnapped/missing) persons using facial recognition and it is built with Rad Studio 10.2.3 (C++ Builder) and Intraweb XIV. According to the developer, “The application has three main purposes: 1 – Identify wanted (criminals and kidnapped/missing) persons using facial recognition. Wanted persons usually do not keep the…
Read more
CodeDelphiRAD Studio

Threadripper 3990X vs. 5950X: 1 BILLION Lines Of Object Pascal Code For #Delphi26th

Celebrating Delphi’s 26th Anniversary with some modern hardware! Two of the fastest CPUs on the market right now are the AMD Ryzen 9 5950X and the AMD Threadripper 3990X. The 5950X features 16 cores and a higher clock speed while the Threadripper 3990X features 64 cores and a higher overall PassMark score (80923). In previous posts one billion lines of Object Pascal was compiled on the AMD…
Read more
DelphiRAD Studio

Windows Shader Programming In Delphi FireMonkey - Apply Color To The GPU Shader

In the first blog post, we quickly explored shader programming in Delphi FireMonkey. And we learned how to create a material source using TCustomMaterial. Then we applied that material to a 3D control. This post is based on a blog post by Embarcadero MVP Erik van Bilsen. Now, we will add a color property to our 3D control to customize color. This can be achieved by adding a uniform input to the…
Read more