Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More information in examples #64

Closed
SCKelemen opened this issue Jun 6, 2017 · 2 comments
Closed

More information in examples #64

SCKelemen opened this issue Jun 6, 2017 · 2 comments

Comments

@SCKelemen
Copy link

I'd like to try and render a particle system in gl with golang, but it's difficult to understand what is happening even with the example cube. Could you provide a simple example in working with particles, or provide a basic tutorial, or annotate the code?

@SCKelemen
Copy link
Author

I've actually made quite a bit of progress. Is there any documentation? I'd like to know how to color vertices.

@dmitshur
Copy link
Member

dmitshur commented Jun 9, 2017

These examples are for helping understand how to use the go-gl Go packages that expose OpenGL API. They're not meant to be examples for OpenGL itself.

Your best bet is to look at more dedicated resources or community sites for OpenGL, such as https://www.opengl-tutorial.org/ (first result from Google, but try others). This is an issue tracker for issues with the go-gl examples.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants