Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

omnimax

Compile omni code into Max objects.

Requirements

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

MacOS

To install dependencies on MacOS it is suggested to use a package manager like brew. To install brew, simply open the Terminal app and run this command :

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install.sh)"

After brew has been installed, run the following command in the Terminal app to install nim and cmake:

brew install nim cmake

Then, make sure that the ~/.nimble/bin directory is set in your shell $PATH. If using bash (the default shell in MacOS), simply edit (or create if it doesn't exist) the ~/.bash_profile file and add this line to it:

export PATH=$PATH:~/.nimble/bin

Windows:

On Windows, the MinGW's gcc compiler needs also to be installed.

To install dependencies on Windows it is suggested to use a package manager like scoop. To install scoop, simply open PowerShell and run this command :

iwr -useb get.scoop.sh | iex

After scoop has been installed, run the following command in PowerShell to install nim, git, cmake and gcc:

scoop install nim git cmake gcc

Installation

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

nimble install omnimax

Usage

omnimax ~/.nimble/pkgs/omni-0.2.3/examples/OmniSaw.omni

Website / Docs

Check omni's website.

About

Max wrapper for Omni.

Topics

Resources

License

Packages

No packages published

Languages