Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Silk.NET/docs/opengl/c1/2-hello-quad #1663

giscus[bot] bot started this conversation in Webpage Comments
Sep 20, 2023 · 3 comments · 3 replies
Discussion options

Silk.NET/docs/opengl/c1/2-hello-quad

Your one-stop-shop for high performance .NET graphics & compute. A .NET Foundation project.

https://dotnet.github.io/Silk.NET/docs/opengl/c1/2-hello-quad.html

You must be logged in to vote

Replies: 3 comments 3 replies

Comment options

How would you draw text on the screen?

You must be logged in to vote
2 replies
Comment options

Id reccomend a library like FontStashSharp, that is what i personally use on all my projects

Comment options

thanks for the recommendation, I've been searching for something like this for a while now. :)

Comment options

I hope more tutorials can be made, these are great.

You must be logged in to vote
0 replies
Comment options

Great tutorial for the moment. Thank you very much !

I still struggle to see how the link between the vertices and indices is done ( when I tried following the indices' order into the vertices array, I ended up drawing overlapping triangles...) but at least the end result compiles and displays as advertised !

A small fix : you forgot to specify to add _ebo to the top of our static class
Also I think there is a bad redirection in your "next step" links at the end of your pages, coming from the rendered presentation

You must be logged in to vote
1 reply
Comment options

The false tells it we don't want to normalize the values

Also interestingly, if I change this parameter to true, the result doesn't change so this sentence and the following one was confusing to me

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

AltStyle によって変換されたページ (->オリジナル) /