I'm fascinated with circles in Minecraft, but I find it frustrating to have to look up an image to find out how to build them. So I created this java project. It generates a circle that can be filled or not. If people want more features, I'll add them.
Download
Changelog
v2.0
Added real time changes and made it centered. Also made it only display odd-numbered diameters. Added direct text changing.
v1.0
Initial Release
Last edited by wmays (2012-04-14 17:25:17)

Offline
It runs fine in the IDE, but the jar doesn't run. Also, this is compiled with Eclipse, so the manifest can't be wrong... but I'll check.
EDIT: Somehow changing from Java 1.7 to Java 1.6 for the compiler worked. I added a download link.
Last edited by wmays (2012-04-09 17:00:43)

Offline
It says "Nie mogłem nawiązać połączenia z bazą danych."
Offline
Aidan wrote:
It says "Nie mogłem nawiązać połączenia z bazą danych."
That doesn't make much sense..."I cannot connect to the database?" Really? That's odd.
In other news, I improved it and simplified the controls V2.0 is out! W00T!
NOTE: Tinyupload seems to be down, so no downloads... sorry.
Last edited by wmays (2012-04-10 21:55:19)

Offline
G0D_M0D3 wrote:
Make it generate spheres.
That would be cool, but how do I make it generate spheres if it's on a 2D "canvas?" I would do that, but how do you propose to do it? It doesn't generate circles, it just makes an image to show you where to place blocks.

Offline
wmays wrote:
G0D_M0D3 wrote:
Make it generate spheres.
That would be cool, but how do I make it generate spheres if it's on a 2D "canvas?" I would do that, but how do you propose to do it? It doesn't generate circles, it just makes an image to show you where to place blocks.
Well, you select a radius, and that makes the very center. Then build smaller and smaller until you get a ball.
Like this, but it runs really slow: Neil Draser: Voxel Sphere
Offline