Viewing profile — exemd
exemd
HN member- Joined
- Wed, Jan 02, 2013, 3:38 PM UTC
- HN karma
- 35
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About exemd
Recent public activity
- comment
- story
-
comment
Comment #12670667
The correct link is http://manicdigger.sourceforge.net/
-
comment
Comment #12670572
No. Maybe the server.
-
comment
Comment #12670518
http://cito.sourceforge.net/
-
comment
Comment #12670509
Hi. Some info: - Client is written in Ć programming language and can be transcompiled to many languages. Yet it's still a C# project that runs in Visual Studio. See https://github.…
- story
- comment
- comment
- comment
- comment
- comment
-
comment
Comment #6005140
A pattern: deterministic game state, updated only by player input. It's used for multiplayer synchronization. Instead of sending thousands of objects, it's enough to send mouse cli…
- comment
-
comment
Comment #5991110
I mean it reduces number of glDrawElements or glCallList calls. If you have 256 different block types in 1 chunk, using texture atlas there's only 1 mesh instead of 256 different m…
- comment
-
comment
Comment #5990331
In practice you need a texture atlas ( http://en.wikipedia.org/wiki/Texture_atlas ) to reduce number of meshes. But if you use texture atlas you can't combine surfaces like in the …
- comment
- comment
- story
- comment
-
comment
Comment #5458592
Manic Digger ( http://manicdigger.sourceforge.net/ ) used to connect to Minecraft Classic servers. And a client for full Minecraft was planned. But Notch didn't like seeing alterna…
-
comment
Comment #5082580
Manic Digger, a C# open source clone of Minecraft and Ace of Spades, is also getting a WebGL version. http://manicdigger.sourceforge.net/ - click "development news" I make it with …
-
comment
Comment #4997163
We experimented with this kind of scripting in Manic Digger: http://manicdigger.sourceforge.net/forum/viewtopic.php?f=7&#... It would be better if it had exposed all the commands f…