Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

github.com/gazed/bampf

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/gazed/bampf

  • v1.10.0
  • Source
  • Go
  • Socket score

Version published
Created
Source

Bampf

Bampf is a simple 3D arcade style game. Collect energy cores in order to finish a level. Teleport (bampf) to safety or use cloaking abilities to avoid sentinels.

Bampf was created primarily to test the vu 3D engine. Its levels are used to benchmark the engine by substantially increasing the number of triangles rendered each level. As such the game isn't really meant to be winnable given the large number of AI's in the later levels.

Build

  • Install the vu engine first using go get github.com/gazed/vu.
  • Download bampf into the src directory of a Go workspace which is any directory in the $GOPATH. Using just go get github.com/gazed/bampf places bampf in $GOPATH/src/github.com/gazed/bampf and works for producing developer builds, but not production builds.
  • Create developer builds using go build from the bampf directory. Run the game ./bampf.
  • Create shippable product builds using build.py from bampf/admin. All build output is located in the bampf/admin/target directory. Eg:
    • OS X:

      ./build.py src
      open target/Bampf.app
      
    • Windows:

      python build.py src
      target/bampf.exe
      

Developer Build Dependencies

  • go1.6
  • vu engine.

Production Build Dependencies

  • go1.6
  • vu engine.
  • python for the build script.
  • git for product version numbering.
  • zip for appending resources to the binary.

Runtime Dependencies

Transitive dependencies from the vu engine.

  • OpenGL version 3.3 or later.
  • OpenAL 64-bit version 2.1.

Limitations

  • Same dependency limitations as the vu engine.
  • Production builds use zip. On Windows there is a WIN 64-bit zip available at willus.com/archive/zip64. Put zip.exe in PATH.

FAQs

Package last updated on 04 Sep 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc