Tagged: C++

blog 0

FastNoise SIMD AVX512 Support

I had worked on AVX512 support a few months ago but had no hardware to test it on, and I didn’t want to release it without testing. Now thanks to Google cloud platform offering...

planet-view 0

Voxel Planet Engine C++

This is the project I created for my degree dissertation Project Initial Aims I want to design a procedurally generated planet using a voxel based 3D world, and seeded random terrain which is realistic...

687474703a2f2f692e696d6775722e636f6d2f674f6a633175312e706e67 0

FastNoise

FastNoise is an open source noise generation library with a large collection of different noise algorithms. This library has been designed for realtime usage from the ground up, so has been optimised for speed...

vp1 0

C++ Voxel Prototype

This is a project that developed from my DirectX 11 learning process, it started out as a simple voxel mesh to test DirectX. From there I expanded it into multiple chunks with a chunk...