antikythera-digital
v0.1.0
Published
Pointer package — Antikythera Digital is a geometric calculus engine implemented in Julia (https://github.com/bad-antics/antikythera-digital). This npm distribution prints install hints and shells out to Julia when available.
Maintainers
Readme
antikythera-digital (npm)
Pointer package. Real implementation is the Julia package Antikythera.jl.
A geometric calculus engine — derivatives, gradients, curvature, geodesics, and arbitrary mixed partials computed as spatial measurements on preloaded signed-distance fields rather than through symbolic differentiation. The engine is written in Julia. This npm package gives Node-ecosystem developers a discoverable name plus a CLI shim that shells to Julia.
Install
npm install -g antikythera-digital
antikythera # prints install hints
antikythera 'println(Antikythera.sdf_sphere([0.0,0.0,0.0],[1.0]))'Use the real engine (Julia)
using Pkg
Pkg.add(url="https://github.com/bad-antics/antikythera-digital")
using AntikytheraLicense
MIT.
