Skip to content
CodeByDesign
Menu
  • Software
  • Blog
  • About
Menu

Merva

Posted on April 8, 2023April 8, 2023 by pharvey

I really like how Euphemia has shaped up internally. It is better than Merva in a number of ways. I applied what I learned from Merva but did some things better. This would not have been easy in Merva as there is so much code to change to even try some ideas out. I guess; if someone finds themselves working in a large code base they should consider starting fresh to flesh out some ideas and then consider moving what works well into the larger code base.

With this in mind I have started implementing some of these new ideas in Euphemia (small code base) into Merva (large code base).

My optimistic thinking has me tempted to try to do this in one pass but I know from experience that an incremental approach can be a much safer way to go. For example; when it comes to implementing layers in Merva I will;

  1. use existing diagram interface as the layer interface
  2. get a single layer working (the existing diagram)
  3. move guides and grid etc out of the layer
  4. get multi-layer working with just layers based upon existing diagram
  5. improve the layer interface to make more generic
  6. implement layers for; paint, grid, transparency

To flesh out some of this I have done some quick modelling (in System Architect (aka Merva) itself) to visualize the transition between the different steps.

Leave a Reply Cancel reply

You must be logged in to post a comment.

© 2023 CodeByDesign | Powered by Minimalist Blog WordPress Theme