Author Topic: Development Progress - Oct 2015  (Read 4091 times)

0 Members and 1 Guest are viewing this topic.

Offline se5a (OP)

  • Lt. Commander
  • ********
  • Posts: 288
  • Thanked: 30 times
Development Progress - Oct 2015
« 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.
 

Offline Marski

  • Commander
  • *********
  • Posts: 389
  • Thanked: 137 times
Re: Development Progress - Oct 2015
« Reply #1 on: November 10, 2015, 07:45:57 AM »
Awesome, keep on with the good work