Skip to content
This repository was archived by the owner on Apr 28, 2021. It is now read-only.

Overall ecosystem documentation #2

@ssfrr

Description

@ssfrr

There are a bunch of GL-related packages and it's tough as a newcomer to know what package is responsible for what. Many of the examples for the various packages use using to pull in multiple GL packages before doing anything, so they don't clarify which functions come from which packages.

One thing that would be helpful is some overall documentation for the ecosystem that describes how the different packages relate to each other, and which ones are intended to be user-facing.

It would also help if the examples either used import to pull in packages and then used qualified names, or used the using Pkg: foo, bar syntax so it's clear which functions come from which packages.

There's a huge amount of good stuff in the JuliaGL org, but it's a bit daunting to get into ATM.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions