Demo versions are free for everyone, they have all the same features as the full versions. Demo versions will display a demo message box in compiled applications. Open source library helpers come as they are, without support. Most of the open source library helpers come from 3rd party authors. All of the open source library helpers on this page extend one or more of the library from us that are posted on this page. |
PictureEffectsRaw is a Xojo plugin to do effects on Raw picture buffers, that originate from MemoryBlocks. With Xojo going more for Pre-multiplied alpha channels with their Picture objects then Xojo Picture object is no longer suitable for serious image processing. But the RawBitmap class and the PictureEffectsRaw bridge that.
Dominant color detection:
The new Selective color effect: The new Vignette effect:
Shape distort:
Levels:
Supported effects:
-
Color filters:
Brightness, Contrast, Color filtering, Levels, Tint, Temperature, Grayscale, Gamma, Hue - Saturation, Invert, Sepia, Exposure, Gain / Bias, Contrast Stretch, Desaturate, Equalize, Replace color -
Blur:
Blur, Gaussian Blur, Crystalize -
Enhance:
Sharpen, Smooth -
Rotate and scale:
High quality Bilinear Scaling, Flip Horizontal, Flip Vertical, Stretch Horizontal, Stretch Vertical, High quality rotation rotation -
Render:
Gradient, Clouds, Wood, Marble, Textile, Labyrinth , Rainbow Effect, Vignette -
Stylize:
Emboss, Edge Detect -
Artistic:
Oil Paint, Rank Order -
Distort:
Shape distort, Polar Coordinates, Trim effect, Barrel distort, Interlace, Lens Effect, Pinch Effect, Twirl Effect -
Other:
Channel mixer, Blend, Page Curl, Selective Color, Chroma Keying (Green only), Dominant color detection. -
Low level:
Map, Custom 3x3 matrix, ImageComparer
This plugin is handy where the plugin needs to run on Enterprise restricted environment such as various of cloud servers, or if you need to interact with other 3rd party plugins that can work on MemoryBlock. Given Xojo picture inaccuracy in Console mode then RawBitmap handling offers superior accuracy per platform and across platforms, and can handle images with 16bits per channel as well as ICC Color profiles.. PictureEffectsRaw can also be used together with the Einhugur BarcodePlugin to support auto rotation in barcode detection, Einhugur GraphicsFormats plugin and some other plugins.
Supported on:
- macOS Intel
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM (32 bit and 64 bit)
- iOS
New in 7.3.2
- Fixed linker error on Linux systems.
BarcodePlugin is a Xojo plugin that adds
ability to detect Barcodes and QRCodes in Xojo applications. The
plugin also has QRCode and Barcode generator that can generate
QRCode as bitmaps, direct draw them into PDF as vectors or save
as vector SVG files.
The plugin can detect the following formats:
Aztec, Codebar, Code 39, Code 93, Code 128, Databar, Databar Expanded, Data Matrix, EAN 8, EAN 13, ITF, PDF 417, QR Code, Micro QR Code, UPC A, UPC E
The plugin can generate QRCodes:
To RawBitmaps, direct insert into PDF as vector, and to SVG vector files.
The plugin can generate Barcodes:
EAN8 to RawBitmaps, direct insert into PDF as vector, and to SVG vector files. (as Bonus then this is supported also on iOS targert)
EAN13 to RawBitmaps, direct insert into PDF as vector, and to SVG vector files. (as Bonus then this is supported also on iOS targert)
Code39 to RawBitmaps, direct insert into PDF as vector, and to SVG vector files.
Code93 to RawBitmaps, direct insert into PDF as vector, and to SVG vector files.
Code128 to RawBitmaps, direct insert into PDF as vector, and to SVG vector files. (as Bonus then this is supported also on iOS targert)
UPC-A to RawBitmaps, direct insert into PDF as vector, and to SVG vector files. (as Bonus then this is supported also on iOS targert)
UPC-E to RawBitmaps, direct insert into PDF as vector, and to SVG vector files. (as Bonus then this is supported also on iOS targert)
Aztec to RawBitmap to RawBitmap.
PDF 417 to RawBitmap.
CODABAR to RawBitmap.
DATA_MATRIX to RawBitmap.
ITF to RawBitmap.
Supported on
- macOS Intel (32 bit and 64 bit)
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM v7 compatible systems such as Raspberry PI 2, 3 and 4
- iOS
New in 6.0 (6.0.2 fixed some bugs):
- Replaced the library under the hood for the Decoder with a far more advanced and modern one. (This causes various of syntax changes)
- Added support for decoding Databar codes.
- Added support for decoding Databar Expanded codes.
- Added support for decoding Maxicode codes.
- Added support for decoding Micro QR Code.
- Added support for encoding Aztec.
- Added support for encoding PDF 417.
- Added support for encoding CODABAR.
- Added support for encoding DATA_MATRIX .
- Added support for encoding ITF.
- Added EinhugurBarcodes module.
- Added TextModes enum to the EHBarcodes module.
- Added EanAddonSymbolHandling enum to the EHBarcodes module.
- Added ContentTypes enum to the EHBarcodes module.
- Added BarcodeCombinedType enum to the EHBarcodes module.
- Added TextMode property to the Decoder class.
- Added EanAddonSymbol property to the Decoder class.
- Added NoScale property to the Decoder class.
- Added NoRotate property to the Decoder class.
- Added NoInvert property to the Decoder class.
- Added IsPure property to the Decoder class.
- Added Fast property to the Decoder class.
- Added IncludeResultsWithErrors property to the Decoder class.
- Renamed DecoderResult to DecoderResult and put it in namespace.
- Added Version property to the DecoderResult class.
- Added SymbologyIdentifier property to the DecoderResult class.
- Added ErrorCorrectionLevel property to the DecoderResult class.
- Added IsMirrored property to the DecoderResult class.
- Added IsInverted property to the DecoderResult class.
- Added LineCount property to the DecoderResult class.
- Added HasECI property to the DecoderResult class.
- Added ContentType property to the DecoderResult class.
- Added Bytes property to the DecoderResult class.
- Added Country property to the DecoderResult class.
- Added Price property to the DecoderResult class.
- Added AddOn property to the DecoderResult class.
- Added IssueNr property to the DecoderResult class.
- Added Rotation property to the DecoderResult class.
- Added TypeMask class.
- Removed the SetRotationHelper method since there is no need for it any more on the new decoder.
- Removed DetectionType enum.
- Added BackColor property to the QRCodeGenerator.
- Added support in the QRCodeGenerator class for the TransformCoordinates property when generating QRCode into PDF document.
- Added Encoder class. (This one has more types of symbologies but fewer options than our existing generation classes).
- Added BarcodeException class.
Einhugur macOS Bridge is a plugin to make it
easier to use some macOS Native objects and interface with
them using Xojo objects, Einhugur Plugin objects such as
RawBitmap, declares and 3rd party plugins.
The macOS native objects have been simplified and adapted to
make using them from Xojo very easy.
For Example then macOS file Icon for any file or file type
can be obtained in just one line of code, and can then be either
drawn in one line into Xojo Graphics or converted to Xojo
picture object in one line of code.
The macOS Bridge plugin can help you set up Touch-bar support in your applications.
(Touch bar in the picture above shown in Touch Bar simulator)
Alert with destructivr action on macOS Big Sur.
Simple task manager created by using NSRunningApplication class.
Supported on
- macOS Intel
- macOS Apple Silicon
- iOS (Some of the classes only)
New in 4.8:
- Fixed bug in the NSWorkspace.SelectFile function and changed the function to use FolderItems instead of paths.
Einhugur Linux Bridge is a plugin to make it
easier to use some Gtk Native objects and interface with
them using Xojo objects, declares and 3rd party plugins.
The Linux native objects have been simplified and adapted to
make using them from Xojo very easy.
Setting destructive and suggested action on Xojo buttons.
Advanced Alerts
You can also use combine it with our X-Platform-Alert and macOS Bridge Plugin to get full cross platform Experience. Link to X-Platfor-Alert: https://github.com/einhugur/X-Platform-Alert.
Supported on:
- Linux (32 bit and 64 bit)
- Linux ARM (32 bit and 64 bit)
New in 2.2:
- Added Name property to the GtkWidget class.
- Added SetSizeRequest method to GtkWidget class.
- Added Show method to the GtkWidget class.
- Added Hide method to the GtkWidget class.
- Added SizeAllocate method to the GtkWidget class.
- Added signal_show constant to the GtkWidget class.
- Added signal_hide constant to the GtkWidget class.
- Added signal_state_flags_changed constant to the GtkWidget class.
- Added signal_direction_canged constant to the GtkWidget class.
- Added 2 new Constructors to GtkToggleButton class.
- Added BorderWidth getter and setter property to the GtkContainer class.
- Added Add method to the GtkContainer class.
- Added FirstChild function to the GtkContainer class.
- Added 2 new Constructors to the GtkCheckButton class.
- Added signal_toggled constant to the GtkCheckButton class.
- Added 2 new Constructors to the GtkButton class.
- Added signal_clicked constant to the GtkCheckButton class.
- Added GtkFixed class.
- Added GtkLayout class.
- Added SignalConnect method to the GObject class.
- Added Constructor to the GtkBox class.
- Added Homogeneous getter and setter property to the GtkBox class.
- Added Spacing getter and setter property to the GtkBox class.
- Documented Xojo GtkWidget hierarchy.
ExcelWriter Plugin for Xojo.
- Native modern xlsx file format.
- Full UTF8 support.
- Works on all platforms, and Excel application does not need to be present.
- Formulas.
- Formatting.
- Conditional formatting.
- Graphs.
- Pictures.
- Outlines.
- Data validation.
- Tables.
- And much much more.
Exported Excel document shown in MS Excel for Mac. Other Office applications can also open the file.
Advanched conditional formatting.
The libxlsxwriter library which this plugin uses is Copyright 2014-2023, John McNamara <jmcnamara@cpan.org> All rights reserved.
The Einhugur ExcelWriter plugin for Xojo is Copyright © 2017-2023 Einhugur Software. The Einhugur ExcelWriter plugin for Xojo is commercial software. See full license agreements in the documentation.
Supported on
- macOS Intel
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM (32 bit and 64 bit)
- iOS
New in 4.6:
- Updated the library under the hood.
- Fixed linker problem on macOS Intel.
- Fixed problem with inserting pictures from string buffer.
e-CryptIt Engine for Xojo is one of our primary product, no other plugin has gotten as much time from Einhugur Software as the e-CryptIt Engine. We have made every effort to make it as fast and compact as possible, by optimizing critical parts and so on. We hope that our efforts will be proven to be successful by delivering to you highest possible performance.
The new 2 factor authentication can handle both the server side and client side work.
e-CryptIt Engine 16.1.2 features: |
macOS 64 bit
|
macOS Apple Silicon
|
Windows 32 bit
|
Windows 64 bit
|
Linux 32 bit
|
Linux 64 bit
|
Linux Arm 32 bit
|
Linux Arm 64 bit
|
iOS
|
||
Encryption: | |||||||||||
e-CryptIt (chained) | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Blowfish ECB unchained mode | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (64 bit blocks - up to 448 bit key) | |
Blowfish CBC chained mode | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (64 bit blocks - up to 448 bit key) | |
Twofish ECB unchained mode | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (128 bit blocks - 128,192 and 256 bit keys) | |
Twofish CBC unchained mode | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (128 bit blocks - 128,192 and 256 bit keys) | |
Twofish CFB1 unchained mode | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (128 bit blocks - 128,192 and 256 bit keys) | |
AES ECB unchained mode | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (128 bit blocks - 128,192 and 256 bit keys) | |
AES CBC chained mode | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (128 bit blocks - 128,192 and 256 bit keys) | |
Serpent ECB unchained mode | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (128 bit blocks - up to 256 bit keys) | |
Serpent CBC chained mode | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (128 bit blocks - up to 256 bit keys) | |
Encoding/Decoding: | |||||||||||
e-CryptIt Flexible | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Base32 for RFC 4648 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Base32 for base32hex - RFC 2938 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Base32 for z-base-32 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Base64 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Base64 for MIME | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
UUCoding | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
YEncDecoder | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||
YEncEncoder | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | |||
Compression: | |||||||||||
Zip on strings | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Zip on filestreams | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (.gz format) | |
Zip archives | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (.zip format) | |
LZMA compression | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (.lmza format) | |
LZMA2 compression | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Zstandard compression | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (.zst format) | |
Checksums: | |||||||||||
CRC1 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
CRC3 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
CRC8 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (10 variations + custom) | |
CRC16 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (21 variations + custom) | |
CRC32 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (9 variations + custom) | |
CRC64 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (4 variations) | |
Adler32 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Hashing: | |||||||||||
MD5 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
SHA | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
SHA1 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
SHA_256 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
SHA_384 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
SHA_512 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
SHA3 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (224, 256, 384 ,512) | |
RIPEMD_128 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
RIPEMD_160 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
RIPEMD_256 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
RIPEMD_320 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Keyed-Hashing: | |||||||||||
HMAC-MD5 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
HMAC-SHA1 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
HMAC-SHA-256 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
HMAC-SHA-384 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
HMAC-SHA-512 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
HMAC-SHA3 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (224, 256, 384 ,512) | |
Password Hashing: | |||||||||||
Bcrypt | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ||
Two factor authentication: | |||||||||||
2FA TOTP | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | (Standard mode, Custom modes) | |
Message signing and secret exchange: | |||||||||||
ed25519 | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ | ✓ |
Note: None of the above will let you install zlib or any aditional libraries on your computer.
New in 16.1.4
- Fixed problem with demo message coming from one of the segments.
TypeLibF is Xojo plugin to define some types and support other Einhugur Plugins.
The TypeLibF also defines some handy 3D vector classes and other geometry objects.
Supported on:
- macOS Intel
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM (32 bit and 64 bit)
- iOS
New 6.0
- The Geometry in the plugin is all Double based now instead of Single based. (Note that ShapeDistort in PictureEffects will need update for this change)
- Fixed Rotate methods in PolygonF class.
Word plugin is a Xojo plugin that enables you to create, read, write and edit Word docx files from Xojo code.
The plugin can:
- Create new Word documents.
- Read and write paragraphs and runs from Word documents.
- Read and write tables in word documents. (Very basic writing).
- Read and write nested tables and nested paragraphs in word documents. (Very basic table formatting).
- Read and write document info in Word document.
- Read and write pictures (jpg and png) from Word document.
- Read SVG pictures from Word document (currently read only).
- Read and write headers.
- Read and write footers.
- Read and write basic bullets and numbering setup on paragraphs.
- Read and write indents.
- Read and write links and bookmarks.
- Supports easy fill into form template feature.
- Language codes.
- Preliminary support for read and write for shapes.
Hello World word document generated with the plugin.
List indents using bullets and numbering.
Document with shapes, and some grouped shapes.
Supported on:
- macOS Intel
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM (32 bit and 64 bit)
- iOS
New in 3.0 (3.0.2 fixed issue with language codes):
- Added LanguageCode read only property to the Paragraph class.
- Added SetLanguageCode method to the Paragraph class.
- Added LanguageCode read and write property to the Run class.
- Added first attempt to support shapes.
- Added AppendShape function to the Paragraph class.
- Added AppendShapeGroup function to the Paragraph class.
- Added AppendShapeRun function to the Paragraph class.
- Added AppendShapeGroupRun function to the Paragraph class.
- Added IsShape read only property to the Run class.
- Added Shape read only property to the Run class.
- Added ShapeGroup read only property to the Run class.
- Added ShapeBase abstract class.
- Added Shape class.
- Added ShapeGroup class.
- Added ShapeContainer class.
- Added EmuUnits enum.
- Added ShapeVerticalAlignments enum.
- Added ShapeTypes enum.
- Added FillTypes enum.
- Added LineEndTypes enum.
- Added ShapeTextWrapEnum.
- Added two example projects for Shapes.
Einhugur Xml Plugin is a Xojo plugin that adds parsing of Xml messages as well as ability to create.
The plugin highlights:
- Fluent and easy to use syntax.
- Opening XML documents (from string or file).
- Creating XML documents.
- Editing XML documents.
- Saving XML documents (to string or file).
- Moving nodes within document tree.
- Copying nodes within document tree.
- Copying attributes within document tree.
- XPath queries.
- Precompiled XPath queries.
- Parameterized XPath queries.
- Much smaller disk footprint than the built in Xojo Xml engine.
- Includes optional serialization framework where you can serialize complex structures with one line of code.
- And much more.
The included serialization framework:
Supported on:
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM (32 bit and 64 bit)
- iOS
New in 1.1:
- Fixed crash issue if comparing Node or Attribute to nil. (Even if one is not supposed to compare those to nil given the fluent syntax design then I did so by accident my self, making me discover the crash).
- The plugin now includes Serialization framework.
- Added special function to support Serialization framework to be able to be stand alone without CoreClasses plugin.
UtilsLib is a Xojo, which has cross platform GUID
Generation, ComputerName and UserName, day names, month names,
bit wise handling, currency formatting, OS X Dock Tile
functions, access to the location manager and many other utility
functions.
Many functions of this plugin are supported on MacOS X, Windows, Windows ARM, Linux and Linux ARM.
The OSXDockTile class in the plugin:
New in 9.1
- Added TerminateApplication to the EinhugurEvents class.
TypeLib is Xojo plugin to define some type and
support other Einhugur Plugins.
The TypeLib also
defines RawBitmap and RawBitmapMask classes that can be used to
interact with 3rd party plugins and libraries as well as to
avoid inaccuracy of pre-multiplied alpha channels in image
processing.
The plugin also defines the EinhugurRuntime.Task framework for native threading and async processing of big tasks.
The EinhugurRuntime.Task will take pre-made big tasks and run them as native threads. Other Einhugur Plugins are already implementing functions to support this.
Supported on:
- macOS Intel
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM (32 bit and 64 bit)
- iOS
New in 13.2.2
- Fixed issues with RawBitmap conversion from gg and ggAA color spaces to Xojo Picture.
The CoreClasses plugin consist of data structures that are implemented to support current and future plugins internally. (Those structures can of course also be used directly in Xojo).
The CoreClasses plugin implements high speed string, object and bit arrays, stacks, queues, collections, dictionaries, trees, sets and StringTokenizers. See more details in the details section.
Supported on
- macOS Intel
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM (32 bit and 64 bit)
- iOS
New in 9.0.2:
- Fixed some memory alignment problems which caused issue in StringArray class and in some more places.
PDF Plugin is a Xojo plugin to generate PDF documents.
The plugin supports:
- Embedding TrueType fonts
- Automatic encoding detection and mapping to PDF stock encodings.
- Images (stored as Raw, for example PNG), JPEG (stored as JPEG).
- Clickable links from the PDF document to web pages.
- Clickable links from the PDF document to different locations within the PDF document.
- Clickable zones to get text annotations in popup bubbles.
- Advanced drawing.
- Compression.
- Setting up the PDF outline tree.
- PDF Coordinates with Y1 at bottom or Xojo Coordinates with Y1 at top.
Snapshot of example PDF where we are showing Line drawing capabilities.
PDF document generated on iOS Simulator
Supported on:
- macOS Intel
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM (32 bit and 64 bit)
- iOS
New in 4.1
- Updated the library library under the hood to get in some fixes.
- Added StBoundaryBox method to the Page class.
- Added PageBoundaryEnum to the Page class.
- Added UseExceptions property to the PDFDocument class. (Is now default false to give users time to update their projects, later it will default to true and property will be removed).
- Added PDFException class, which gives meaningful human readable errors.
A plugin to read and write YAML files.
- Can parse YAML documents, even complex ones with inheriting tags
- Can create YAML document.
Supported on:
- macOS Intel
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM (32 bit and 64 bit)
- iOS
New in 2.0
- Added Linux ARM 64 build.
ENet plugin is a Xojo plugin that adds ENet sockets to Xojo.
ENet's purpose is to provide a relatively thin, simple and robust network communication layer on top of UDP (User Datagram Protocol). The primary feature it provides is optional reliable, in-order delivery of packets. ENet is used a lot in gaming. See more about ENet at http://enet.bespin.org/.
Supported on:
- macOS Intel
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM (32 bit and 64 bit)
- iOS
New in 3.0:
- Added Linux ARM 64 support.
GraphicsFormats is a Xojo plugin to import and export pictures.
The plugin currently supports PNG, Jpeg, HDR, ICO, TIFF, GIF* and Tga file formats.
*(Gif support is currently read only)
All formats have the following features:
- Importing from a file.
- Importing from a string.
- Exporting to a file.
- Exporting to a string.
- Import and export to RGB color space.
The following features are unique to the PNG format:
- Importing with Alpha channels for all import types (file,string,stream).
- Exporting with Alpha channels for all export types (file,string,stream).
- Querying meta data.
- Preserving ICC Color Profiles.
- 8 bit per channel read and write (RGB, Gray, RGBA, Gray-A).
- 16 bit per channel read and write. (and the full precision is preserved) (RGB, Gray, RGBA, Gray-A)
The following features are unique to the Jpeg format:
- Setting Quality.
- Setting Baseline parameter.
- Setting Progressive parameter.
- Setting Smoothing factor.
- Import and export horizonatal and vertical resolution values.
- Import and export without using Xojo Picture Object.
- Preserving ICC Color Profiles.
- Importing and exporting CMYK color space.
- 8 bit per channel read and write (RGB, CMYK).
The following features are unique to the TIFF format:
- Importing with Alpha channels (file,string).
- Exporting with Alpha channels (file,string).
- Multiple images within one TIFF file (import and export).
- Preserving ICC Color Profiles.
- 8 bit per channel read and write (RGB, Gray, RGB-A, Gray-A, CMYK, CMYK-A).
- 16 bit per channel read and write. (and the full precision is preserved) (RGB, Gray, RGB-A, Gray-A, CMYK, CMYK-A).
- RGBf (float) read and write.
The following features are unique to the Tga format:
- Importing with Alpha channels for all import types (file,string).
- Exporting with Alpha channels for all export types (file,string).
- 8 bit per channel read and write (RGB, Gray, RGB-A, Gray-A).
- Optional RLE compression.
The following features are unique to the HDR format:
- RGBf (float) read and write.
- 16 bit per channel read and write.
The following features are unique to the ICO format:
- Importing with Alpha channels for all import types (file,string).
- Exporting with Alpha channels for all export types (file,string).
- Multiple images within one ICO file (import and export).
- Preserving ICC Color Profiles. (When ICO segment was PNG based)
The following features are unique to the WebP format:
- Importing with Alpha channels for all import types (file,string).
- Exporting with Alpha channels for all export types (file,string).
- Lossless format.
- Lossy format
- Setting quality when using lossy format
- RGB and gray color spaces
The following features are unique to the BMP format:
- Importing with Alpha channels for all import types (file,string).
- Exporting with Alpha channels for all export types (file,string).
- RGB and gray color spaces.
- Lossy format.
- Import various of bit depths.
- Import images with color palettes.
The following features are unique to the GIF format:
- Importing of still GIF images (including transparent ones) (file,string).
- Importing of animated GIF images (including transparent ones) (file,string)..
- Reading the comments from the GIF comment extension.
Supported on:
- macOS Intel (32 bit and 64 bit)
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM (32 bit and 64 bit)
- iOS
New in 10.5:
- RawJpegExporter now uses simd hardware acceleration when used on macOS Intel, macOS Apple Silicon, Windows 64 bit, Windows 32 bit, Linux 32 bit, Linux 64 bit, Linux Arm 64 bit, iOS, iOS Simulator macOS Intel. This can give in best cases 2x - 6x speed improvement on large Jpegs.
- RawJpegImporter now uses simd hardware acceleration when used on macOS Intel, macOS Apple Silicon, Windows 64 bit, Windows 32 bit, Linux 32 bit, Linux 64 bit, Linux Arm 64 bit, iOS, iOS Simulator macOS Intel. This can give in best cases 2x - 6x speed improvement on large Jpegs.
- Added RawJpegException class.
- RawJpegExporter can now throw RawJpegException and InvalidArgumentException, this lets the class give much more detail on what happened when something went wrong.
- RawJpegImporter can now throw RawJpegException and InvalidArgumentException, this lets the class give much more detail on what happened when something went wrong.
FileSystemWatcher is a plugin for Xojo to set up file system watches on specific folder or folders
Most of the complexity of handling folder watching on different platform has been abstracted and made easy in this plugin.
Supported on:
- macOS Intel (32 bit and 64 bit)
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM (32 bit and 64 bit))
New in 2.5:
- Added Linux Arm 64 build.
Xojo plugin to access some file related functions such as for example Destop Comments, Finder Labels, and MacOS X/Unix file Permissions and optaining location of special folders.
New in 8.0:
- Added Linux Arm 64 build.
JSON Parser plugin III is a Xojo plugin that adds parsing of JSON messages as well as ability
to create them as well as other advanced features such as JSON schema validation, JSON Pointer queries and more.
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language.
See more at "http://www.json.org"
Einhugur has 3 different JSON Plugins, all of which are maintained and supported.
Supported on:
- macOS Intel (32 bit and 64 bit)
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM (32 bit and 64 bit)
- iOS
New in 2.1 (2.1.2 fixed crash issue on JSONPrimitive.MemberCount where it crashed if the primitive was not actually JSON object type)
- Added new override of Append method to the JSONArray class. The new variation appends JSONPrimitive.
- Added RemoveAt method to the JSONArray class.
- Added Clone method to the JSONPrimitive class.
- Added MemberCount property to the JSONPrimitive class.
- Added JSONIIIException class.
- One of the overrides of AddMember on the JSONPrimitive class can now throw JSONIIIException.
- Indexer setter on JSONArray class can now throw two types of exceptions.
- Indexer getter on JSONArray class can now throw OutOfBoundsException.
- Added guarding against illegally re-attaching nodes.
The Einhugur Serialization
Framework for Xojo is to serialise complex class structures
with just 2 lines of code without adding any code to your
classes.
(You can add attributes to your class properties to fine
tune the serialisation but it is not required)
- The framework can output to JSON. This library is fork of our former Einhugur Serialization Framework but it was decided to split it up and have Xml and JSON separate to make the update process smoother.
.
For this version you need Xojo 2020r2 or later, Einhugur JSON Plugin II 2.0 or later and Einhugur CoreClasses plugin 8.1 or later..
.
.
New in 1.0
- This is the first version.
JSON plugin II is a Xojo plugin that
adds parsing of JSON messages as well as ability to create
them.
This plugin can create JSON from complex variant and dictionary structures. The plugin offers modern interfaces and high compatibility to the strictest standards.
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. See more at http://www.json.org.
For those who are using the older and less modern JSON plugin from us then we will continue to support that plugin. Though there are limitations in that engine which of course prevent us to bring it to same level as this plugin.
Supported on:
- macOS Intel (32 bit and 64 bit)
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM (32 bit and 64 bit)
- iOS
New in 3.1:
- Added NumberToDoubleByIndex to the JSONArray class.
- Added NumberToIntegerByIndex to the JSONArray class.
The Einhugur Serialization
Framework for Xojo is to serialise complex class structures
with just 2 lines of code without adding any code to your
classes.
(You can add attributes to your class properties to fine
tune the serialisation but it is not required)
- The framework can output to JSON. This library is fork of our former Einhugur Serialization Framework but it was decided to split it up and have Xml and JSON separate to make the update process smoother.
.
For this version you need Xojo 2020r2 or later, Einhugur JSON Plugin II 2.0 or later and Einhugur CoreClasses plugin 8.1 or later..
.
.
New in 2.2
- Relaxed rules on deserialisation of numeric types.
- Fixed bug when deserialising arrays of object types.
The Color Management Plugin for Xojo is to manage ICC
Color profiles on RawBitmap objects. The plugin can get info
about
the ICC profiles, load and apply different ones or convert
images
between different RGB and CMYK based profiles as well as convert
single color between RGB and CMYK based on Color profiles. The
plugin can handle images with 8bits per channel or 16bits per
channel and can also be used to convert between them.
Supported on:
- macOS Intel (32 bit and 64 bit)
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM (32 bit and 64 bit)
- iOS
New in 4.0:
- Added Linux ARM 64 build. (Works for Xojo 2022r4 or later).
Einhugur SVG Plugin is a Xojo plugin load and render SVG images.
Additionally to what is listed bellow then the plugin can rotate and scale the SVG’s before rendering them. And the plugin can recolour single color SVG’s.Example of rendered SVG image using the plugin.
The library we use under the hood is work in progress and currently supports:
- Basic Shapes
- Document Structures
- Coordinate Systems, Transformations and Units
- SolidColors
- Gradients
- Patterns
- Masks
- ClipPaths
- Markers
- StyleSheet
- Text
- Filters
- Images
Supported on:
- macOS Intel (32 bit and 64 bit)
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM (32 bit and 64 bit)
- iOS
New in 2.0
- Added Linux Arm 64 build.
Einhugur WinUI Bridge Plugin for Xojo is a plugin to access some functions that are only available in the new Windows modern API. Those are for example Windows 10 and Windows 11 color settings, and subsciption to notifications from them.
Supported on
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
New in 1.0:
- This is the first version,
The Einhugur Serialization
Framework for Xojo is to serialise complex class structures
with just 2 lines of code without adding any code to your
classes.
(You can add attributes to your class properties to fine
tune the serialisation but it is not required)
- The framework can output to XML. This library is fork of our former Einhugur Serialization Framework but it was decided to split it up and have Xml and JSON separate to make the update process smoother.
.
For this version you need Xojo 2020r2 or later and Einhugur CoreClasses plugin 8.1 or later..
.
.
New in 2.0:
- Split the Serialisation framework into smaller parts so the XML serialisation is separate now. (The JSON serialisers will come soon-ish)
- Added support for serialising Variant.
- Added support for serialising VariantArray.
- Added support for serialising Dictionary.
- Fixed critical error when deserializing.
ExcelReader is Xojo Component read Excel documents in Xojo applications (xlsx files)
The ExcelReader can read basic data from the document and some formatting as well.
The ExcelReader requires the Einhugur e-CrytptIt Engine and TypeLib plugins.
Supported on:
- macOS Intel (32 bit and 64 bit)
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM v7 compatible systems such as Raspberry PI 2, 3 and 4
- iOS
New in 1.6:
- Cells with multi styling feature will now have their text from its runs merged so that normal Cell.Value can read the text.
- Cells with multi styling feature will now have its style runs read and stored on the Cell object.
- Added StyleRuns property to the Cell class.
- Added Run class.
SQLite Plugin for Xojo differring from
the build in Xojo implementation:
* When using the database in encrypted mode then the
encryption scheme uses: Cipher ChaCha20 Authentication Poly1305 Key
derivation PBKDF2 - HMAC - SHA256
Encrypted Databases made with the Xojo default implementation are not compatible to the scheme of this plugin.
Supported on :
- macOS Intel (32 bit and 64 bit)
- macOS Apple Silicon
-
Windows (32 bit and 64 bit)
-
Linux (32 bit and 64 bit)
-
Linux ARM v7 compatible systems such as Raspberry PI 2, 3 and 4
- iOS
New in 1.5:
- Added Apple Silicon support.
- Added iOS support.
- Updated to newer Sqleet libraries.
FolderItemUtilities is a small module that helps
making relative paths easy.
Supported on :
- macOS X (32 bit and 64 bit)
- Windows (32 bit and 64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM v7 compatible systems such as Raspberry PI 2, 3 and 4
New in 1.0
- This is the first version.
A Xojo plugin to connect to to DuckDB Databases.
Supported on :
- macOS Intel (32 bit and 64 bit)
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM v7 compatible systems such as Raspberry PI 2, 3 and 4
New in 1.5:
- Added Windows ARM 64 support.
JSON Parser plugin is a Xojo plugin
that
adds parsing of JSON messages as well as ability to create
them.
Note that we have another and in
many
ways superior JSON plugin also: JSON
plugin II
JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C++, C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language. See more at http://www.json.org.
Supported on:
- macOS Intel (32 bit and 64 bit)
- macOS Apple Silicon
- Windows (32 bit and 64 bit)
- Windows ARM (64 bit)
- Linux (32 bit and 64 bit)
- Linux ARM v7 compatible systems such as Raspberry PI 2, 3 and 4
- iOS
New in 2.5:
- Added Windows ARM 64 support.