source: osm/applications/editors/josm/plugins/lwjgl/settings.xml@ 36212

Last change on this file since 36212 was 35926, checked in by taylor.smock, 3 years ago

lwjgl: Initial commit

This adds a plugin which bundles LWJGL for plugins.

The plugin is split into 4 parts, 1 is common classes between different
platforms, and then one with platform specific natives (unixoid, osx, and
windows).

The LWJGL parts included in this plugin (at this time) are:

  • lwjgl (core library)
    • assimp (model imports)
    • opencl
    • opengl
    • opengles
    • par (generation of simple shapes)
    • stb (various utilities)
    • vulkan (note: MacOS natives for MoltenVK are available)
  • joml
  • lwjgl3-awt
  • Property svn:eol-style set to native
File size: 123 bytes
Line 
1<settings>
2 <activeProfiles>
3 <activeProfile>lwjgl-natives-macos-amd64</activeProfile>
4 </activeProfiles>
5</settings>
Note: See TracBrowser for help on using the repository browser.