SPB Git

spb/metrika Public

Stata-class statistics, GPU-accelerated by Apple Silicon. Native Swift — no Electron, no Python runtime, no compromises.

Swift 92.4% HTML 3.3% R 3% Shell 1.3%
291 B · 14 lines swift
Raw Blame History
1//2//  ZQGraphicsModule.swift3//  Metrika4//5//  Author:  Simon-Pierre Boucher6//  Contact: contact@spboucher.ai7//  Copyright © 2026 Simon-Pierre Boucher. All rights reserved.8//910/// Module marker for ZQGraphics.11public enum ZQGraphicsModule {12    public static let name = "ZQGraphics"13}14