salty-engine icon indicating copy to clipboard operation
salty-engine copied to clipboard

An easy-to-use Java library for making 2D games. Successor: https://www.github.com/sanj0/kopfkino

Results 12 salty-engine issues
Sort by recently updated
recently updated
newest added

**Describe the bug** You cannot load image files (e.g. the SpriteSheets in the testing package) as SaltyVolatileImages, however, all the other images (lights, and the final render) are shwon as...

bug
TODO

`File file = SystemDependentFiles.getUserFile("." + Game.gameName + "/tmp/" + relativePath.replaceAll("/", "."));` This line generates an invalid path when loading a font!

bug

E.g. CentreTrait, PixelOffsetTrait, PercentageOffsetTrait...

enhancement
TODO

Nothing else to say.

enhancement
help wanted
improve existing

TODO: Redo the process of creating a gradient image within ImageUtil, to grant more control over the output and to provide non-squared gradients as well.

TODO
improve existing

TODO: Adding more UIElements e.g. slider, switches, editable text boxes etc.

TODO
add more

TODO: Adding more EmitterComponents, Particles and ParticleRenderContexts e.g. a Gaussian Emitter, an explosion emitter and a linear emitter.

TODO
add more

TODO: Adding more GFX of all types.

TODO
add more

TODO: adding the ability to make the SimplePhysicsComponent ignore certain directions of collisions, useful for e.g. platformer games were the player can jump through the floor when he is below...

enhancement
TODO