Skip to content

WebGL is enabled by default, README and --help says it's off by default #16

@prusnak

Description

@prusnak

See

(default = true)

EnableWebGL bool `hcl:"enable_webgl" flagName:"enable-webgl" flagDescribe:"Enable WebGL renderer" default:"true"`

and

(default = false)

--enable-webgl Enable WebGL renderer (default: false) [$GOTTY_ENABLE_WEBGL]

gotty --help also shows:

   --enable-webgl                Enable WebGL renderer (default: false) [$GOTTY_ENABLE_WEBGL]

Suggestion: either set it to false in options.go (when it's hard to fix #15) or set it to true in README.md (when it's easy to fix #15). Not sure how to fix the --help prompt.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions