DelphiShowcase

Interesting Windows Event Log Exporter Is Built With Delphi

Windows event log exporter is a Windows service that exports Windows event logs to a syslog receiver, and it is developed in Delphi. It looks like it features several different languages and can export the information over a UDP connection. This kind of utility would be helpful in a server environment when monitoring the system log on a Windows Server. Website Windows Event Log Exporter Screenshot…
Read more
DelphiShowcase

Powerful Karaoke System For Android And iOS Is Built In Delphi

Winlive Pro Karaoke is a fun cross-platform karaoke developed in Delphi. The multimedia player that can read and modify mp3, mp3+cdg, mp4, midi, kar, jpg, txt, etc. It can play karaoke for musical files, can edit midi file changing instruments, change pitch for midi and mp3 or wav, etc. It can also save and manage playlist. According to the developer, “This app is great for musicians.
Read more
DelphiIDENews

What's New in 10.4.2 Sydney

Am I the only one who gets excited about new releases? If you look at the RAD Studio Roadmap you will see a new 10.4.2 release of Sydney is scheduled for the first half of 2021. If you are on Update Subscription then you were invited to the NDA 10.4.2 Hunter beta. Well now is your chance for a sneak peek of the next major release of RAD Studio. Delphi, and C++Builder! Q&A Log This is the…
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