Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (16 loc) · 918 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 918 Bytes

This repo contains examples of MVU pattern (the Elm architecture), implemented in V programming language. The MVU is an alternative to MVC and MVVM patterns and can be used in UI, web, and game apps.

The logic of the pattern is pretty simple:

  • you have a Model that defines your data
  • you have an Update that reacts to Messages and returns updated Model
  • you have a View that displays your current Model

You can read more here.

Examples

Thanks

Nu game engine for the insipration.

Donations

If you like this project, please consider donating to me or the V language project. Your donations will help me to continue to develop this project and the V language.