Hi, im Laria

This website is no longer maintained. You can visit my new website laria.me instead!

Tag: programming

gomcmap updated

( Posted: 2013-09-21 00:58:27 Tags: , , )

I updated gomcmap, my Go library for handling Minecraft maps.

  • New Biomes and blocks from the recent snapshots were added.
  • Adding Chunks implemented.
  • Removing chunks implemented.
  • RecalcHeightmap fixed.

biomed was updated

( Posted: 2013-09-20 21:59:49 Tags: , , )

I updated biomed. A bug in the weather condition fix code was fixed (snow could fall through glass because of Minecrafts weird definition of a height map).

There is now also an experimental minecraft-1.7 branch which adds the new biomes that the recently released snapshots introduced. When Minecraft 1.7 is out, I wil merge that branch into master.

biomed

( Posted: 2013-08-20 12:58:30 Tags: , , )

I've written a GUI Tool that allows you to edit the biomes of your Minecraft maps, biomed.

It is written in Go and uses my gomcmap library and go-gtk as a GUI toolkit.

It currently runs under Windows and Linux and should also run on other operating systems, such as OSX.

nebula2

( Posted: 2013-08-06 01:16:06 Tags: , , , )

I've written a pretty fast Nebulabrot renderer.

It uses a fast Mersenne Twister implementation (SFMT) and the pthreads API and is implemented in C. It will only run on *nix systems (only Linux tested).