Some time ago (haven’t I started another post like this recently?), I translated the C-Header files of LLVM to Delphi. Recently those were updated to support the most recent release of LLVM 10. When I say LLVM, I mean LLVM! Not the entire Clang toolchain, but the backend to write your own compilers. Initially, I […]
Category Archives: Delphi
Delphinus: Working on per project(folder) installation
During the past few days, I worked on a long requested feature. It’s still rough and needs some more time but they are coming: per project(folder) installations, instead of globally. One thing I really wanted to get done for this feature, was a list of packages installed on a project directly visisble in the ProjectManager. […]
Mundus: A softwarerenderer in Delphi
Some time ago, 8 years to be precise, i started writing my second softwarerenderer. When I had the basic implementation done, I put it down. Recently I gained interest in getting it to a more usable state. It’s still far from perfect, but compared to where it started, the Shaderpipeline is a lot more flexible […]
Delphinus upcoming changes to the publishing steps of a package
For a while now, the publishing procedure of a package on Delphinus required Authors to add a keyword to their readme. At the time, this seemed to be the only way for me, to incorporate the Github-API for querying a list of available packages. However this came with an unforeseen disadvantage.
Delphinus support for multiple licenses in a single package
Something that has been overdue for a very long time is the support for multiple licenses in a single package.
Delphinus: ExternalTimelines, Bitbucket, Mobile, Linux!
Happy new Yeaaa…. oh erhm… already July? Awesome party but very long hangover as it seems. So I am still here, Delphinus is still here and here comes a new update!
Delphinus: New UI and no external SSL-Libraries anymore
It’s been some time since my last post. While it was quite here, i continued my work on Delphinus (quite slow to be honest as other things kept me busy). However i have just finished 2 points on my list, so it is time for a little update.
Delphinus PackageManager for Delphi XE and Newer
Delphinus is a new Packagemanager i have been working on for the past weeks. It runs on Delphi XE and Newer, directly from within your IDE.
AsciiImage for Delphi: GDI-Downsampling, FireMonkey and more!
During the last few days i changed a lot, and today i’ll show you the results.
AsciiImage for Delphi
I just finished a first version of an AsciiImage-Implementation for Delphi. It’s available on Github.