rustgd / vnodes

[Experimental] Virtual node system
Apache License 2.0
6 stars 0 forks source link

Write blog post #5

Open torkleyy opened 6 years ago

torkleyy commented 6 years ago

I'd like to create a blog post for the Amethyst website as soon as the rewrite landed. I think I can use some of the things I already explained in https://github.com/amethyst/amethyst/issues/725 .

@Moxinilian Anything specific you want me to include? Feel free to comment some things that helped your understanding of vnodes. I'll probably look into creating some diagrams for the post, too.

Moxinilian commented 6 years ago

You should make sure to keep the example structure for the very end. I believe seeing it first is what confused me. You need to make sure the overall concept is very clear before going into examples.

Moxinilian commented 6 years ago

Try to also avoid using the fs metaphor, because it may conceptually be similar to Unix, but it is very different in purpose and inner workings, and is totally unknown to Windows users.