voxel-wiki / voxel-wiki.github.io

Voxel.Wiki is a website that is all about voxels: Values on regular grids in three-dimensional space!
https://voxel.wiki/
Other
26 stars 15 forks source link

Link Aggregation #14

Open Longor1996 opened 5 months ago

Longor1996 commented 5 months ago

If you have links to good Voxel-related resources/articles/blogs/sites/papers/etc., post 'em here!

Longor1996 commented 5 months ago

List of links from the subreddits ol' wiki:

FabulousCodingFox commented 5 months ago

The Teardown Teardowns: https://juandiegomontoya.github.io/teardown_breakdown.html https://acko.net/blog/teardown-frame-teardown/

Voxel AO: https://0fps.net/2013/07/03/ambient-occlusion-for-minecraft-like-worlds/ https://www.shadertoy.com/view/ldl3DS

GabeRundlett commented 5 months ago

DAGs:

SVO:

Raster:

Misc:

FishArmy100 commented 5 months ago

A paper explaining SVO

Finding-Fortune commented 5 months ago

The seed of andromeda links above don't work. Here are the proper ones from internet archive for flood fill lighting:

Notch's 2012 blog on MC's terrain generation:

Great video explaining MC terrain generation:

Vertex pooling article:

Supplementary article to the Vertex pooling one, explaining it from another perspective:

Longor1996 commented 3 months ago

All existing links have been written into content/wiki/references.toml with bf86f31d129171832c94d83b5fac105d338f577e ... still needs some cleaning!

soliton-x commented 1 month ago

I don't know to which extent it falls under the category "voxel resources" but:

Longor1996 commented 1 month ago

I don't know to which extent it falls under the category "voxel resources" but:

* [Cubzh](https://cu.bzh) is an open-source voxel game engine (currently being open-sourced to its fullest) and an UGC gaming platform

* [Scripting documentation of Cubzh](https://docs.cu.bzh/)

That appears to be a voxel project! Could you add it to the projects listing via pull-request?

soliton-x commented 1 month ago

I don't know to which extent it falls under the category "voxel resources" but:

* [Cubzh](https://cu.bzh) is an open-source voxel game engine (currently being open-sourced to its fullest) and an UGC gaming platform

* [Scripting documentation of Cubzh](https://docs.cu.bzh/)

That appears to be a voxel project! Could you add it to the projects listing via pull-request?

Super, just made a PR you can check here: https://github.com/voxel-wiki/voxel-wiki.github.io/pull/18