Post reply

Warning: this topic has not been posted in for at least 120 days.
Unless you're sure you want to reply, please consider starting a new topic.

Note: this post will not display until it's been approved by a moderator.

Name:
Email:
Subject:
Message icon:

shortcuts: hit alt+s to submit/post or alt+p to preview

Please read the rules before you post!


Topic Summary

Posted by: Marski
« on: November 10, 2015, 07:45:57 AM »

Awesome, keep on with the good work
Posted by: se5a
« on: November 02, 2015, 04:37:18 PM »

Nathan is still working away at surveying.

I've got some good progress done on the in the ECS branch, it's all extremely utilitarian,
however one of the cool things with WPF and the MVVM model is that someone who's more artistic and less codey doesn't have to learn too much programing to mess with how a window looks (mostly just be familiar with reading xml, and getting used to the syntax of hooking up something in a view to a ViewModel ie hooking up a textbox to a string property). most of the hard programy stuff for how a usercontrol works is done in what's called the view model, the view is then just hooked up to properties of the view model.

Now that I've got a reasonable handle on the UI and the connect between the core game and said ui, I've moved onto attempting to create a basic network client, to make sure that will work how I'm expecting it too.