Skip to content

Latest commit

 

History

History
62 lines (37 loc) · 2.46 KB

README.md

File metadata and controls

62 lines (37 loc) · 2.46 KB

ponzi2 logo of a pyramid ponzi2

ponzi2 is a stock chart viewer written in Go using OpenGL and GLFW.

Visit ponzi2.io for videos and tutorials! Star the repository!

Features

Getting Started

Build Status Go Report Card

Download a stable release or run this command to install ponzi2:

go get -u github.com/btmura/ponzi2/...

If you have problems with Go, OpenGL, or GLFW, check out these OS-specific instructions:

Generating Code

The following tools are needed to generate code when making certain types of changes. All generated code is already checked-in, so you shouldn't have to do this most of the time.

  1. go get -u github.com/mjibson/esc for packaging resources into the binary.
  2. go get -u github.com/akavel/rsrc for converting the icon into a Windows resources file.
  3. go get -u golang.org/x/tools/cmd/stringer for generating String() methods.

Execute go generate ./... to generate the code.

Getting Help

File an issue for help.

How to Contribute

  • File issues for feature requests and bugs.

  • Send a pull request for the following:

Credits

Thank you!

  • btmura - Main developer
  • ajd3v - Added trackline legend to price chart.

Disclaimers

Data provided for free by provided for free by IEX. View IEX’s Terms of Use.