INNER CODE UNIT · Ruby

MagnumIntegration

mosra/magnum-integration · package/homebrew/magnum-integration.rb:1

class MagnumIntegration < Formula
  desc "Integration libraries for the Magnum C++11 graphics engine"
  homepage "https://magnum.graphics"
  # git describe origin/master, except the `v` prefix
  version "2020.06-358-g0184c837"
  # Clone instead of getting an archive to have tags for version.h generation
  url "https://github.com/mosra/magnum-integration.git", revision: version.to_str().rpartition('g')[2]
  head "https://github.com/mosra/magnum-integration.git"

  depends_on "cmake" => :build
  depends_on "eigen" => :recommended
  depends_on "glm" => :recommended
  depends_on "magnum"
  depends_on "bullet" => :recommended
  depends_on "dartsim" => :optional

  def install
    # Bundle ImGui

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…