Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AX Module

The KDB-X AX module exposes components from the AxLibraries using the modules framework. The current components that have been ported across are:

Prerequisites

The KX Fusionx PCRE2 and Skia modules are required dependencies and need to be loaded via

use`kx.fusion:pcre2
use`kx.skia

Respective installation instructions:

Build Instructions

The AX module contains a bitwise operations submodule (qbitops) which has a compilation step.

👉 Build guide

Installation Documentation

👉 Install guide

API Documentation

The APIs match the AxLibraries APIs, with the benefit of being loadable to any namespace.

([qp;gg;qd]):use`kx.ax;         // all components
([qd]):use`kx.ax.qdoc;          // or more granularly 
([qp;gg]):use`kx.ax.graphics;

Simply replace .qp, .gg and .qd with qp, gg and qd respectively when referencing the AxLibraries API specifications (or the namespace you have chosen to assign the components to).

👉 GGPlot 👉 qDoc

Notice

Copyright (c) 2026 KX Systems, Inc.

Licensed under the Apache License, Version 2.0.

About

No description, website, or topics provided.

Resources

Contributing

Stars

4 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages