omnicollider

SuperCollider wrapper for omni.

Pure Nim score 15/100 · tests present · no docs generated

Summary

Latest Version 0.4.2
License MIT
CI Status Failing
Downloads 0
Last Indexed 2026-09-01 07:17

Authors

  • Francesco Cameli

Installation

nimble install omnicollider
choosenim install omnicollider
git clone https://github.com/vitreo12/omnicollider

OS Compatibility

Platform Linux macOS Windows FreeBSD OpenBSD NetBSD Android iOS WASM Embedded
omnicollider - - - - - - -

Dependencies

Package Version Optional
nim >= 1.4.0 No
cligen >= 1.5.0 No
omni == 0.4.2 No

Source

Repository https://github.com/vitreo12/omnicollider
Homepage https://github.com/vitreo12/omnicollider
Registry Source nimble_official

README

omnicollider

Compile omni code into SuperCollider UGens.

Requirements

1) nim 2) git 3) cmake 4) gcc (Linux and Windows) / clang (MacOS)

Note that omni only supports nim version 1.6.0. It is recommended to install it via choosenim.

Installation

To install omnicollider, simply use the nimble package manager (it comes bundled with the nim installation).The command will also take care of installing omni:

nimble install omnicollider -y

Usage

omnicollider ~/.nimble/pkgs/omni-0.4.2/examples/OmniSaw.omni

Website / Docs

Check omni's website.