Skip to content

kbirk/cauldron

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published