RBLB I'm Riccardo Balbo, this is my personal website, mostly related to gamedev.

Feel free to get in touch for anything within the limit of common sense.

jMonkeyEngine :: FPS Demo

An FPS demo made with jMonkeyEngine.

The demo contains:

  • Physics (with bullet engine)
  • Animations (with f3b animations)
  • Particles (with effekseer)
  • First person view always drawn on top (no gun clipping with the world)
  • Spatialized audio (with jmePhonon)
  • Collision effects (sounds and smoke)
  • Postprocessing

Resources used:

Screenshot


Screenshot


Screenshot


Get the demo

You can get a precompiled jar from the release page or compile from source with:

./gradlew build

The compiled output in build/libs/fps-demo-XXXX.jar

Run with:

./gradlew run

License

Everything is released under CC0 unless otherwise specified