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

MVU pattern (The Elm Architecture) implemented in V programming language

License

Notifications You must be signed in to change notification settings

ArtemkaKun/MVU.v

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

MVU pattern (The Elm Architecture) implemented in V programming language

Topics

Resources

License

Stars

Watchers

Forks

Languages