Changeset 35926 in osm for applications

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

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
Location:
applications/editors/josm/plugins/lwjgl
Files:
18 added

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