Skip to content
This repository has been archived by the owner on Jul 15, 2024. It is now read-only.

Feedback for “Introduction To Rendering” #58

Open
HeronErin opened this issue Aug 1, 2023 · 2 comments
Open

Feedback for “Introduction To Rendering” #58

HeronErin opened this issue Aug 1, 2023 · 2 comments

Comments

@HeronErin
Copy link

This page mentions that

The identifier just points to our icon.png texture. For it to work properly though, you need to install the fabric-resource-loader fabric api component, if it isn't already installed by default.

But never is this actually explained, leaving it a question to the reader how to actually get assets loading in the game

@ToBinio
Copy link
Contributor

ToBinio commented Aug 15, 2023

Is there a reason only the "low level" rendering way is explained?
and not some of the DrawContext.draw* functions like drawContext.drawText()?

if not I believe this should be added

@IMB11
Copy link
Member

IMB11 commented Aug 15, 2023

Hm, I'll take a look at making a page on using built-in methods, however the low-level rendering is actually very useful as it explains how these built-in methods actually work and teaches users about the behind the scenes with matrices, vertexconsumers etc.

Although from a learning perspective this actually might confuse people who aren't interested or dont need this low-level sort of stuff quite yet.

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

No branches or pull requests

3 participants