Subscribe to library updates

DonManfred

Expert
Licensed User
Longtime User
MarkView V1.0.0

687474703a2f2f7075752e73682f684a6b57512f376632353938636236322e706e67
 

Informatix

Expert
Licensed User
Longtime User
libGDX

In this new version, I added the support of the KTX and ZKTX file formats, which are a nice addition to the ETC1 format, already supported. ETC1+KTX is a lot more GPU-friendly than JPG for your opaque images. The new demo should prove that you can divide by at least 3 (and up to 8 depending on the device) the number of data to transfer to the GPU, for the same visual quality.
The random number generator of lgMathUtils uses now the xorshift128+ algorithm, which is a lot faster than the standard Java random generator.
And upon demand, I added InitializeTransparentView.

1.07:
- I fixed a few bugs, as usual;
- I added InitializeTransparentView to LibGDX;
- I added the lgKTXTextureData class to support the KTX and ZKTX file formats;
- I added a new demo: Format_KTX;
- I added argb8888 and argb8888ToColor to lgColor
- I added the lgMapAtlasTmxMapLoaderParameters class;
- I added Initialize3 and Load2 to lgMapAtlasTmxMapLoader;
- I added LoadExternal and IsInitialized to lgMapTmxMapLoader;
- I added FrameTiles to lgMapAnimatedTiledMapTile;
- I added a Tag property to lgSprite;
- I added hasOppositeDirection, hasSameDirection, isCollinear, isOnLine, isPerpendicular, AngleRad and rotateRad to lgMathVector2;
- I added rotateRad to lgMathMatrix4;
- I added clamp4, log, log2, Randomize, randomInt, randomInt2, randomSign, randomTriangular and randomTriangular2 to lgMathUtils;
- the random number generator of lgMathUtils uses now the xorshift128+ algorithm;
- I renamed Create2 to Combine in lgMesh;
- I removed the Create and Create3 functions from lgMesh;
- I removed the deprecated Color property from lgVertexAttributesUsage;
- it is possible now to change the KeyFrames array of lgAnimation after its initialization.
 
Last edited:

HotShoe

Well-Known Member
Licensed User
Longtime User
I always forget about this thread.

A new version of MLWifi is now available here. This is version 2.12 and adds the ability to do real time scan results. see the sample project (included in the zip file) for examples of how to use this library.
 

watscho

Member
Licensed User
Longtime User
Hi,
CustomKeyboard-library updated.
Complete redesign of CustomKeyboard-library. There are a lot of new methods inside the library for example styling-methods and edit-methods.

1hour later:
updated the sample-files (uploaded the wrong files) - SORRY!!!
 
Last edited:

HotShoe

Well-Known Member
Licensed User
Longtime User
A new version of MLHelp is available. This is version 1.0.1. It adds the isInitialized and LoadWebPage methods as well as some minor bug fixing. You can get it HERE.
 
Top