Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/davidb/jme3_ext_swing
an experimental display of JME into JPanel
https://github.com/davidb/jme3_ext_swing
Last synced: 7 days ago
JSON representation
an experimental display of JME into JPanel
- Host: GitHub
- URL: https://github.com/davidb/jme3_ext_swing
- Owner: davidB
- Created: 2014-12-01T20:58:12.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-02-12T23:19:55.000Z (almost 9 years ago)
- Last Synced: 2024-11-13T18:37:29.985Z (2 months ago)
- Language: Java
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jme3_ext_swing
an experimental display of JME into JPanel## the sample demo
available under src/test
![Imgur](http://i.imgur.com/IKrApye.png)
# Install
```
allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
}dependencies {
compile 'com.github.davidb:jme3_ext_swing:-SNAPSHOT'
}```