Track Awesome Pascal Updates Daily
A curated list of awesome Delphi/FreePascal/(any)Pascal frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff. Open source and freeware only!
🏠 Home · 🔍 Search · 🔥 Feed · 📮 Subscribe · ❤️ Sponsor · 😺 Fr0sT-Brutal/awesome-pascal · ⭐ 1.5K · 🏷️ Programming Languages
Apr 20, 2023
General Libraries
- Fido Library (⭐36).
[Delphi]
The Fido library has been created to make the life of a Delphi developer easier by following the "describe behavior instead of coding it, whenever is possible" design principle. Below is a list of the most important core features: Mappers, JSON marshalling and unmarshalling, Virtual database features, Virtual Api clients, Virtual Api servers, Websockets, Consul and Fabio support, Boxes, Events driven architecture, Functional programming, Currying, Caching, Channels
Audio
- FMXAudio (⭐36).
[Delphi]
Audio player component based BASS for FMX (Windows, Android)
Graphic
- Blen2d4Delphi (⭐14).
[Delphi]
Blend2D is a high performance 2D vector graphics engine written in C++ and released under the Zlib license. The engine utilizes a built-in JIT compiler to generate optimized pipelines at runtime and is capable of using multiple threads to boost the performance beyond the possibilities of single-threaded rendering.
- Delphi wrapper for libdmtx (⭐7).
[Delphi]
Libdmtx is a software library that enables programs to read and write Data Matrix barcodes of the modern ECC200 variety. The library runs natively on several platforms and can be accessed by multiple languages using the libdmtx language wrappers
Game dev
- TurboRaylib (⭐23).
[Delphi]
[FPC]
TurboRaylib is a cool and clean raylib bindings for Object Pascal. Support Windows, Linux, OSX. TurboRaylib have many examples that work in Delphi and Lazarus.
Serial port
- ComPortDriver (⭐34). '[Delphi]' Delphi/C++ Builder serial communications component. Tested up to 921600 baud. Supports sending break as well. Works asynchronously by polling via timer (interval configurable). Demo included.
- ComPort Library (⭐63).
[Delphi]
COM Port Library for Delphi (fork from SourceForge) . The ComPort Library contains code to access COM Ports. Originally, the COM port was the name of the serial port interface of IBM-PC compatible computers. While nowadays COM ports get less important for communication in favor for USB access, it is still in use as virtual ports, especially as simple communication protocol for maker boards.
- Usb serial controller for Android (⭐1.6k)
[Delphi]
Usb serial controller for Android
Event bus
- iPub Messaging (⭐47).
[Delphi]
Thread safe, asynchronous and simplistic messaging system for communication between classes / layers in delphi created by the iPub team.
- NX-Horizon (⭐92).
[Delphi]
Event Bus for Delphi. Implements the publish/subscribe pattern, supports sync/async types of event delivery, simple in both implementation and usage, fast, full thread safety.
Other GUI
- FMXTrayIcon (⭐16).
[Delphi]
TrayIcon for FMX Windows
- Form Designer component for Delphi (VCL) (⭐42).
[Delphi]
Form Designer (TFormDesigner) can be used to design and modify Delphi (VCL) forms at runtime. The behavior and appearance is similar to that of Delphi IDE.
Database
- SQLite for Delphi and FreePascal/Lazarus (⭐102).
[Delphi]
[FPC]
Complete SQLite3 API translation for Delphi and FreePascal/Lazarus, as well as a simple Unicode-enabled object wrapper to simplify the use of this database engine.
Machine Learning
- CAI Neural API (⭐287).
[FPC]
Pascal-based deep learning neural network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA. This API has been tested under Windows and Linux.
- TensorFlow.Delphi (⭐37).
[Delphi]
TensorFlow library binding for Delphi. It aims to implement the complete Tensorflow API in Delphi which allows Pascal developers to develop, train and deploy Machine Learning models with the Pascal Delphi
Memory managers
- Delphi64RTL (⭐15).
[Delphi]
Object Pascal wrappers from Intel Integrated Performance Primitives and Intel Threading Building Blocks royalty-free packages. Includes lock-free scalable allocator, simd enabled rtl subset routines (memory fill, copy, compare) and accelerated zlib compression // Uses Intel DLLs for accelerated low-level memory manipulations
Other non-visual
- TDiff (⭐41).
[Delphi]
[FPC]
Text compare component for Delphi and Free Pascal. Dramatically simplify programming tasks that require calculations of 'shortest path' or 'longest common sequence' as typically required in file compare utilities.
- GraphQL for Delphi (⭐55).
[Delphi]
Simple implementation for GraphQL, a query language for APIs created by Facebook. GraphQL is a query language for your API and a server-side runtime for executing queries using a type system you define for your data. GraphQL isn't tied to any specific database or storage engine and is instead backed by your existing code and data.
- GraphQL Constructor (⭐7).
[Delphi]
GraphQL Constructor (constructor only)
OS
- SVGShellExtensions (⭐81).
[Delphi]
Shell extensions for SVG files (Preview Panel, Thumbnail Icon, SVG Editor)
- MarkdownShellExtensions (⭐21).
[Delphi]
Markdown file Shell Extensions for Windows Explorer plus a Markdown file editor with instant preview
Report generating
- Kryvich's Delphi Reporter (⭐15).
[Delphi]
Simple but powerful reporting tool for Embarcadero's (CodeGear, Borland) Delphi. It generates reports in TXT, RTF, HTML and XML formats based on custom templates and information from any TDataSet compatible data sets.
Other
- James - The Delphi Project Manager (⭐48).
[Delphi]
It makes your life easier while switching from one project to another. If you see yourself manually installing components and updating Delphi settings every time you have to switch from one project to another, James may help you.
Nov 16, 2022
Graphic
- ImageQuality (⭐13).
[Delphi]
[FPC]
A library for objectively measuring image/video quality. It implements many popular algorithms, such as MS-SSIM, MS-SSIM*, SIMM, MSE, and PSNR. It is designed to be fast, accurate, and reliable. It can be compiled directly and requires no additional libraries.
- DelphiX
[Delphi]
[FPC]
A good wrapper to DirectX. It can be used to create games or any kind of graphical interface.
Game dev
- ZenGL (⭐32).
[Delphi]
[FPC]
OpenGL Cross-platform game development library written in Pascal, designed to provide necessary functionality for rendering 2D-graphics, handling input, sound output, etc.
Control packs
- liblcl (⭐98).
[FPC]
A common cross-platform GUI library, the core uses Lazarus LCL. // Pascal-based lib with GUI bindings for use in languages like C++, Go, Rust.
Other GUI
- GUI AutoSave (⭐7) Save the state of all GUI controls on application shutdown and then restore them loaded on application startup: It can load/save: form's position, checkboxes, radiobuttons, etc, etc
Database
- Trysil (⭐51) [Delphi] ORM (Object-Relational Mapping) for Delphi. Supports for SQLServer, FirebirdSQL and SQLite.
System
- Storage Access Framework SAF (⭐23)
[Delphi]
Android Scoped Storage : Storage Access Framework SAF API
Logging
- LogLib (⭐5).
[Delphi]
A simple but effective visual log control/library. The programmer can send messages to a log window from anywhere in his code. The Log window can be set to automatically pop up when an error message is sent to it. Depending on the chosen verbosity level of the log (see the Verbosity property) low-level messages (like verbose/debug messages) are shown or not. Contains: Non-visual log (TRamLog) Visual log (TRichLog)
Other non-visual
- Delphi LightSaber-CoreLib (⭐35).
[Delphi]
Lightweight alternative to Jedi library. Simple, crystal clear, non-obfuscated, fully commented code. No external dependencies. Hundreds of super useful functions for file/folder/disk manipulation, fast (buffered) binary file access, string conversions, OS version detection, etc.
- DCContainers (⭐10).
[Delphi]
Containers library with maps and sets based on red-black tree
- DOSCommand (⭐80).
[Delphi]
Component lets you execute a dos program (exe, com or batch file) and catch the ouput in order to put it in a memo or in a listbox, ... You can also send inputs.
Unit Testing
- DelphiCodeCoverageWizardPlus (⭐21).
[Delphi]
GUI wizard for creating a batch file to call the commandline code coverage tool. Includes a project format for easier change of settings later on. Includes binaries of the code coverage tool itssel.
RAD Studio IDE plugins/wizards
- Multi-RAD Studio IDE Expert Manager (⭐6). Application allows you to manage the experts and packages loadsed into multiple versions of RAD Studio
- Browse and Doc It (⭐4). RAD Studio IDE plug-in to allow you to browse your code and provide support for documentation, coding checks and metrics.
- Integrated Testing Helper (⭐7). Plugin for Delphi and RAD Studio that allows you to run command-line application before and after the compilation of you projects. It also provides the ability to zip you projects files into an archive on each compile/build and manage the application's version information.
- IDE-Notifiers (⭐13). RAD Studio IDE plug-in to display notifications of various operations in the IDE as they occur.
Code check/review, debug
- ProfileViewer (⭐2).
[Delphi]
Application to view profiler information generated by the Profiler.pas code.
Other
- Delphi Unit Tests (⭐1). Set of unit tests for Delphi's libraries. Delphi community members are encouraged to fork the repository, add tests, and create a pull request. Embarcadero employees are particularly encouraged to add tests from the internal tests that are run with official Delphi builds.
Mar 09, 2022
Logging
- jachLog (⭐32).
[Delphi]
pure pascal, flexible, extensible and lightweight library to add logging capabilities to your Delphi applications. Multiple log destinations supported. The library supports multithreaded applications and is itself multithreaded to minimize the impact writing the log may have on the performance on mission critical applications.
Dec 09, 2021
Graphic
- PngComponents (⭐30).
[Delphi]
PngComponents is a set of components that allows you to include in your application real PNG files. PNG files on their own do not generate an enourmous advantage, but their support for an alpha-channel does indeed have quite a charm to it.
- PdfiumLib (⭐135).
[Delphi]
Example of a PDF VCL Control using PDFium
- llPDFLib (⭐44).
[Delphi]
Pure Object Pascal library to create PDF documents. This library doesn’t use any DLL or external third-party software to generate PDF files. Library includes TPDFDocument component with properties and methods like Delphi’s TPrinter but is designed to generate a PDF file.
Game dev
- Castle Game Engine (⭐714).
[Delphi]
[FPC]
Complete Pascal Game Engine. Cross-platform 3D and 2D game engine with a lot of graphic effects and a scene graph based on X3D.
- Ray4Laz (⭐65).
[FPC]
A complete header translation (binding) of raylib to Pascal.
Single controls
- TeeGrid (⭐136).
[Delphi]
[FPC]
Lightweight full-featured Grid / Tabular control. For Embarcadero RAD Studio 2009 and up to Sydney 10.4, Delphi and C++, VCL and Firemonkey frameworks (all platforms: Windows 32 and 64 bit, Mac OSX, Android and iOS), and Lazarus FreePascal (Windows, Linux, etc)
- AXW Ribbon.
[Delphi]
Ribbon component with the Office 2016 style. Works with Delphi 7 and up to the current Delphi version. Will probably compile with Delphi 6 and possibly Delphi 5.
Editors
- TBCEditor (⭐22).
[Delphi]
A syntax highlighting edit control for RAD Studio (Delphi/C++ Builder) with code folding, completion proposal, matching pair, minimap, sync edit, word wrap, etc. External highlighter and color scheme files are in JSON format which can be also loaded from a stream.
Viewers
- WebView4Delphi (⭐169).
[Delphi]
[FPC]
Project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows.
Other GUI
- Windows 7 Taskbar Components.
[Delphi]
One of the most notable feature in Windows 7 is a new Windows taskbar. It offers a new way of controlling your desktop, managing your windows, and launching applications.
Math
- DFF Library.
[Delphi]
[FPC]
Big Floating Point, Big Integers, Astronomical calcualtions
Other non-visual
- GS.Core (⭐27).
[Delphi]
[FPC]
Core functions shared by several projects. // Thread Pool, file operations, Key<>Value database, JSON lib, etc
- CocinAsync.
[Delphi]
High performance library for Delphi to simplify coding and improve performance of asynchronous and multithreaded applications.
- LAMW (⭐196).
[FPC]
Lazarus Android Module Wizard to create JNI Android loadable module (.so) and Android Apk using Lazarus/Free Pascal.
Nov 21, 2021
General Libraries
- minilib (⭐54).
[Delphi]
[FPC]
cross platform library, Socket wrapper (include SSL and TLS), and Database connection (SQLite, PostgreSQL, FirebirdSQL, MariaDB), XML reader and writer, ComPort (COM1, COM2 etc).
Aug 19, 2021
General Libraries
- QuickLib (⭐478).
[Delphi]
[FPC]
Quick development library (AutoMapper, LinQ, IOC Dependency Injection, MemoryCache, Scheduled tasks, Config, Serializers, Json Serialize, Chronometer, Threads, Lists, Config, Console services etc) with crossplatform support for Delphi/Firemonkey (Windows,Linux,macOS/IOS/Android) and freepascal (Windows/Linux).
Graphic
- KIcon (⭐11).
[Delphi]
[FPC]
This component makes sense if a more complex manipulation with icons (or better icon files *.ico) than just viewing is needed. Full PNG icon image support, correct rendering, icons with alpha channel.
- QuickImageFX (⭐52).
[Delphi]
Delphi library for simplifying image load/save, conversion and transformation. Load/save png, jpg, gif and bmp. get image from different resources: file, stream, http, imagelist, associated windows icon, executable file icon, etc. Rotate, flip, grayscale and many other transformations.
- SVGIconImageList (⭐240).
[Delphi]
Four engines to render SVG (Delphi TSVG, Delphi Image32, Direct2D or Cairo) and four components to simplify use of SVG images (resize, fixedcolor, grayscale, etc).
- Skia4Delphi (⭐532).
[Delphi]
Cross-platform 2D graphics API for Delphi platforms based on Google's Skia Graphics Library. It provides a comprehensive 2D API that can be used across mobile, server and desktop models to render images.
Control packs
- Cindy components.
[Delphi]
Packages with 71 components: VCL controls (labels, buttons, panels, Edits, TabControls, StaticText) with features like background gradient, colored bevels, wallpaper, shadowText, caption orientation etc.
- DDuce (⭐50).
[Delphi]
Components, modules, extensions and primitives using Delphi new language features like operator overloading, attributes, generics, anonymous methods and extended RTTI providing some new powerful tools to extend the developer's creativity. // Property editors, grids, XML Tree, etc
Single controls
- ATTabs (⭐83).
[Delphi]
[FPC]
Delphi/Lazarus component for lite tabs. OS independent, fully custom drawn.
- RiverSoftAVG Charting Component Suite.
[Delphi]
Free (for non-commercial use) with source charting Suite for adding charts and graphs to your programs. For Delphi 2010-Tokyo (Win32/Win64/macOS/iOS/Android) and Appmethod (Object Pascal).
Other GUI
- GMLib (Google Maps Library) (seems abandoned, active fork on GH here (⭐1) and here (⭐32)).
[Delphi]
Components for Delphi/C++ Builder that encapsulate the GoogleMaps API to administrate a map, markers, polygons, rectangles, polylines, etc. All objects that you can put into a map.
Scripting
- QuickJS-Engine (⭐78).
[Delphi]
[FPC]
Delphi and Free Pascal bindings for Bellard's QuickJS JavaScript Engine.
Language
- pas2js, docs.
[Delphi]
[FPC]
An open source Pascal to JavaScript transpiler. It parses Object Pascal and emits JavaScript. The JavaScript is currently of level ECMAScript 5 and should run in any browser or in Node.js (target "nodejs"). Basically, Delphi 7 syntax is supported. Used in tools like TMS WebCore and Elevate Web Builder.
Other non-visual
- ICU4PAS.
[Delphi]
[FPC]
Object Pascal, cross platform, Direct Class Wrapper over the mature and widely used set of C/C++ ICU libraries providing Unicode support, software internationalization (i18n) and globalization (g11n), giving applications the same results on all platforms. You can use it on Windows with Delphi and FreePascal and on Linux with Kylix and FreePascal. // Hadn't been updated since 2007 but ICU interface probably remains the same
- FreePascal Generics.Collections (⭐114).
[FPC]
FreePascal Generics.Collections library (TList, TDictionary, THashMap and more)
OS
- GLibWMI.
[Delphi]
Component Library for Delphi that encapsulate the classes for access to WMI of Windows in a set of VCL. BiosInfo, PrinterInfo, DiskInfo, etc. Allow access WMI Classes: WIN32_Bios, WIN32_Printers, WIN32_DiskDrive.
RAD Studio IDE plugins/wizards
- GExperts. Free set of tools built to increase the productivity of Delphi and C++Builder programmers by adding several features to the IDE. GExperts is developed as Open Source software and we encourage user contributions to the project. Grep search and replace supporting unicode files, DFMs, etc; Automatically rename components, insert text macros, open recent files; Easily backup your projects, with custom additional file lists; Keep nested lists of favorite files for quick access; Track dependencies between units in your project; Quickly jump to any procedure in the current unit; And much, much more.
- Delphinus (⭐225). New Packagemanager which runs on Delphi XE and newer and uses GitHub as a Backend to Provide the packages.
Aug 16, 2021
Template
- DVD Chief Template Engine (⭐6).
[Delphi]
[FPC]
Fork of abandoned implementation of PHP Smarty template engine for Delphi by DVD Chief.
- liquid-delphi (⭐9).
[Delphi]
Delphi port of the popular Ruby Liquid templating language and dotLiquid implementation. It is a separate project that aims to retain the same template syntax as the original, while using delphi coding conventions where possible.
Code check/review, debug
- Delphi Code Coverage (⭐54).
[Delphi]
Simple Code Coverage tool for Delphi that creates code coverage reports based on detailed MAP files.
Aug 02, 2021
Audio
- Delphi-BASS (⭐28).
[Delphi]
Delphi's FMX and VCL header/wrapper units for BASS audio library plus add-ons.
Graphic
- Image32.
[Delphi]
[FPC]
(Website) 2D graphics library written in Delphi Pascal. It provides an extensive range of image manipulation functions and includes a line and polygon renderer supporting a wide range of brush filling options.
Game dev
- Delphi3D Engine (⭐52).
[Delphi]
A 3D-graphic and game engine for Delphi and Windows
Event bus
- VSoft.Messaging (⭐39).
[Delphi]
Libary that provides an internal synchronous/asynchronous publish/subscribe messaging system for Delphi applications.
Other GUI
- BitMapEditor - Delphi (⭐4).
[Delphi]
Single-form, simple bitmap editor for Delphi.
- BearLibTerminal (⭐90).
[Delphi]
Provides a pseudoterminal window with a grid of character cells and a simple yet powerful API for flexible textual output and uncomplicated input processing. // Multiplatform dynamic library that has Delphi bindings
- Dam (⭐92).
[Delphi]
[FPC]
Delphi and Lazarus Message Dialogs with Formatted Text.
Template
- Sempare Template Engine (⭐77).
[Delphi]
The template engine allows for flexible text manipulation. It can be used for generating email, html, source code, xml, configuration, etc. It is very easy to use, flexible and extensible, where templates are readable and maintainable. It supports: conditions, looping, custom functions and referencing data via RTTI. XE4, XE8+
Command-line
- Nullpobug.ArgumentParser (⭐40).
[Delphi]
[FPC]
Command-line parser for Delphi and Free Pascal
Other non-visual
- Delphi-Hunspell (⭐14).
[Delphi]
Simple Hunspell spell checking engine wrapper for Delphi.
OS
- ActiveDirectory4Delphi (⭐53).
[Delphi]
Delphi basic library for validation and authentication of LDAP users in Active Directory.
Code check/review, debug
- madExcept.
[Delphi]
madExcept was built to help you locate bugs in your software. Whenever there's a crash/exception in your program, madExcept will automatically catch it, analyze it, collect lots of useful information, and give the end user the possibility to send you a full bug report. madExcept is also able to find memory leaks, resource leaks and buffer overruns for you. // Free without source for non-commercial usage (only) with some conditions. Available to download as part ofmadCollection
installer (you'll need to installmadExcept
item). Pretty well documented.
- map2pdb.
[Delphi]
Tool used to convert the MAP files produced by the Delphi and C++ Builder compilers to Microsoft PDB files for use in tools that support that format.
Setup
- Grijjy Deployment Manager (⭐35). Tool to simplify the deployment of files and folders for iOS and Android apps written in Delphi. It is especially useful if you need to deploy a lot of files, such as 3rd party SDKs.
Other
- DFMJSON (⭐29).
[Delphi]
Library to convert between Delphi's .DFM (or .FMX) format and JSON. It can be used to parse a DFM file into an Abstract Syntax Tree in JSON, which can then be edited and the results turned back to DFM format.
May 07, 2021
Editors
- QDSEquations (⭐34).
[Delphi]
Equation editor for Delphi and Lazarus that allows you to enter and display math formulas of any complexity, from simple Greek symbols to matrixes and complex integral expressions.
Dec 24, 2020
Memory managers
- FastMM5 (⭐222).
[Delphi]
Fast replacement memory manager for Embarcadero Delphi applications that scales well across multiple threads and CPU cores, is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files. Version 5 is a complete rewrite of FastMM.
Other non-visual
- PascalUtils (⭐24).
[Delphi]
[FPC]
Delphi and object pascal library of utils data structures
- libPasC-Algorithms (⭐21).
[Delphi]
[FPC]
Delphi and object pascal library of common data structures and algorithms. Library rewritten from c-algorithms repository and other sources.
Dec 23, 2020
General Libraries
- cwRuntime.
[Delphi]
[FPC]
Compiler agnostic and cross platform collection of utility libraries for Delphi and FreePascal. It is heavily interface based, offering ARC based memory management features and flexible implementation abstraction, with the goal of forming a source bridge for developers familiar with the two supported compilers. Unit testing, collections/containers, multiplatform interface for loading dynamic libraries, Unicode utils, interfaces for working with streams and buffers, logging, threading, high-precision timers, sockets.
Graphic
- Mundus (⭐25).
[Delphi]
Software renderer written in Delphi. Currently supports only Win32 as it makes use of some inline assembler.
Control packs
- Kastri (⭐364).
[Delphi]
Cross-platform library which builds upon the existing RTL and FMX libraries in Delphi. Supports a number of newer APIs that you won't find in FMX/RTL, and "backfills" for missing APIs
- JPPack (⭐112).
[Delphi]
[FPC]
Collection of VCL components for Delphi and LCL components for Lazarus and CodeTyphon - buttons, panels, LinkLabel, ProgressBar, ColorComboBox, ColorListBox, Timer and other
Editors
- ATSynEdit (⭐131).
[FPC]
Multi-line editor control for Lazarus including syntax highlighting.
Other
- Better Translation Manager.
[Delphi]
Translation Manager
- dzBdsLauncher.
[Delphi]
Launcher for the Delphi IDE that decides which of multiple IDEs to launch based on the suffix of the dproj file passed to it.
Dec 08, 2020
Control packs
- DelphiUCL (⭐98).
[Delphi]
UWP controls for Delphi VCL.
Machine Learning
- Keras4Delphi (⭐39).
[Delphi]
High-level neural networks API, written in Pascal with Python Binding
Other non-visual
- TZDB (⭐75).
[Delphi]
[FPC]
IANA Time Zone Database for Delphi/FreePascal
Oct 20, 2020
OS
- The Drag and Drop Component Suite (⭐132).
[Delphi]
VCL component library that enables your Delphi and C++Builder applications to support COM based drag and drop and integrate with the Windows clipboard.
Sep 06, 2020
Machine Learning
- noe (⭐74).
[FPC]
Framework to build neural networks in pure object pascal.
Aug 10, 2020
Game dev
- DarkGlass (⭐6).
[Delphi]
DarkGlass is a general purpose game engine written using Delphi.
Jul 07, 2020
Audio
- Audio Tools Library.
[Delphi]
For manipulating many audio formats file information. // Abandoned since 2005.
- Delphi ASIO & VST Project.
[Delphi]
Framework for writing applications using the ASIO interface and VST plugins. It comes with countless DSP algorithms all demonstrated in dozens of examples. // Not very active lately, but the trunk is in a usable state
Graphic
- Vampyre Imaging Library (⭐113).
[Delphi]
[FPC]
Cross-platform native Object Pascal (Delphi and Free Pascal) image loading, saving, and manipulation library.
- FontIconEditor (⭐52).
[Delphi]
Simple component editor that allow you to add icons to a TImageList from a font. You can use any font you want.
- IconFontsImageList (⭐198).
[Delphi]
Extended ImageList for Delphi (VCL & FMX) to simple use and manage Icon Fonts (with GDI+ support)
Jul 06, 2020
Graphic
- dexif (⭐16).
[Delphi]
[FPC]
Lazarus port of Delphi EXIF Library to extract Exif Information from Images
Game dev
- Apus Game Engine (⭐146).
[Delphi]
[FPC]
Cross-platform library for making mostly 2D games, GUI applications and web services. Supports UI, text rendering, on-fly localization, particles, basic scripting and many lower level subsystems. Uses OpenGL/GLES and DirectX.
Single controls
- decTreeView (⭐27).
[Delphi]
The decTreeView library is an alternative implementation of the TreeView (SysTreeView32) control
Other non-visual
- Rapid.Generics (⭐73).
[Delphi]
Rapid generics/defaults equivalent classes for Delphi (XE8+)
Mar 01, 2020
Other non-visual
- TRegExpr (⭐151).
[Delphi]
[FPC]
Regular expressions engine in pure Object Pascal.
Feb 25, 2020
Graphic
- Zint-Barcode-Generator-for-Delphi (⭐79).
[Delphi]
Native Delphi port of Zint-Barcode-Generator.
Feb 21, 2020
Single controls
- SMDBGrid component.
[Delphi]
The successor of TDBGrid with the extended features. Is able to display multiline wordwrap column titles, checkboxs for boolean fields, a convenient select of records from the keyboard and mouse via checkboxs, extanded Indicator column, fixing of columns, an opportunity to exclude insert and delete of records in the DBGrid, own standard PopupMenu, save/restore of a column states, processing of additional events etc. Multilanguage resources.
Viewers
- CEF4Delphi (⭐1.1k).
[Delphi]
[FPC]
Project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC
Database
- d-ORModel (⭐13).
[Delphi]
ORM for Delphi, based on models and object fields. LINQ support, fully typed and compile time checks.
Other non-visual
- DelphiPatterns (⭐126).
[Delphi]
Complete set of design patterns implemented in Delphi language
- Markdown Processor for Pascal (⭐166).
[Delphi]
[FPC]
This is a Pascal (Delphi) library that processes to markdown to HTML
- Coroutine-based multithreading library (⭐99).
[Delphi]
AIO implement procedural oriented programming (POP) style in Delphi. It means developer can combine advantages of OOP and POP, splitting logic to multiple state machines, schedule them to threads, connect them by communication channels like in GoLang
Other
- C-To-Delphi (⭐258).
[Delphi]
This tool will convert most of your standard C code.
Nov 22, 2019
Graphic
- Clipper.
[Delphi]
Library performs line & polygon clipping - intersection, union, difference & exclusive-or, and line & polygon offsetting
Database
- iORM (⭐40).
[Delphi]
Delphi ORM interface based useful to develop desktop and mobile application.
System
- ezthreads (⭐62).
[FPC]
simple to use threading library
- AsyncCalls (⭐98).
[Delphi]
Asynchronous function call framework
Other non-visual
- Charset Enigma (⭐9).
[Delphi]
Delphi charset detector Community Edition
Oct 09, 2019
Math
- CAI NEURAL API (⭐287).
[FPC]
[Delphi]
Cross-platform Neural Network API optimized for AVX, AVX2 and AVX512 instruction sets plus OpenCL capable devices including AMD, Intel and NVIDIA.
Aug 22, 2019
Graphic
- OpenGL Pascal Toolkit (⭐27).
[FPC]
Easy to use native pascal toolkit that allows to create and manage OpenGL contexts in a platform independent way.
- BGRAbitmap (⭐13).
[Delphi]
[FPC]
Drawing routines with transparency and antialiasing with Lazarus. Offers also various transforms. These routines allow to manipulate 32bit images in BGRA format or RGBA format (depending on the platform).
Control packs
- KControls (⭐11).
[Delphi]
[FPC]
Control components. All controls have been written with the aim to become both cross-IDE compatible (Delphi/C++Builder VCL and Lazarus LCL) and cross-platform compatible in Lazarus. // Most useful are TKGrid with its DB-aware heritage TKDBGrid — a very full-featured grid implementation incl. inplace editors. There's also hex editor, print preview, editors, labels, buttons etc.
Single controls
- zControls (⭐131).
[Delphi]
Contains TzObjectInspector - a powerful object inspector with many features.
- DzHTMLText (⭐125).
[Delphi]
[FPC]
Visual component that allows you to specify a formatted text in a label, using almost the same syntax used in HTML code.
Command-line
- TCommandLineReader (⭐31).
[Delphi]
[FPC]
This unit provides an advanced, platform-independent command line parser for Lazarus and Delphi. It checks for allowed options, automatically prints a help with a list of all of them, and - contrary to the parser in the rtl - behaves the same on Windows and Linux.
- CommandLineParser (⭐79).
[Delphi]
Simple Command Line Options Parser - spawned from the DUnitX Project.
- GpCommandLineParser (⭐144).
[Delphi]
Attribute based command line parser.
- JPL.CmdLineParser (⭐48).
[Delphi]
[FPC]
Command-line parser for Delphi and Free Pascal
Other non-visual
- PascalTZ (⭐16).
[FPC]
Pascal Time Zone allows you to convert between local times in various time zones and GMT/UTC, taking into account historical changes to time zone rules.
Unit Testing
- OpenCTF.
[Delphi]
Test framework add-on for Embarcadero Delphi which performs automatic checks of all components in Forms (or DataModules). It provides an easy way to build automatic quality checks for large projects where many components have to pass repeated tests. OpenCTF is based on the DUnit open source test framework and extends it by specialized test classes and helper functions.
RAD Studio IDE plugins/wizards
- RADSplit (⭐34). Dockable Split-Screen Editors for RAD Studio (Delphi and C++ Builder).
- DzNoteEditor (⭐20). Delphi Property Editor for TStrings supporting formatted languages with syntax highlight.
Other
- Boss (⭐418). Dependency Manager for Delphi projects.
Aug 08, 2019
General Libraries
- Alcinoe (mirror at GH (⭐866)).
[Delphi]
Library of visual and non-visual components for Delphi. // Network: FTP/Http/NNTP/POP3/SMTP, ISAPI, WinInet Http/FTP clients; DB: Firebird/MySQL/SQLite3/Memcached/MongoDb/SphinxQL; XML/JSON Parser; ZLIB; Cryptography: AES, Blowfish, MD5, SHA, secure keyed MD5/SHA; opengl video player; FireMonkey controls; Other: Self-Balancing Binary Trees, expression evaluator
Jun 25, 2019
Code check/review, debug
- AsmProfiler (⭐113).
[Delphi]
Full tracing 32bit profiler (instrumenting and sampling), written in Delphi and some assembly
May 16, 2019
Graphic
- delphi-shader (⭐47).
[Delphi]
Hundreds of graphical effects, and a library that provides GLSL functionality in pure Delphi code. This project produces an executable with more than a hundred real-time graphical effects. All that is a 100% pascal implementation, without the use of external libraries or hardware acceleration.
Other GUI
- VCL Styles Utils (⭐291).
[Delphi]
Collection of classes and style hooks, which extend, fix QC reports and add new features to the VCL Styles. // Collection of patches/enhancements that promote stock VCL style engine to a new level. Styling for Inno Setup and NSIS also available.
May 15, 2019
Graphic
- PowerPDF (⭐98).
[Delphi]
VCL component to create PDF document visually. Like Forms, you can design PDF document easily on Delphi or C++Builder IDE.
Event bus
- PubSub Chimera.
[Delphi]
Open Source (MIT License) library for Delphi which provides a fast and cross platform PubSub and Message Queue implementation under a license that doesn't suck.
- Delphi Event Bus (⭐410) (for short DEB).
[Delphi]
Event Bus framework for Delphi.
- DelphiEventBus (⭐34).
[Delphi]
Yet another Event Bus framework for Delphi, with annotations and rich event filtering.
Other GUI
- TFireMonkeyContainer (⭐84).
[Delphi]
Delphi VCL component to host a FMX HD or 3D form. It means you can embed a FireMonkey (FMX) form as a control in a VCL form, so you can design a FMX form and use it in your VCL app.
- Windows Ribbon Framework for Delphi (⭐179).
[Delphi]
This Delphi library allows Delphi developers to use of the Windows Ribbon Framework in their Delphi applications. This library uses the native Windows library to implement the Ribbon functionality. It does not emulate the Ribbon user interface like other Delphi component sets do (or Delphi's built-in Ribbon emulation components).
- DKLang (⭐51).
[Delphi]
DKLang Localization Package is a set of classes intended to simplify the localization of applications written in Delphi.
- GNU Gettext for Delphi, C++ and Kylix.
[Delphi]
GNU GetText translation tools for Borland Delphi and Borland C++ Builder.
- OpenWire.
[Delphi]
The library allows writing advanced VCL and FireMonkey components for rapid codeless application development. The components developed with the library allow creation of complex applications with zero lines of program code.
- SynTaskDialog (⭐742).
[Delphi]
[FPC]
Implement TaskDialog window (native on Vista/Seven, emulated on XP)
- AnyiQuack (⭐58).
[Delphi]
jQuery-like control animation framework.
- TLanguages (⭐43).
[Delphi]
Localization tool for VCL and FMX.
Database
- Unified Interbase (⭐56).
[Delphi]
Set of components to use Interbase, FireBird and YAFFIL. These components were born from the need to use Interbase, FireBird or Yaffil indifferently as fast as possible in a Multithreading environment, a Server for example.
- ASQLite (⭐22).
[Delphi]
Delphi SQLite set of DAC components from aducom software, based on their latest release for Delphi 2009, and updated to support newer editions of Delphi as included in RemObjects Data Abstract for Delphi.
- TxQuery (⭐63).
[Delphi]
TDataSet descendant component that can be used to query one or more TDataSet descendant components using SQL statements. It is implemented in Delphi 100% source code, no DLL required, because it implements its own SQL syntax parser and SQL engine.
- Delphi-ORM (⭐158).
[Delphi]
Object-Relational Mapping for Delphi XE2-7 (Win32). Supports for FirebirdSQL, SQLServer and SQLite3.
- SynDB (⭐742) (docs).
[Delphi]
[FPC]
High performance direct access to SQLite3, Oracle, MSSQL, PostgreSQL, Firebird, MySQL, ODBC, OleDB, including remote HTTP connection and direct JSON support.
- SynMongoDB (⭐742) (docs).
[Delphi]
[FPC]
Offers direct low-level access to any MongoDB server, its custom data types, JSON or viaTDocVariant
custom variant document storage.
- DSharp.
[Delphi]
Small library for providing data binding in Delphi. It does not require special components to data bind to properties. It also provides dependency injection, MVVM and more interesting utilities.
- ghORM (⭐22).
[FPC]
Object Relational Mapping unit to ease database access from Free Pascal, by abstracting the backend and simple data retrieval (with filtering), insertion and update.
- Redis client (⭐265)
[Delphi]
Delphi Redis Client version 2 is compatible with Delphi 10.1 Berlin and better. WARNING! If you use an older Delphi version you have to use Delphi Redis Client Version 1 (⭐265) wich works for Delphi 10 Seattle, XE8, XE7, XE6 and XE5 (should works also with older versions). This client is able to send all Redis commands and read the response using an internal parser.
- InstantObjects (⭐90).
[Delphi]
Integrated framework for developing object-oriented business solutions in Delphi. The framework provides the foundation for the development process as well as the engine that powers the final application. InstantObjects offers: Model realization in the Delphi IDE via integrated two-way tools; Object persistence in the most common relational databases or flat XML-based files; Object presentation via standard data-aware controls.
- SynBigTable (⭐742).
[Delphi]
[FPC]
Class used to store huge amount of data with fast retrieval.
- hcOPF.
[Delphi]
Object Persistent Framework written in Embarcadero's Delphi (Object Pascal). This Value Type Framework provides a base class (ThcObject) composed of attribute objects that can be automatically persisted to an object store (normally an RDBMS).
- Marshmallow.
[Delphi]
Object-Relational Mapping for Delphi XE2-7 (Win32) inspired by .NET micro ORM's (mostly by PetaPoco) and Java Hibernate. Developed by Linas Naginionis. Supports SQLite, Sybase ASA, SQL Server, Firebird, Oracle, MySQL, PostgreSQL, MongoDB. Uses Spring Framework. In active development.
- DelphiCassandra (⭐24).
[Delphi]
Delphi driver classes to communicate with Cassandra database.
- DelphiCouchbase (⭐18).
[Delphi]
Delphi driver classes to communicate with Couchbase database.
- DelphiMongoDB (⭐67).
[Delphi]
Delphi driver classes to communicate with MongoDB database.
- QuickORM (⭐69).
[Delphi]
[FPC]
QuickORM is a simple RestServer and Restclient based on mORMot framework. Provides a fast implementation of client-server applications in few minutes.
Scripting
- DWScript.
[Delphi]
Object-oriented scripting engine for Delphi based on the Delphi language, with extensions borrowed from other Pascal languages (FreePascal, Prism, etc.). It introduces a few Pascal language extensions of its own as well.
- Blaise.
[Delphi]
Open-source object-oriented scripting language. Language features: Object-oriented; Unicode support; Optional typing, ie dynamic or static typing; Richly typed; Higher-level mathematics support, for example Complex numbers, Rational numbers and Matrices; Virtual Machine architecture; Co-routines; Familiar language syntax, influenced by Object Pascal, Python and Ada.
Machine Learning
- Marvin.IA (⭐33).
[Delphi]
Machine learning collection of object-oriented Pascal primitives (only interfaces and classes).
Compression
- FWZip (⭐48).
[Delphi]
Classes to work with Zip archives using Store and Deflate methods, supports ZIP64, DataDescryptors, PKWARE encryption, NTFS attributes, Utf8 in filenames. // Uses stock ZLIB.obj that gets compiled into binary. Comments and description in Russian.
- SynLZ SynLZO SynZip PasZip (⭐742).
[Delphi]
[FPC]
Several high speed compression units, featuring ZIP/LZ77 Deflate/Inflate, LZO and SynLZ algorithm, in pascal and optimized assembler.
- Delphi zlib.
[Delphi]
Wrapper for zlib.obj originally used by Borland. Delphi up to XE3 supported.
- DIUcl.
[Delphi]
DIUcl is a lossless compression library with extremely fast and small (200 bytes only!) ASM decompressor. Compression times and ratios are similar to those of deflate/zip and bzip2. Delphi port of the popular UCL Compression Library, which is also used by the popular and well known UPX Ultimate Packer for eXecutables.
Language
- Next Delphi Yacc & Lex (⭐56).
[Delphi]
Parser generator toolset for Delphi.
- Abstract Syntax Tree Builder (⭐236).
[Delphi]
With DelphiAST you can take real Delphi code and get an abstract syntax tree. One unit at time and without a symbol table though.
- Castalia-Delphi-Parser (⭐107).
[Delphi]
These files make up a hand-written high speed parser for the Object Pascal dialect known as "Delphi". The original work was done by Martin Waldenburg in the late 1990s, and the project was abandoned sometime before 2003, when I found the code and began working on it. I have kept it updated as necessary to work with my project, called "Castalia".
Memory managers
- ScaleMM (⭐91).
[Delphi]
Fast scaling memory manager for Delphi
- FastMM4-AVX (⭐122).
[Delphi]
[FPC]
FastMM4 fork with AVX support and multi-threaded enhancements (faster locking)
System
- MemoryModule (⭐76).
[Delphi]
[FPC]
With the MemoryModule engine you can store all required DLLs inside your binary to keep it standalone. Additional hook units allow transparent using of MM engine thus allowing switching MM/WinAPI loading as well as enabling 3rd party dynamic-load DLL interfaces that are unaware of MM (tested with Interbase Express components and Firebird client library). MemoryModule is a Pascal port of Joachim Bauch's C MemoryModule.
- DirectoryWatcher (⭐76).
[Delphi]
Watch changes in directories on different platforms (Windows/Linux/Mac OS).
Template
- Delphi Template Engine.
[Delphi]
Template engine designed to be used as a library in Delphi (mainly Delphi 7) applications, allowing developers to use templating on their software with no worry about implementing it.
- MustaPAS (⭐10).
[Delphi]
[FPC]
Mustache implementation in simple procedural Pascal.
Logging
- Log4d (⭐23).
[Delphi]
[FPC]
Implementation of logging system for Delphi, based on Log4j.
- TraceTool.
[Delphi]
C#, C++, Delphi, ActiveX and Java trace framework and a trace viewer.
- LoggerPro (⭐289).
[Delphi]
A modern and pluggable logging framework for Delphi.
- SynLog (⭐742).
[Delphi]
[FPC]
Logging functions used by Synopse projects.
- slf4p (⭐34).
[Delphi]
[FPC]
A simple logging facade with support for LazLogger, Log4D, and other logging frameworks.
- GrijjyCloudLogger (⭐92).
[Delphi]
Remote logging tool that allows you to send log messages over the Intranet or Internet from Windows, Linux, iOS, Android and macOS devices to a viewer running on Windows. Besides sending messages along with any data, it has numerous features including custom live watches, remote live views of objects, tracking live memory usage, object allocations, growth leaks and more.
Math
- Big Decimal Math (⭐20).
[Delphi]
This unit provides a arbitrary precision BCD float number type. It can be used like any numeric type and supports: At least numbers between 10-2147483647 to 102147483647 with 2147483647 decimal digit precision; All standard arithmetic and comparison operators; Rounding functions (floor, ceil, to-even, ..); Some more advanced operations, e.g. power and sqrt.
- TIntX (⭐45).
[Delphi]
[FPC]
Pascal port of IntX arbitrary precision Integer library with fast, about O(N * log N) multiplication/division algorithms implementation. It provides all the basic arithmetic operations on Integers, comparing, bitwise shifting etc. It also allows parsing numbers in different bases and converting them to string, also in any base. The advantage of this library is its fast multiplication, division and from base/to base conversion algorithms. all the fast versions of the algorithms are based on fast multiplication of big Integers using Fast Hartley Transform which runs for O(N * log N * log log N) time instead of classic O(N^2).
- DelphiBigNumberXLib (⭐18).
[Delphi]
Arbitrary Precision Library for Delphi with Support for Integer and Floating Point Computations.
- MPArith.
[Delphi]
Multi precision integer, rational, real, and complex arithmetic.
- AMath and DAMath.
[Delphi]
Accurate mathematical methods without using multi precision arithmetic and double precision accurate mathematical methods without using multi precision arithmetic or assembler respectively.
Other non-visual
- StringSimilarity (⭐82).
[Delphi]
Package designed for some fuzzy and phonetic string comparison algorithms. So far implemented are the following algorithms: DamerauLevenshtein, Koelner Phonetik, SoundEx, Metaphone, DoubleMetaphone, NGram, Dice, JaroWinkler, NeedlemanWunch, SmithWatermanGotoh, MongeElkan.
- DuckDuckDelphi.
[Delphi]
Adds simple duck typing to Delphi Objects and provides an RTTI helper class to simplify many common RTTI tasks.
- byterage (⭐6).
[Delphi]
Object pascal class library designed to remove some of the limitations of streams. The framework is very simple to use, with only one common ancestor class (TBRBuffer) which defines a set of storage agnostic mechanisms for allocating, scaling, inserting, deleting and otherwise manipulating a segment of raw binary data.
- stateless (⭐30).
[Delphi]
Simple library for creating state machines in Delphi code.
- GenericTree (⭐51).
[Delphi]
Delphi implementation of a generic Tree structure.
- UniConv (⭐31).
[Delphi]
[FPC]
Universal text conversion library is a universal quick and compact library intended for conversion, comparison and change of the register of text in concordance with the latest standards of the Unicode Consortium. The librarys function greatly resembles ICU, libiconv and Windows.kernel which are de facto standard for popular operating systems.
- CachedBuffers (⭐48).
[Delphi]
[FPC]
The library is irreplaceable for the tasks of sequential data reading or writing, especially if the requirements for the performance are increased and there are much data.
- CachedTexts (⭐29).
[Delphi]
[FPC]
Powerful and compact cross-platform library aimed at parsing and generating of text data with the maximum possible performance. Depends on the two other libraries: CachedBuffers and UniConv.
- PasMP (⭐101).
[Delphi]
[FPC]
Parallel-processing/multi-processing library for Object Pascal.
- GpDelphiUnits (⭐144).
[Delphi]
Collection of useful Delphi units. Various TList descendants, TList-compatible, and TList-similar classes. Dynamically allocated, O(1) enqueue and dequeue, threadsafe, microlocking queue. Interface to 64-bit file functions with some added functionality. String hash, table and dictionary. Collection of Win32/Win64 wrappers and helper functions. Time Zone Routines. Embedded file system.
- ByteSizeLibPascal (⭐26).
[Delphi]
[FPC]
TByteSize is a utility "record" that makes byte size representation in code easier by removing ambiguity of the value being represented.
- EmailValidationPascal (⭐35).
[Delphi]
[FPC]
Simple Class for Validating Email Address Syntax in Pascal/Delphi.
- PRNG.
[Delphi]
Seven fast pseudo random number generators with period lengths much greater than Pascal's random function. All are implemented with context records, therefore several independent generators can be used simultaneously, they are not cryptographically secure. In addition there are three cryptographic generators.
- CSV File and String Reader.
[Delphi]
TnvvCSVFileReader and TnvvCSVStringReader are light weighted and fast classes that resemble unidirectional data set.
- HTMLBuilder (⭐23).
[Delphi]
Build simplified html with pascal code.
OS
- MemoryMap (⭐76).
[Delphi]
Set of classes to get all the info about a memory of a running process.
- VersionInfo for Delphi.
[Delphi]
The library makes it very easy to read values from the Version Info resource of Windows executables and DLLs. Optionally extends the TApplication class with a version info property via class helper.
- Magenta Systems WMI and SMART Component.
[Delphi]
Contains WMI, SMART and SCSI PassThrough functions, of particular use for getting hard disk information and configuring network adaptors, but also for many other general uses. MagWMI provides general view access to any WMI information using SQL like commands, and also a number of dedicated function relating to TCP/IP configuration, such as setting the adaptor IP addresses, the computer name, domain/workgroup, BIOS and disk drive information.
- WindowsAutorun (⭐5).
[Delphi]
Helps you manage autoload in Windows OS.
Report generating
- Report Manager.
[Delphi]
Report manager is a reporting application (Report Manager Designer) and a set of libraries and utilities to preview, export or print reports. Include native .Net and Delphi/C++Builder libraries, ActiveX component and also standard dynamic link library for use in any language like GNU C.
- FortesReport (⭐188).
[Delphi]
The FortesReport is a powerful report generator available as a package of components for Delphi.
- mORMotReport (⭐742) (docs).
[Delphi]
Fast and efficient code-based reporting component, with preview form and PDF export.
Unit Testing
- DUnitX (⭐352).
[Delphi]
New test framework, taking ideas from DUnit, NUnit and other test frameworks. It is designed to work with Delphi 2010 or later, it makes use of language/RTL features that are not available in older versions of Delphi.
- DelphiSpec (⭐70).
[Delphi]
Library for running automated tests written in plain language. Because they're written in plain language, they can be read by anyone on your team. Because they can be read by anyone, you can use them to help improve communication, collaboration and trust on your team.
- Delphi-Mocks (⭐216).
[Delphi]
Simple mocking framework for Delphi XE2 or later. Allow you to mock both classes and interfaces for testing.
- DUnit-XML (⭐21).
[Delphi]
Test runner that allows DUnit Tests to output NUnit compatible XML.
- Smoketest (⭐47).
[Delphi]
Framework for writing tests and performance benchmarks using the Delphi language for Microsoft Windows. It has been tested on all versions of Delphi from 7 thru to 2010.
- SynTests (⭐742).
[Delphi]
[FPC]
Unit test functions including mocks and stubs.
- DelphiUIAutomation (⭐90).
[Delphi]
Delphi classes that wrap the MS UIAutomation library. DelphiUIAutomation is a framework for automating rich client applications based on Win32 (and specifically tested with Delphi XE5). It is written in Delphi XE5 and it requires no use of scripting languages. It provides a consistent object-oriented API, hiding the complexity of Microsoft's UIAutomation library and windows messages.
RAD Studio IDE plugins/wizards
- Delphi IDE theme editor / Delphi IDE Colorizer (⭐604). Tool to change the IDE color highlighting of several Object Pascal IDE's like Delphi (RAD Studio), Appmethod, Lazarus and Smart Mobile Studio. DITE supports Delphi 5-7, 2005-2010, XE-XE8, Appmethod 1.13-1.14, Lazarus v1.0.1.3 and Smart Mobile Studio IDE v1.1.2.17. The Delphi IDE Colorizer (DIC) is a plugin which allows to customize the look and feel of the workspace of the RAD Studio IDE and Appmethod.
- Delphi-Adb-WiFi (⭐21). Plugin for RAD Studio, which allows launching and debugging on an Android device without connecting to a computer via USB. Works over WiFi.
Documentation
- PasDoc.
[Delphi]
[FPC]
Documentation tool for ObjectPascal (FreePascal and Delphi) source code. Documentation is generated from comments found in source code. Available output formats are HTML, HtmlHelp, LaTeX, latex2rtf, simplexml. More output formats may be added in the future.
May 14, 2019
Scripting
- BESEN (⭐199).
[Delphi]
[FPC]
Complete ECMAScript Fifth Edition Implementation in Object Pascal, which is compilable with Delphi >=7 and Free Pascal >= 2.5.1 (maybe also 2.4.1).
May 13, 2019
Other non-visual
- FuzzyWuzzy.pas (⭐13).
[FPC]
Port of the well-known Python fuzzy string matching package that uses the Levenshtein distance to compute differences between string sequences.
Apr 09, 2019
Code check/review, debug
- Spider (⭐116).
[Delphi]
Real time profiler for Delphi applications
Mar 27, 2019
General Libraries
- KOL.
[Delphi]
[FPC]
(KOL-CE port to FPC) KEY OBJECTS LIBRARY for Delphi (and FPC) - to make applications small and power. This library is freeware and open source. MCK is a kit of mirror classes for the VISUAL project development in Delphi environment using KOL library.
Serial port
- Synaser.
[Delphi]
[FPC]
Library for blocking communication on serial ports. It is non-visual class as in Synapse, and programmer interface is very similar to Synapse.
Control packs
- D.P.F Delphi Android / D.P.F Delphi iOS native components.
[Delphi]
D.P.F Delphi Native Components, 100% iOS Performance and styles. Develop iPhone & iPad & iPod Touch applications with fast native performance and native styles. Use native Android controls and services. Fast native performance. Mixed with FM VCL controls. Can be quick updated with latest Android controls & features.
- Essentials (⭐43).
[Delphi]
Contains 13 native VCL controls for Embarcadero Delphi and C++Builder. The controls include drop-down calendars and calculators, roll-up dialogs, 3-D labels, tiled backgrounds, scrolling messages, menu buttons, and more.
- FreeEsVCLComponents (⭐140).
[Delphi]
Free library of VCL components for Delphi and C++Builder. This new controls and components to improve the appearance applications and to better user experience. Components support visual styles and has modern style. All components has best support transparency, not flicker, and has support interesting possibility for double buffering for TGraphicControl heirs.
- SpTBXLib (⭐55).
[Delphi]
Add on package for Toolbar2000 components, it adds the following features: Skins, Unicode support, Custom painting events and many more.
Single controls
- TChromeTabs (⭐196).
[Delphi]
Comprehensive implementation of Google Chrome's tabs for Delphi 6 - Delphi 10.1 Berlin
- TFrameStand (⭐244).
[Delphi]
Easily use TFrame(s) in your FireMonkey (FMX) applications to gain visual consistency though the whole user experience and easily add modern looking elements like effects and transitions.
- TPrintPreview (⭐20).
[Delphi]
Print Preview Component for Delphi Vcl Win32/Win64
- TTreeListView (⭐43).
[Delphi]
[FPC]
This component is a mix between TTreeView and TListView and can paint a tree whose nodes have additional information sorted in columns.
- neTabControl (⭐37).
[Delphi]
FireMonkey control for Delphi. It builds on the native TabControl and adds a number of features.
Editors
- SynEdit (mirror at GitHub (⭐173)).
[Delphi]
Syntax highlighting edit control, not based on the Windows common controls. SynEdit is compatible with both Delphi and Kylix
- LazEdit.
[FPC]
General text editor with syntax highlighting and tools to help edit HTML.
Viewers
- ATImageMap (mirror at GitHub (⭐44)).
[Delphi]
Component designed to show many images (parts of the whole image) as a single map. For example, you may have array of images, 200 by X, and 100 by Y and control will show them as a single map. Component also allows to draw paths: each path consists of many lines, points, and icons.
- SciDe (⭐69).
[Delphi]
[FPC]
Sciter (Embeddable HTML/CSS/script engine) wrapper for Delphi.
Mar 05, 2019
Code check/review, debug
- GpProfiler2017 (⭐66).
[Delphi]
Source code instrumenting profiler for Delphi XE and higher. Other forks support older versions.
- SamplingProfiler.
[Delphi]
Performance profiling tool for Delphi 5 to 32bits Delphi XE4. Its purpose is to help locate bottlenecks, even in final, optimized code running at full-speed.
- Pascal Analyzer (free Lite version available).
[Delphi]
Pascal Analyzer, or PAL for short, parses Delphi or Borland Pascal source code. It builds large internal tables of identifiers, and collects other information such as calls between subprograms. When the parsing is completed, extensive reports are produced. These reports contain a great deal of important information about the source code. This information will help you understand your source code better, and assist you in producing code of higher quality and reliability.
- delphiunitsizes (⭐15).
[Delphi]
Tool to display the sizes of each unit in a Delphi executable. Shows the size of each unit that is included in a Delphi exe-file. It also shows an approximate size of each symbol (classes, methods, procedures etc) in a unit.
- MapFileStats.
[Delphi]
Tool that provides simple binary size statistics from .MAP files (any Delphi version up to at least Delphi XE5).
Feb 14, 2019
Game dev
- RecastNavigation (⭐19).
[Delphi]
Navigation mesh construction toolset for games. Recast is accompanied with Detour, path-finding and spatial reasoning toolkit. You can use any navigation mesh with Detour, but of course the data generated with Recast fits perfectly. This is a port of the original RecastNavigation written in C++.
- Asphyre aka Platform eXtended Library (PXL).
[Delphi]
[FPC]
Cross-platform framework for developing 2D/3D video games, interactive and scientific applications. It aids the developer with mathematics, hardware control, resource management, displaying real-time graphics and text, handle user input and network communication capabilities.
- CrystalPathFinding (⭐39).
[Delphi]
[FPC]
Simple and effective library with an open source intended for the searching of the shortest paths by algorithms A*/WA* for maps based on tiles with 4 (simple), 8 (diagonal/diagonalex) or 6 (hexagonal) neighbors.
- TileEngine. (GitHub (⭐37))
[Delphi]
[FPC]
OOP Pascal Wrapper and bindings for Tilengine 2D retro graphics engine. Tilengine is a cross-platform 2D graphics engine for creating classic/retro games with tilemaps, sprites and palettes. Its scanline-based rendering algorithm makes raster effects a core feature, a technique used by many games running on real 2D graphics chips.
- SDL2 (GitHub (⭐108)).
[Delphi]
[FPC]
Pascal SDL 2 Headers. Simple DirectMedia Layer is a cross-platform development library designed to provide low level access to audio, keyboard, mouse, joystick, and graphics hardware via OpenGL and Direct3D.
- pasvulkan (⭐168).
[Delphi]
[FPC]
Vulkan header generator, OOP-style API wrapper, framework and prospective Vulkan-based game engine for Object Pascal.
Math
- ALGLIB.
[Delphi]
[FPC]
Cross-platform numerical analysis and data processing library. It supports several operating systems (Windows and POSIX, including Linux). ALGLIB features include: Data analysis (classification/regression, statistics); Optimization and nonlinear solvers; Interpolation and linear/nonlinear least-squares fitting; Linear algebra (direct algorithms, EVD/SVD), direct and iterative linear solvers; Fast Fourier Transform and many other algorithms. // Free edition is Delphi wrapper around generic C core licensed for Personal and Academic Use.
Feb 08, 2019
General Libraries
- JCL (⭐593).
[Delphi]
[FPC]
Set of thoroughly tested and fully documented utility functions and non-visual classes which can be instantly reused in your Delphi and C++ Builder projects. The library is grouped into several categories such as Strings, Files and I/O, Security, Math and many, many more.
- TheUnknownOnes (⭐82).
[Delphi]
Huge heap of classes, components, utilities for almost every purpose. Nearly undocumented and seems not very up-to-date though.
- CNVCL (⭐288).
[Delphi]
CnPack Component Package. Large collection of visual components, classes and utilities. // Lots of useful stuff; documentation and comments mainly in Chinese
- MARS - Curiosity (⭐323).
[Delphi]
Delphi REST Library. Pure REST approach, standard concepts in a familiar Delphi flavor (including a component based client library). Known compatibility: Delphi versions from XE to 10 Seattle. Some functionalities requires FireDAC.
- ADAPT (⭐36).
[Delphi]
Advanced Developer Async Programming Toolkit, foundation library intended to be used at the heart of your projects for the purpose of providing extremely powerful, multi-threaded (and thread-safe) capabilities. Event Engine - a very powerful system for producing Multi-Threaded, Asynchronous and Event-Driven programs. Generics Collections - highly efficient Collection Types (Lists, Trees, Maps etc.). Math Library - a library for Unit Conversion, special calculation and other useful mathematics routines. Package Engine - extension of the Streamables Engine supporting the packaging of files together (a VFS of sorts). Shared Streams Library - 100% Thread-Safe Stream Classes (Interfaced too) allowing read/write from multiple Threads. Stream Handling Library - makes working with Streams much easier! Handles Deleting, Inserting, Reading and Writing data.
- Redux Delphi (⭐38).
[Delphi]
Predictable state container for Delphi apps utilizing a unidirectional data flow. Inspired by ReduxJS. Comes with Immutable Generic List.
- unRxLib.
[Delphi]
Effort to keep RxLibrary (library of 60+ components) actual.
Video
- DSPack (abandoned, active fork is here (⭐20)).
[Delphi]
Set of components and classes to write Multimedia Applications using MS Direct Show and DirectX technologies.
- FFmpeg Delphi/Pascal Headers.
[Delphi]
[FPC]
Open source translation of FFMPEG headers.
Graphic
- GraphicEx (⭐96).
[Delphi]
Addendum to Delphi's Graphics.pas to enable your application to load many common image formats. This library is primarily designed to load images as background (buttons, forms, toolbars) and textures (DirectX, OpenGL) or for image browsing and editing purposes as long as you don't need to save images.
- CCR-EXIF (seems abandoned, list of forks on GH here).
[Delphi]
Library to read and write Exif, IPTC and XMP metadata from JPEG, TIFF and PSD images.
- Synopse PDF (⭐245).
[Delphi]
[FPC]
Fully featured Open Source PDF document creation library for Delphi, embedded in one unit. Pure Delphi code, Delphi 5 up to Delphi 10.3 Rio (and latest version of FPC), for Win32 and Win64 platforms.
- IGDI+.
[Delphi]
The free open source library allows quick and easy implementations of complex GDI+ applications, in a natural Delphi-friendly code.
- GLScene.
[Delphi]
[FPC]
OpenGL based 3D library for Delphi, C++Builder and Lazarus. It provides visual components and objects allowing description and rendering of 3D scenes in an easy, no-hassle, yet powerful manner. GLScene is not just an OpenGL wrapper or utility library, it has grown to become a set of founding classes for a generic 3D engine with Rapid Application Development in mind. GLScene allows you to quickly design and render 3D scenes without having to learn the intricacies of OpenGL, if you know how to design a TForm, you'll easily master the basic operations of GLScene. The library comes with a large collections of demos showcasing the ease of use, and demonstrating RAD wasn't done at the expense of CPU/GPU horsepower.
- SynGdiPlus (⭐742).
[Delphi]
[FPC]
Enables an application to load and save GIF, TIF, PNG and JPG pictures. It also allows anti-aliased drawing from any TMetaFile. That is, you can play a .emf content using GDI+ instead of GDI, for much better rendering result.
- Andorra 2D.
[Delphi]
[FPC]
New generation 2D Engine for Delphi and Lazarus. Andorra 2D is capable to use DirectX or OpenGL through graphic plugins. Andorra 2D is built in a very modular way and is yet easy to use.
- Transparent-canvas (⭐46).
[Delphi]
Delphi VCL / Windows project for drawing semi-transparent alphablended graphics. It provides a class similar to TCanvas.
- Fully-justified-text (⭐35).
[Delphi]
Delphi VCL / Windows project for text output, allowing printing of fully justified text with a variety of options.
- dglOpenGL (⭐77).
[Delphi]
[FPC]
Delphi / Pascal OpenGL header translation.
- DelphiZXingQRCodeEx (⭐54).
[Delphi]
[FPC]
Delphi/Lazarus port of the QR Code generating functionality from ZXing, an open source barcode image processing library.
- ZXing.Delphi (⭐407).
[Delphi]
Native Object Pascal library for Delphi XE to 10.2 Tokyo that is based on the well known open source Barcode Scanning Library ZXing (Zebra Crossing). It is aimed at all of the FireMonkey mobile platforms and, starting from v3.1, it fully supports also Windows VCL applications (no dependencies on FMX.Graphics unit).
- NativeJpg.
[Delphi]
Fully object-oriented Pascal implementation that allows to read and write Jpeg files. You can use this software to read and write Jpeg images from files or streams. It supports baseline and progressive Jpeg, support for metadata, as well as all conceivable lossless operations.
Feb 04, 2019
General Libraries
- mORMot (⭐742).
[Delphi]
[FPC]
Client-Server ORM/ODM SOA MVC framework for Delphi 6 and higher, or FPC 2.7. Direct SQL/NoSQL database access, ORM/ODM over objects, RESTful ORM and SOA services via interfaces over high performance HTTP server, MVC/MVVM web sites, testing including mocks and stubs, logging, cryptography, compression, command line parser, threading, service/daemon support; huge documentation.
Audio
- Audorra.
[Delphi]
[FPC]
Digital audio library for Delphi and Freepascal. Using a flexible plugin architecture, it allows you to exchange the audio backend (e.g. WaveOut, OpenAL), add protocol classes (e.g. file, http) and decoders.
Video
- PasLibVlc.
[Delphi]
[FPC]
Interface to VideoLAN libvlc.dll and VCL player component for Delphi / FreePascal based on VideoLAN
- fevh264 (⭐18).
[FPC]
Baseline h.264 encoder. Windows and Linux are supported
Graphic
- Graphics32 (⭐317).
[Delphi]
[FPC]
Designed for fast 32-bit graphics handling on Delphi, Kylix and Lazarus. Optimized for 32-bit pixel formats, it provides fast operations with pixels and graphic primitives, and in most cases Graphics32 outperforms the standard TCanvas classes. It is almost a hundred times faster in per-pixel access and about 2-5 times faster in drawing lines.
- Delphi Twain.
[Delphi]
[FPC]
The library allows you to easily access scanning functions from Delphi and Lazarus.
Game dev
- Kraft Physics Engine (⭐92).
[Delphi]
[FPC]
Open source Object Pascal physics engine library that can be used in 3D games. Compatible with: Delphi 7-XE7 (but not with the Android and iOS targets), FreePascal >= 2.6.2 (with almost all FPC-supported targets including Android and iOS)
- Allegro-Pas (GitHub (⭐18)).
[Delphi]
[FPC]
Wrapper to use the Allegro game library with Pascal/Delphi.
- SFML (⭐51).
[Delphi]
[FPC]
Pascal SFML Headers. SFML provides a simple interface to the various components of your PC, to ease the development of games and multimedia applications. It is composed of five modules: system, window, graphics, audio and network. Currently Delphi and FPC/Lazarus are supported. However, due to a compiler incompatibility with the Delphi compiler (solved with workarounds), FPC is recommended at the moment.
- JEDI-SDL.
[Delphi]
[FPC]
Pascal headers for SDL from JEDI. Works with Delphi, Kylix, Free Pascal, Gnu Pascal and TMT Pascal.
Viewers
- ATBinHex for Delphi (⭐44)
[Delphi]
, ATBinHex for Laz (⭐19).[FPC]
Viewer for files of unlimited size like in Total Commander.
- ATImageBox for Delphi (⭐44)
[Delphi]
, ATImageBox for Laz (⭐6).[FPC]
TScrollBox with embedded TImage. Control can auto position image inside.
Other GUI
- PascalSCADA.
[Delphi]
[FPC]
Set of components (framework) for Delphi/Lazarus to make easy the development of industrial applications (HMI=Human Machine Interface/SCADA=System Control And Data Acquisition). It runs on Windows, Linux and FreeBSD.
Database
- ZeosLib.
[Delphi]
[FPC]
Set of database components for MySQL, PostgreSQL, Interbase, Firebird, MS SQL, Sybase, Oracle and SQLite.
- tDBF.
[Delphi]
[FPC]
Native dBASE III+, dBase IV and dBase 2k data access component for Delphi, BCB, Kylix, FreePascal. It allows you to create very compact database programs which don't need any special installer programs. The DB engine code is compiled right into your executable.
- tiOPF (⭐19).
[Delphi]
[FPC]
Object Persistent Framework written in Object Pascal, for use with Delphi and Free Pascal (FPC) compilers. tiOPF simplifies the mapping of an object oriented business model into a relational database. Persistence layers are available for Firebird, Oracle, MS SQL Server, MySQL, PostgreSQL, SQLite, NexusDB, XML, CSV, TAB, Remote (via HTTP) and many more. It also allows you to use your choice of database connection components, like IBX, dbExpress, DOA, SqlDB, FBLib etc.
Scripting
- Pascal Script (⭐398).
[Delphi]
[FPC]
Free scripting engine that allows you to use most of the Object Pascal language within your Delphi or Free Pascal projects at runtime. Written completely in Delphi, it is composed of a set of units that can be compiled into your executable, eliminating the need to distribute any external files. Pascal Script started out as a need for a good working script, when there were none available at the time.
- Python for Delphi (P4D) (⭐769).
[Delphi]
[FPC]
Set of free components that wrap up the Python dll into Delphi and Lazarus (FPC). They let you easily execute Python scripts, create new Python modules and new Python types. You can create Python extensions as dlls and much more
- chakracore-delphi (⭐124).
[Delphi]
[FPC]
Delphi and Free Pascal bindings and classes for Microsoft's ChakraCore JavaScript engine library.
Template
- SynMustache (⭐135).
[Delphi]
[FPC]
Delphi implementation of the Mustache template language, supporting Delphi 6 up to Delphi 10 Seattle (and FPC/Lazarus compilation).
Logging
- QuickLogger (⭐273).
[Delphi]
[FPC]
Delphi/freepascal/.NET (Windows/Linux) library for logging on files, console, memory, email, rest, telegram, slack, eventlog, redis, ide debug messages and throw events..
Other non-visual
- FLRE (⭐84).
[Delphi]
[FPC]
FLRE ( F ast L ight R egular E xpressions) is a fast, safe and efficient regular expression library, which is implemented in Object Pascal (Delphi and Free Pascal) but which is even usable from other languages like C/C++ and so on.
- ZEXMLSS (⭐60).
[Delphi]
[FPC]
Lazarus/Delphi component for read/write ods, excel xml, xlsx.
- BaseNcodingPascal (⭐42).
[Delphi]
[FPC]
Library for encoding of binary data into strings using base32, base85, base128 and other algorithms for FPC and Delphi.
OS
- TSMBIOS (⭐186).
[Delphi]
[FPC]
Allows access the System Management BIOS (SMBIOS) using the Object Pascal language (Delphi or Free Pascal). The SMBIOS (System Management BIOS) is a standard developed by the DMTF. The information stored in the SMBIOS includes devices manufacturer, model name, serial number, BIOS version, asset tag, processors, ports and device memory installed.
Setup
- WinSparkle and its Delphi wrapper (⭐19). WinSparkle is an easy-to-use software update library for Windows developers. WinSparkle is a heavily (to the point of being its almost-port) inspired by the Sparkle framework originally by Andy Matuschak that became the de facto standard for software updates on macOS.
Nov 27, 2018
General Libraries
- Fundamentals Code Library (abandoned, more recent fork is here (⭐66) - though it slightly differs in units set, f.ex. no XML. Recent major version 5 here (⭐239)).
[Delphi]
[FPC]
Collection of Delphi / FreePascal code units. Includes libraries for Unicode, Strings, Data Structures, Sockets and Mathematics. // Utils: ZLIB compression; JSON; XML; ProtocolBuffers; Unicode routines; data structures; Hashes: XOR, CRC, Adler, MD5, SHA, secure keyed MD5/SHA, etc; Network: blocking TCP client/server, HTTP(S) via SSL3/TLS1.0/TLS1.1/TLS1.2 (fully native); SQL parser; BitCoin MtGox client; Blaise script engine; Cipher: AES, DES, FUNE, RC2, RC4, RSA, Diffie-Hellman; Maths: matrix, complex, statistics, huge numbers
RAD Studio IDE plugins/wizards
- Delphi Library Helper (⭐19) Tool to assist Delphi developers configuring library folders.
- Mobile Image Creator (⭐7) Creating Icons and Launcher Images for Delphi Mobile Applications (Firemonkey). This is a fork of Mobile Gfx created by Thomas Grubb of RiverSoftAVG.
Nov 01, 2018
Math
- FastMath (⭐143).
[Delphi]
Delphi math library that is optimized for fast performance (sometimes at the cost of not performing error checking or losing a little accuracy). It uses hand-optimized assembly code to achieve much better performance then the equivalent functions provided by the Delphi RTL. // Floating-point, vector, matrix operations.
Other
- Chet - C Header Translator for Delphi (⭐162). Chet is a .h-to-.pas translator powered by libclang for Delphi. Uses the Clang compiler to parse header files, resulting in more accurate translations that require fewer manual adjustments.
May 24, 2018
Scripting
- VerySimple.Lua (⭐124).
[Delphi]
Lua Wrapper for Delphi XE5-D10.1 which automatically creates OOP callback functions for Delphi <-> Lua. // LUA DLL required
RAD Studio IDE plugins/wizards
- Project Magician. Wizard for advanced project options manipulation.
- Selective Debugging. Wizard that allows to tune for which units their debug version will be used.
- MMX Code Explorer. Feature-rich productivity enhancing plugin. Includes refactoring, class browser, advanced editing, metrict and many more.
- FormResource. Wizard that helps storing various data as form resources.
Feb 15, 2018
Setup
- Silverpoint MultiInstaller. Multi component package installer for Embarcadero Delphi and C++Builder, it was created to ease the components installation on the IDE.
Dec 22, 2017
General Libraries
- GrijjyFoundation (⭐220).
[Delphi]
Foundation classes and utilities that are used throughout the other Grijjy Repositories. // BSON/JSON, IOCP/EPOLL sockets, socket pools, HTTP, HTTP/2, OpenSSL, ProtocolBuffers.
Nov 29, 2017
OS
- madKernel.
[Delphi]
The package is about Kernel Objects for the biggest part. The most important object types are wrapped up in interfaces, utilizing all the specific kernel32 APIs. Has interface wrappers for: Events, Mutexes, Threads, Processes, Windows, Modules, Tray Icons, shared memory buffers. // Free with source for non-commercial usage (only) with some conditions. Available to download as part ofmadCollection
installer. Pretty well documented. RequiresmadBasic
package.
- madSecurity.
[Delphi]
The package makes it easily possible to handle Shares and other Security Objects like file security or registry security. To be able to do so, this package also features functionality around Accounts and ACEs and ACLs. // Free with source for non-commercial usage (only) with some conditions. Available to download as part ofmadCollection
installer. Pretty well documented. RequiresmadBasic
package.
- madShell.
[Delphi]
The package implements often needed shell functionality, beginning with Special Folders like the "Windows" folder or the "Program Files" folder, continuing with Shell ID Lists, Shell Objects and Shell Events. Then you'll find functionality around ShortCuts/ShellLinks and finally everything about Display Modes. // Free with source for non-commercial usage (only) with some conditions. Available to download as part ofmadCollection
installer. Pretty well documented. RequiresmadBasic
package.
RAD Studio IDE plugins/wizards
- Delphi IDE Explorer (⭐30). Wizard / expert / plugin that allows you to browser the internal fields, methods, properties and events of the IDE. // Mainly useful for developers of IDE experts
- OTA Interface Search (⭐11). Application helps to find Open Tools API (OTA) interfaces, methods and properties and understand how to get to those interfaces or methods / properties of the interfaces.
- AutoSave (⭐4). Expert that periodically auto saves all the open modified IDE files.
Other
- madDisAsm. The package features a full x86 disassembler including MMX, 3dNow enhanced, SSE and SSE2 support. The disassembler can examine a single x86 instruction (see ParseCode) or a full function (see ParseFunction) and either return a short analysis or a full text disassembly. Register contents are watched/followed if possible, this improves the analyses for jump/call targets. Case/switch jump tables are automatically detected and handled correctly.
// Free without source for non-commercial usage (only) with some conditions. Available to download as part of
madCollection
installer (you'll need to installmadExcept
item). Pretty well documented.
Apr 03, 2017
Language
- CrossPascal (⭐40).
[Delphi]
Aims to be a Delphi 7 compatible cross-platform source-to-source compiler (together with the new unicode string types from XE3 but where ansistring is still the default string type for to be still Delphi 7 compatible) which generates intermediate C code. // Quite interesting project though seems abandoned
Mar 15, 2017
Unit Testing
- DUnit.
[Delphi]
Unit Testing Framework, that has been the standard testing framework for years, the Delphi IDE now ships with this library. // Included since XE, deprecated since XE8 in favor of DUnitX; seems abandoned.
- DUnit2.
[Delphi]
Fork of the DUnit Project that adds several new features. // Seems abandoned, lacks some features from last DUnit version.
RAD Studio IDE plugins/wizards
- TestInsight. Unit testing IDE Plugin for Delphi. It supports all versions from XE to 10 Seattle. Supports DUnit, DUnit2, DUnitX frameworks.
Mar 14, 2017
RAD Studio IDE plugins/wizards
- Parnassus Bookmarks. IDE plugin that extends bookmark functionality.
- DelphiSettingManager (⭐19). Multiple IDE profiles for Delphi (up to XE6). Allows to install multiple versions of the same component or different component sets for different projects.
Documentation
- SynProject (⭐28) (docs). Tool for code source versioning and automated documentation of Delphi projects.
Setup
- Lazy Delphi Builder. Build tool for Delphi. Recompile projects/packages from sources with all dependencies, without need to mess around with configs. Quickly (re-)install components from sources into IDE, with no need to change your Library Path. // Powerful automating tool. Freeware but not open source
- Inno Setup. Free installer for Windows programs. First introduced in 1997, Inno Setup today rivals and even surpasses many commercial installers in feature set and stability.
Other
- Delphi Preview Handler (⭐136). Preview handler for Windows Vista, 7 and 8 which allow you read your object pascal, C++ and Assembly code with Syntax highlighting without open in a editor
- OmniPascal. Project that enables Delphi and Free Pascal developers to write and maintain code using the modern editor Visual Studio Code.
Oct 28, 2016
Single controls
- VolgaDB.
[Delphi]
Pretty customizable DBgrid for Delphi. TCustomGrid descendant. CheckBox, ComboBox column styles. Also includes TVolgaDBEdit that replaces TDBEdit, TDBComboBox, TDBLookupCombo, TDBLookupTree andTDBDatePicker in one component. TVolgaDBEdit may be DB-aware and non DB-aware. // Seems abandoned since 2013
Scripting
- CrystalLUA (⭐56).
[Delphi]
Lua binding (Delphi6-2007). // LUA DLL required
- lua4delphi (⭐29).
[Delphi]
Delphi binding for Lua 5.1 language. // LUA DLL required
Memory managers
- BrainMM (⭐90).
[Delphi]
Extremely fast memory manager for Delphi. // Advanced memory allocation functions for faster aligned operations.
Oct 14, 2016
Database
- Alcinoe. Firebird/MySQL/SQLite3/Memcached/MongoDb/SphinxQL.
May 06, 2016
Serial port
- TComPort.
[Delphi]
Delphi/C++ Builder serial communications components. It is generally easy to use for basic Serial Communications purposes. // Seems abandoned since 2011
Single controls
- Delphi Chromium Embedded (⭐292).
[Delphi]
Embedding Chromium in Delphi, tested on Delphi 2010, XE, XE2, Delphi 7. // Several Chromium DLLs required
Database
- QDAC3 (SVN: svn://www.qdac.cc/QDAC3).
[Delphi]
Stands for quick data access components. Useful units such as QJson (easy to use json unit), QWorker (job delivery) etc. // Description and comments in Chinese, author is not good at English. Haven't tested this library by myself.
Other non-visual
- DHibernate (⭐6).
[Delphi]
Object Persistent Framework based on Hibernate and NHibernate for Delphi. // Abandoned since 2012
Feb 05, 2016
Graphic
- AggPasMod (⭐72).
[Delphi]
Modernized Pascal Anti-Grain Geometry. Based on AggPas, which is itself based on the Anti-Grain Geometry, this project offers support for the latest Delphi Versions (XE and above) and contains some helper classes (VCL components and FireMonkey interface). 2D vector graphics library. Basically, you can think of AggPas as of a rendering engine that produces pixel images in memory from some vectorial data. But of course, AGG can do much more than that. // Vector graphic library, renders SVG and much more
Oct 20, 2015
Other
- Delphi.gitignore (⭐147k). .gitignore templates for Delphi. There is also one for Lazarus.
Aug 26, 2015
RAD Studio IDE plugins/wizards
- Delphi Package Installer (DelphiPI). Tool which aids you installing components to your Delphi IDE. DelphiPI automatically resolves dependencies between packages, compiles, installs and adds source paths to your IDE.
- ResEd (⭐82). Expert for Delphi 2005, 2006, 2007, 2009, 2010 and XE. This expert is designed for editing the resource files (.res; .resx) that are linked to the active project. It will automatically search for all occurrences of {$R xyz.res} lines and will open/create resourcefiles for them. The expert registers itself in the menubar of Delphi under View.
Other
- WMI Delphi Code Creator (⭐161). Allows you to generate Object Pascal, Oxygene, C++ and C# code to access the WMI (Windows Management Instrumentation) classes, events and methods. Also includes a set of tools to explorer and Query the content of the WMI.
- Delphi Dev. Shell Tools (⭐129). Windows shell extension with useful tasks for Object Pascal Developers (Delphi, Free Pascal).
Aug 25, 2015
Graphic
- AsciiImage (⭐35).
[Delphi]
AsciiImage-Implementation for Delphi by Alexander Benikowski based on AsciiImage by Charles Parnot. Read more on his article. // Creates scalable monochrome image from ASCII pixel map
Viewers
- HtmlViewer (⭐341).
[Delphi]
[FPC]
Delphi/Lazarus HtmlViewer/FrameViewer. // Html visualiser supporting majority of tags, inline styles and CSS.
Jul 31, 2015
Single controls
- EasyListView (seems abandoned, active fork on GH here (⭐35)).
[Delphi]
Part of VirtualShellTools for the Listview but can be used for a TListview Replacement that is faster and more customizable. // Feature-rich Listview implementing virtual (callback-based) MVC paradigm.
Scripting
- SpiderMonkey (⭐742).
[Delphi]
[FPC]
Binding for Mozilla JavaScript engine, including JIT and multi-threading, with easy objects access via Delphi variants. // Spidermonkey DLL required
RAD Studio IDE plugins/wizards
- IDE Fix Pack. Collection of unofficial bug fixes and performance optimizations for the RAD Studio IDE, Win32/Win64 compiler and Win32 debugger. IDE Fix Pack is an IDE plugin for RAD Studio 2009-XE6 that fixes IDE bugs at runtime. All changes are done in memory. No files on disk are modified. None of your projects are modified or benefit from the IDE Fix Pack other than being compiled faster. Only the IDE gets the fixes and optimizations. // Supports all RAD Studio versions since 2007. Removes lots of annoying bugs that EMBT haven't fixed for years. Yay!
- CnWizards. Free Plug-in Tool Set for Delphi/C++ Builder/CodeGear RAD Studio to Improve Development Efficiency.
Apr 13, 2015
Video
- Delphi-OpenCV (⭐433).
[Delphi]
Translation of OpenCV library header files in Delphi // Includes FFMPEG headers
Mar 31, 2015
General Libraries
- JVCL (⭐541).
[Delphi]
Library of over 600 Delphi components developed by "Project JEDI" members. // GUI, algorithms, classes, API headers etc.
Serial port
- Async Professional (Newest (⭐81) and maintained version for recent compiler version only).
[Delphi]
Comprehensive communications toolkit for Embarcadero Delphi, C++Builder, & ActiveX environments. It provides direct access to serial ports, TAPI and the Microsoft Speech API (TTS/Speech recognition). It supports faxing, terminal emulation, VOIP, RAS dial & more. // Seems outdated (last update in 2011) but adapted to XE and should be easy to use in newer versions. The project is also very thoroughly documented. Second link points to an adapted version for newest compiler versions.
Control packs
- Orpheus (Newest (⭐86) and maintained version for recent compiler version only).
[Delphi]
Award-winning UI toolkit for Borland Delphi & C++Builder. It contains over 120 components covering everything from data entry to calendars and clocks. Other noteworthy components include an Object Inspector, LookOut bar & report views. // Advanced edits, comboboxes, grids + component (de)serializers. GUI components look rather old-style, theme support might be limited. Package contains many demos but no docs seem available. Second link points to an adapted version for newest compiler versions.
Other GUI
- TaskbarListComponents (⭐82).
[Delphi]
Set of components designed as Delphi wrappers for the Windows 7 Taskbarlist Interfaces (e.g. ITaskbarlist3) // Requires JVCL
Database
- delphimemcache.
[Delphi]
Implements a thread safe client for memcached. // Requires Indy 10
Compression
- Abbrevia (Newest (⭐95) and maintained version for recent compiler version only).
[Delphi]
Advanced data compression toolkit for Delphi and C++Builder. Supports PKZIP, Microsoft CAB, tar, gzip, and bzip2 archives, and can create self-extracting executables. On Windows it also provides Delphi wrappers for the LZMA, Bzip2, and WavPack SDKs, and PPMd decompression. Abbrevia also has several visual controls that simplify displaying and manipulating archives, including treeview and listview components. Features: Unicode filenames in all archive formats; Decompress most .zipx and legacy (PKZIP v1) zips; ZIP64 support for archives larger than 2GB; Spanned and split zip archives; Cross-platform (Windows, OS X, and Linux); No DLLs required; Includes COM component; Extensive documentation // Second link points to an adapted version for newest compiler versions.
System
- Delphi Detours Library (⭐321).
[Delphi]
[FPC]
Library allowing you to hook Delphi functions and object methods and Windows API functions. It provides an easy way to insert and remove hook. // Supports x64, calling original functions, multi hooks, COM/Interfaces/win32api, object methods hooking, fully thread-safe, Delphi 7/2005-2010/XE-XE7 & Lazarus/FPC, 64 bit address is supported.
Other non-visual
- OnGuard (Alternate (⭐59) and maintained version for recent compiler version only).
[Delphi]
Library to create demo versions of your Borland Delphi & C++Builder applications. Create demo versions that are time-limited, feature-limited, limited to a certain number of uses, or limited to a certain # of concurrent network users. // Second link points to an adapted version for newest compiler versions.
Mar 24, 2015
General Libraries
- Spring4D.
[Delphi]
Open-source code library for Embarcadero Delphi 2010 and higher. It consists of a number of different modules that contain a base class library (common types, interface based collection types, reflection extensions) and a dependency injection framework. Includes Encryption Library. // Collections and other containers using Generics and based on IEnumerable, probably more accurate and featured than RTL analogs; crypto: CRC, DES, MD5, SHA; file utils etc
Audio
- NewAC - New Audio Components (abandoned, list of forks on GH here).
[Delphi]
Designed to help your Delphi programs perform different sound processing tasks. With NewAC you can play audio stored in many formats (wav, Ogg Vorbis, FLAC, Monkey Audio, WavPack, MP3, Windows WMA, DTS, AC-3 (Dolby Surround), VOB (DVD files)). // Playback, recording, tag read/write, some audio editing tasks and conversions
Single controls
- VirtualTreeView (⭐564).
[Delphi]
(VirtualTreeView-Lazarus (⭐42) port to FPC[FPC]
). Treeview control built from ground up. Many years of development made it one of the most flexible and advanced tree controls available today. // Extremely flexible visual component implementing virtual (callback-based) MVC paradigm. Could be also used as a listview or grid. Used in RAD Studio GUI.
Viewers
- ATViewer (mirror at GitHub (⭐44)).
[Delphi]
Delphi components to view various file types: text, binary, images, multimedia, webpages, etc. // Used in Universal Viewer software. Could be used to display hex dumps, features fast display of unlimited size files/streams. Supports Total Commander Lister plugins.
Scripting
- Delphi-JavaScript.
[Delphi]
JavaScript engine for delphi based on Mozilla's Spidermonkey. // Spidermonkey DLL required
Memory managers
- FastMM (⭐403).
[Delphi]
Lightning fast replacement memory manager for Embarcadero Delphi Win32 and Win64 applications that is not prone to memory fragmentation, and supports shared memory without the use of external .DLL files. // Used as stock memory manager since 2006 but in simplified version. Provides powerful memory leak/corruption detection instruments.
System
- OmniThreadLibrary (⭐421).
[Delphi]
Simple to use threading library for Delphi. // Easy integration of async processes in your app
RAD Studio IDE plugins/wizards
- DDevExtensions (⭐107). Extends the Delphi/C++Builder IDE by adding some new productivity features. // Many useful IDE tweaks, must have.
- VCL Fix Pack. Delphi unit that fixes VCL and RTL bugs at runtime by patching the original functions. If you want all IDE Fix Pack fixes in your application this unit is what you are looking for. Adding the unit to your project (Delphi and C++Builder) automatically installs the patches that are available for your Delphi/C++Builder version. // Actual for Delphi/C++ 6..2009