Coder Social home page Coder Social logo

gdx-collections's Introduction

gdx-collections

LibGDX collection classes extracted into a standalone library (i.e. no OpenGL, LWJGL, etc. required)

This is useful for those who need high performance collections on the JVM but aren't building an application with LibGDX.

Mechanism

The gradle build will checkout a specific version of libgdx, copy the collections source files into src/main/java, rename the packages from com.badlogic to org.mini2Dx and compile the standalone jar.

However MathUtils, RandomXS128 and com.badlogic.gdx.util.reflect classes are required for the collection classes. To allow the collection classes to remain standalone, these classes are copied into org.mini2Dx.gdx.utils.compat and the references are updated in the collections classes.

Usage

compile "org.mini2Dx:gdx-collections:1.9.13"

Included Classes

gdx-collections's People

Contributors

chris-horner avatar tomcashman avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gdx-collections's Issues

Pools: ArrayOutOfBoundsException

Hi,

maybe i have found a bug in gdx-collections.
If i call org.mini2Dx.gdx.utils.Pools.get(className).obtain() a few times, i get an ArrayOutOfBoundsException.

Exception:

java.lang.ArrayIndexOutOfBoundsException: 8
	at org.mini2Dx.gdx.utils.Array.pop(Array.java:325)
	at org.mini2Dx.gdx.utils.Pool.obtain(Pool.java:51)
	at com.jukusoft.engine2d.core.memory.Pools.get(Pools.java:47)
	at com.jukusoft.engine2d.core.memory.Pools.get(Pools.java:33)
	at com.jukusoft.engine2d.input.subsystem.InputSubSystem.update(InputSubSystem.java:79)
	at com.jukusoft.engine2d.applayer.BaseGame.onUpdate(BaseGame.java:70)
	at com.jukusoft.engine2d.applayer.BaseApp.render(BaseApp.java:136)
	at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Window.update(Lwjgl3Window.java:399)
	at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.loop(Lwjgl3Application.java:137)
	at com.badlogic.gdx.backends.lwjgl3.Lwjgl3Application.<init>(Lwjgl3Application.java:111)
	at com.jukusoft.engine2d.desktop.DesktopLauncher.start(DesktopLauncher.java:79)
	at com.jukusoft.engine2d.desktop.DesktopLauncher.main(DesktopLauncher.java:30)

Can you help me, pls? :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.