You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 28, 2021. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 theusing 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.
The text was updated successfully, but these errors were encountered: