Disincentivizing Double-Spending by Making it Unprofitable
This whitepaper was originally published on the Bitcoin block chain.
Academic work and research.
This whitepaper was originally published on the Bitcoin block chain.
In June 2014 I defended my Master’s Thesis: Fluid Morphing for 2D Animations. The thesis includes a C++ library and demo programs that allow arbitrary *.PNG images to be morphed in a fluid and fully automated fashion. The paper can be accessed here: http://atomorph.org/thesis.pdf The source code can be downloaded from here. It is also …
Continue reading ‘Thesis: Fluid Morphing for 2D Animations’ »
As raster data consumes a lot of memory it is not always optimal to store the data that only represents randomly generated textures. Instead these textures could be generated on demand which exposes the concept of procedural generation. Generation of such textures is rather slow but turns out that it could be optimized by the …
Bachelor’s Thesis Erich Erstu Resume The aim of this work is to find an easy to use solution to a more common problem – generating random world maps that could be used in computer games. As a constraint the desirable maps would be of an Earth type planet including its heightmap, bodies of water and …