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

Out of date tutorials #407

Open
rapfamily4 opened this issue Dec 9, 2023 · 2 comments
Open

Out of date tutorials #407

rapfamily4 opened this issue Dec 9, 2023 · 2 comments

Comments

@rapfamily4
Copy link

rapfamily4 commented Dec 9, 2023

Tutorials are out of date.

For instance, in the second tutorial there's a SharedPtr which cannot be reached in any way. It also seems that RenderPass::create() is also not a thing anymore (I may be wrong).

The fourth tutorial also tells me to declare and initialize a series of variables, whose types are not recognized at all (even when I remove SharedPtr):

Scene::SharedPtr mpScene;
GraphicsProgram::SharedPtr mpProgram;
GraphicsState::SharedPtr mpGraphicsState;
RasterizerState::SharedPtr mpRasterState;
GraphicsVars::SharedPtr mpVars;

Since I'm a complete novice I don't know what to modify and where to look. I don't know if there are other outdated details in the fourth tutorial since I basically stopped at the declaration above.

Could you please update the tutorials? Thanks in advance.

@625673575
Copy link

since 5.0, there is no turorial at all. it's more like a in-house research engine now

@bipul-mohanto
Copy link

bipul-mohanto commented Aug 13, 2024

This lack of beginner guides and out-of-date materials is challenging for newbies like me. Where can I get more updated tutorials? Is there any active developers' forum other than the git issues? The Falcor/Orca User Forums long dead.

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

3 participants