This is a minimal implementation of PureMVC design pattern using libGDX data structures.
Currently, only the Core
version using Singletons.
The aim of the library to reduce memory allocation and improve performances for libGDX applications and uses Java Generics for less code.
dependencies {
api "games.rednblack.puremvc:core:$pureMvcVersion"
}
<dependency>
<groupId>games.rednblack.puremvc</groupId>
<artifactId>core</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
The PureMVC Framework is available under the BSD 3-Clause Open Source License. Copyright © 2006-2021 Futurescale, Inc.
gdx-puremvc
is available under the Apache 2.0 Open Source License.
Copyright (c) 2022 Francesco Marongiu.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.