-
Notifications
You must be signed in to change notification settings - Fork 48
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
Useful sample request... #3
Comments
I'm not talking about making that specific scene, but just a sample showing the process of loading a mesh and viewing it from an angle. |
There are certainly a lot of holes in the sample projects currently, especially in the beginner area. I'm hoping to be able to spend some more time on this in the near future, and to write more complete tutorials / blogs about using Veldrid. By the way, those images are rendered from the NeoDemo project over in the Veldrid repo. While it uses some nice, high-quality techniques, the code is fairly messy and disorganized. So it is not ideal as a sample project. I use it mainly as a more complete test program for things that can't be easily unit-tested. I would like for the techniques used there to be easily understood from the projects here in this repo, though. |
Yeah... If you like I can do an automated code cleanup and PR (on the main
repo)
…On Mon, 7 May 2018 at 04:25, Eric Mellino ***@***.***> wrote:
There are certainly a lot of holes in the sample projects currently,
especially in the beginner area. I'm hoping to be able to spend some more
time on this in the near future, and to write more complete tutorials /
blogs about using Veldrid.
By the way, those images are rendered from the NeoDemo
<https://github.com/mellinoe/veldrid/tree/master/src/NeoDemo> project
over in the Veldrid repo. While it uses some nice, high-quality techniques,
the code is fairly messy and disorganized. So it is not ideal as a sample
project. I use it mainly as a more complete test program for things that
can't be easily unit-tested. I would like for the techniques used there to
be easily understood from the projects here in this repo, though.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#3 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKpMIwVWLjAly3Bz9KHsv_mEB3kCNflDks5tv762gaJpZM4T0M-c>
.
|
It's not really a matter of simple code cleanup, I think. The code style/formatting is fine, and that's all you could reliably fix with an automated tool. NeoDemo just isn't structured in a way that is good for a "sample project". It's a messy grab bag of tons of features in lots of random places, because I wanted to get good coverage, and I've changed it a bunch over time as Veldrid itself evolved. It would probably be better to have several projects, or a tutorial series, that work up to the fulfeature set used in NeoDemo. Like:
|
Yeah defo, cause right now I can't seem to process the NeoDemo program XD A tutorial series on this would definitely clear things up. |
Not saying that the other samples were bad or anything, but shouldn't there be a sample explaining how one would go about making the scene that seems to be advertised everywhere in this project?
The text was updated successfully, but these errors were encountered: