cauldron

command module
v0.0.0-...-5fd42d2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 18, 2017 License: MIT Imports: 9 Imported by: 0

README

cauldron

Eye of newt, and toe of frog

Godoc Build Status Go Report Card

Description

A little application to toil around with 2D particle effects.

Dependencies

  • Golang:
    • Requires 1.6+ binaries are required with the GOPATH environment variable specified and $GOPATH/bin in your PATH.
  • go-gl/gl:
    • A cgo compiler (typically gcc).
    • On Ubuntu/Debian-based systems, the libgl1-mesa-dev package.
  • go-gl/glfw:
    • On OS X, you need Xcode or Command Line Tools for Xcode (xcode-select --install) for required headers and libraries.
    • On Ubuntu/Debian-like Linux distributions, you need libgl1-mesa-dev and xorg-dev packages.
    • On CentOS/Fedora-like Linux distributions, you need libX11-devel libXcursor-devel libXrandr-devel libXinerama-devel mesa-libGL-devel libXi-devel packages.
    • See here for full details.

Installation

Clone the repository:

mkdir -p $GOPATH/src/github.com/kbirk
cd $GOPATH/src/github.com/kbirk
git clone git@github.com:kbirk/cauldron.git

Install dependencies:

cd cauldron
make install

Usage

Build and run the executable:

go run main.go

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL