Boondoggle – VR Music Visualizer

Boondoggle is a VR music visualizer that generates procedural geometry images to music. See the description here. Burning Candle SoftwareABN:  47 060 916 507Perth, Western Australia Email:    info@burningcandle.ioSkype:   conor.stokes  Github:  ...

Bitables

A simple immutable ordered key/value storage system, for indexing a large amount of data for sorted order queries. https://github.com/ConorStokes/bitable Bitables Bitables are a data structure that is a hybrid of an SSTable and a b+ tree. They are an immutable and...

Vertex Cache Optimized Mesh Compression

A system for compressing 3D meshes that maintains and exploits vertex cache optimal ordering of triangles. https://github.com/ConorStokes/MeshCompression https://github.com/ConorStokes/IndexBufferCompression   Vertex Cache Optimised Mesh Compression This is a...

LZSSE

A set of LZ codecs, with reference implementations, designed for very fast branchless decompression on modern x64 processors. LZSSE offers some of the fastest open source decompression of its kind, with decompression rates on modern processors often exceeding multiple...