hypercube icon indicating copy to clipboard operation
hypercube copied to clipboard

Minecraft clone in haskell focussed on performance.

Results 10 hypercube issues
Sort by recently updated
recently updated
newest added

changes needed to comply with stack 2.1.3 otherwise `stack build` will fail

It should be possible to save a world to disk and load it from disk.

enhancement

Enabling physics should make the player fall to the ground and give her the ability to jump around. This is the first step towards a "survival mode".

enhancement

Ideas: - Stone - Dirt - Grass - Wood - Leaves - Sand

enhancement

To make the gpu do less work we can split the VBO's into multiple parts. For example 1 for each direction (north,south,east,west,up,down). Then we only have to render three of...

performance

This is most noticable when looking straight down and rotating the camera.

bug
urgent

The player should be able to place and destroy blocks.

enhancement

Using [simplex](https://en.wikipedia.org/wiki/Simplex_noise) or [perlin](https://en.wikipedia.org/wiki/Perlin_noise) noise.

enhancement