Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/riccardobl/fpsdemo-jmonkeyengine
An FPS demo made with jMonkeyEngine
https://github.com/riccardobl/fpsdemo-jmonkeyengine
demo fps game hacktoberfest jmonkeyengine
Last synced: 10 days ago
JSON representation
An FPS demo made with jMonkeyEngine
- Host: GitHub
- URL: https://github.com/riccardobl/fpsdemo-jmonkeyengine
- Owner: riccardobl
- Created: 2020-10-11T16:49:01.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T18:40:21.000Z (over 2 years ago)
- Last Synced: 2024-12-13T13:43:12.586Z (16 days ago)
- Topics: demo, fps, game, hacktoberfest, jmonkeyengine
- Language: Java
- Homepage:
- Size: 72.2 MB
- Stars: 18
- Watchers: 3
- Forks: 8
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
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)
- PostprocessingResources used:
- Code
- [jMonkeyEngine](https://jmonkeyengine.org/)
- [F3b + F3b Animations](https://github.com/riccardobl/f3b)
- [jme-effekseer-Native](https://github.com/riccardobl/jme-effekseerNative)
- [ShaderBlowEx](https://jmonkeystore.com/471f0c67-7911-48c4-84e8-d1f523555400)
- [Jesse](https://jmonkeystore.com/de9aa155-7285-4a13-aedf-f6ea364aab3b)
- [jmePhonon](https://github.com/jmePhonon/jmePhonon)- Assets
- [RedEclipse Sounds](https://opengameart.org/content/red-eclipse-sounds)
- [Scifi Concentration](https://opengameart.org/content/scifi-concentration)
- [Magnum for Blender 2.8](https://www.blendswap.com/blend/23122)
- [Whipple Creek Regional Park 04](https://hdrihaven.com/hdri/?h=whipple_creek_regional_park_04)![Screenshot](media/img1.jpg)
------
![Screenshot](media/img2.jpg)
------
![Screenshot](media/img3.jpg)
------
## Get the demo
You can get a precompiled jar from the release page or compile from source with:
```console
./gradlew build
```The compiled output in build/libs/fps-demo-XXXX.jar
Run with:
```console
./gradlew run
```## License
Everything is released under [CC0](https://creativecommons.org/share-your-work/public-domain/cc0/) unless otherwise specified