RosaryMala / armok-vision

A 3d realtime visualizer for Dwarf Fortress
MIT License
319 stars 27 forks source link

Lay groundwork for connecting to df-remote using enet #23

Closed kazimuth closed 8 years ago

kazimuth commented 8 years ago

See https://github.com/mifki/dfremote.

Adds enet and enet for c# to the project, and modifies enet for c# so that it builds with Unity.

Not ready to merge; doesn't yet have enet native plugins for windows or linux, or anything for actually connecting to df-remote. Also, df-remote doesn't send detailed enough tile information for armok-vision, so it can't actually be used yet anyway.

I've added all of enet to the project, but that's unnecessary since we have the generated artifacts, so I might just replace it with a README for upgrading the artifacts.

kazimuth commented 8 years ago

I've changed my mind about this, and don't actually think it would be a good idea - protobuf is just so much more maintainable.