Changeset 35927 in osm for applications/editors/josm

Timestamp:
2022-03-08T21:39:57+01:00 (2 years ago)
Author:
taylor.smock
Message:

lwjgl (dist): 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
Location:
applications/editors/josm/dist
Files:
4 added

Note: See TracChangeset for help on using the changeset viewer.