Skip to content

study-game-engines/jmonkeyengine-fps-demo

 
 

Repository files navigation

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

About

An FPS demo made with jMonkeyEngine

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%