New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

github.com/schmizzel/go-graphics

Package Overview
Dependencies
Alerts
File Explorer
Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

github.com/schmizzel/go-graphics

  • v0.0.0-20240212100617-a7db9c9c485d
  • Source
  • Go
  • Socket score

Version published
Created
Source

Go-Graphics

Collection of computer graphics algorithms implemented purely in Go.

Run

Requires an installation of go 1.21 or higher. All dependencies can be manually updated using the go get command:

go get .

The project provides a CLI to simplify rendering of scenes. Use the following command to show a help.

go run cmd/cli/main.go -h

A few demo scenes are provided in the configs directory and can be rendered like this;

go run cmd/cli/main.go -f config/bunny.json

Compare

The implementation can be compared to the pt implementation. Select a scene in cmd/compare/main.go by removing the comment and run it using:

go run cmd/compare/main.go

Benchmark

For the best benchmark result, use the bench package:

go install golang.design/x/bench@latest
cd benchmark
bench -name BenchmarkBunny

FAQs

Package last updated on 12 Feb 2024

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