Hi, this is an early testversion of a small 4 Kilobyte Voxelediting Java-Applet.

http://damocles11.byethost9.com/4Kanvas.html

Editing:
(click the window to gain focus..)

W,A,S,D -> moves the cursor horizontally
Q -> Cursor Down
E -> Cursor Up
Space -> place a Voxel
Del -> remove Voxel
1 to 9 -> choose voxel color

Load/Save:

L -> Load from the server (your current canvas will be updated with the server-content)
G -> Save your Progress to the server (will overwrite any other edits on the server)

Cursorkeys -> move the view around

i know its too many keys and no mouse controls. I will work on that.

----------

It should at startup try to download the servermap (there is only one now, so dont put naughty stoff on)
Even if you cant connect to the server, you can test around a bit.

When you made something funny, hit "G" to save the progress,
and with "L" you Load the current servermap again.

Tell me if the keyboardlayout does not work meanigfully (like on the french key-layout).
Later I will try to implement a propper mousecontrol.

Right now I want to mainly test if the connection works.
The certificate is selfmade, so you will have to confirm to it to load from the server.
(dont worry, there is no bad stuff in it.)

Regards, Damocles