Skip to content

rednblackgames/gdx-puremvc

Repository files navigation

gdx-puremvc

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.

Integration

Gradle

maven-central sonatype-nexus

dependencies {
    api "games.rednblack.puremvc:core:$pureMvcVersion"
}

Maven

<dependency>
  <groupId>games.rednblack.puremvc</groupId>
  <artifactId>core</artifactId>
  <version>1.0.1</version>
  <type>pom</type>
</dependency>

License

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.

About

Minimal PureMVC implementation using libGDX data structure

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages