Optimized version of the project https://github.com/polincdev/SimpleMediaPlayer
NEW Class-Diagram
🔔 If you found this project useful, please let me know by leaving a star to motivate me to improve it. Thanks.
Some graphical effects do not work in the original version, suggestions are welcome.
mediaPlayer.getEffectManager().enableLineEffect(true); //doesn't work
mediaPlayer.getEffectManager().enableGrainEffect(true); //doesn't work
mediaPlayer.getEffectManager().enableVignetteEffect(true); //doesn't work
mediaPlayer.getEffectManager().enableCRTEffect(true); //doesn't work
mediaPlayer.getEffectManager().enableLCDEffect(true); //ok
mediaPlayer.getEffectManager().enableVHSEffect(true); //ok
mediaPlayer.getEffectManager().enableScanlineEffect(true); //ok
mediaPlayer.getEffectManager().enableGlitchEffect(true); //ok
mediaPlayer.getEffectManager().enableBlackAndWhiteEffect(true); //ok- jmonkeyengine - A complete 3D game development suite written purely in Java.
- jdk11+
All files under the 'resources' folder belong to polincdev.