Skip to content

Latest commit

 

History

History
52 lines (33 loc) · 1.14 KB

README.md

File metadata and controls

52 lines (33 loc) · 1.14 KB

Go-PhysicsFS

This Go package provides bindings for the PhysicsFS library. PhysicsFS is a library to provide abstract access to various archives. It provides an easy method to access files in various locations, even inside archives, without having to worry about their actual locations, similar to Quake 3's file subsystem.

Prerequisites

Installation

To install simply type:

go get github.com/DeedleFake/Go-PhysicsFS/physfs

This will install into your GOPATH. For more information, type:

go help packages go help remote go help get

Usage

To import, use the following:

import "github.com/DeedleFake/Go-PhysicsFS/physfs"

Docs

To view the documentation locally, type:

go doc github.com/DeedleFake/Go-PhysicsFS/physfs

If you would like to see the docs in a nice layout online, simply visit GoPkgDoc.

Authors