Skip to content

DeedleFake/Go-PhysicsFS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

88 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Go bindings for the PhysicsFS archive-access abstraction library.

Resources

Stars

Watchers

Forks

Packages

No packages published