jMonkeyEngine / jMonkeyEngine/jmonkeyengine
jme3-terrain should not be awt bound
Open
- Dominant language
- Java
- Stars
- 4.3k
- Forks
- 1.2k
- Avg merge
- 4d 7h
- Merged PRs (30d)
- 14
Description
jme3-terrain uses awt internally, this make it unsuitable as crossplatform module for android and ios.
All the awt calls in jme3-terrain should be replaced by crossplatform alternatives, better if provided by jme3-core itself
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.