Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Latest commit

 

History

History
22 lines (14 loc) · 378 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 378 Bytes

Build Status

Spezi MVC

Lightweight MVC framework for Java, focusing Android and libGDX

Roadmap

  • Event support, by using a Event Type

  • Register listeners with annotation

	@listen(Keys.SOME_PROPERY)
	public void fireOnChange(){
	...
	}