Voxels in C#?

What is the code for voxels in C#?,Can you make voxel games using C#? I’m looking for voxels like Castle Story or Minecraft.

minecraft is NOT a voxel game so you know, and it is written in Java, with the use of LWJGL not voxels.

Castle world does not seem to be a voxel game either.

if you want to see a real voxel game. Check out Cube World.

All three of them use a directive of a voxel algorithm.

As for the OP, just forget voxels for now, they are pretty advanced. Instead read this: http://forum.unity3d.com/threads/184797-The-answer-to-every-Can-it-be-done-and-I-ve-lost-my-way-post

No, minecraft is not a voxel game.

http://cubeworldforum.org/topic/1667-minecraft-is-not-voxel/

vox·el
ˈväksəl/
noun
noun: voxel; plural noun: voxels
1.
(in computer-based modeling or graphic simulation) each of an array of elements of volume that constitute a notional three-dimensional space, esp. each of an array of discrete elements into which a representation of a three-dimensional object is divided.
Origin

1970s: from the initial letters of volume and element, with the insertion of -x- for ease of pronunciation.


SO:

Yes all the environment (terrain and buildings and such) data in Minecraft is in arrays of 3D object representations.

Minecraft also has props (like creatures and weapons) that are not voxel based (they are just models from a 3d modeling program)

Minecraft is voxel.

Voxel + Props.

Cubeworld is supposed to be entirely Voxel, so the weapons and what not are actually assembled blocks in the game in the form of an array of data, not a model, though I have not verified it… … I believe them.

So stop saying Minecraft is not a voxel game, because your wrong, its just not an “ENTIRELY VOXEL” game, which really doesnt matter in any way at all.

To no one person specifically: VOXEL is not a Volume Pixel. Such a thing does not exist and likely never will.

Pixels are tiny points of light on your tv or monitor, not a type of data.

To make a 3D pixel, you would have to make a programmable (changeable) point of light that can float in the air and be seen from every possible angle.

Volume-Pixels: think projected Hologram, like that Tupac concert…

Volume-pixels-with-mass: think Star Trek Holo-deck

Please dont refer to Voxels as volume-pixels, its ridiculous.

http://mpierce.pie2k.com/pages/109.php

You mentioned Minecraft:
http://forum.unity3d.com/threads/63149-After-playing-minecraft
http://forum.unity3d.com/threads/69573-MinePackage-Minecraft-starter-package