Skip to content

Releases: JerboaBurrow/jGL

jGL 0-0.0.10

12 Mar 14:23

Choose a tag to compare

What's Changed

Full Changelog: v0-0.0.9...v0-0.0.10

jGL 0-0.0.9

12 Mar 14:22

Choose a tag to compare

What's Changed

Full Changelog: v0-0.0.8...v0-0.0.9

jGL 0-0.0.8

08 Aug 07:47
80147c4

Choose a tag to compare

What's Changed

Full Changelog: v0-0.0.7...v0-0.0.8

jGL 0-0.0.7

13 Apr 09:25
e8c92c9

Choose a tag to compare

What's Changed

Full Changelog: v0-0.0.6...v0-0.0.7

jGL 0-0.0.6

22 Jan 08:18

Choose a tag to compare

Adds

  • Shape renderer (untextured sprites)
  • Shape renderer example (Brownian circles)
  • Remove from shape and sprite renderers
  • get event types from display
  • supports android fully, with MSAA, Tested on Sony Xperia 1 (OG), example forthcoming

Fixes

  • crash on Vulkan instance destruction
  • fixes bug in text renderer where not all characters were drawn
  • release artifacts

Dev

  • adds a regression to test usage of .a's as a user

jGL 0-0.0.5

03 Jan 07:01

Choose a tag to compare

Adds

  • supports android ndk builds

Fixes

  • stackoverflow in font bitmap

jGL 0-0.0.4 (known vulnerability)

19 Dec 07:47

Choose a tag to compare

Adds

  • Dynamic number of particles
  • Colour and texture mixing of textured particles
  • MIT license
  • OpenGL and Vulkan now both use an abstracted font (freetype->bitmaps->renderer)
  • Display now supports frame events (key/mouse clicks) with mouse click and scroll callbacks, e.g.
if (display.getEvent(GLFW_KEY_SPACE).type == Display::EventType::PRESS) 
{ 
    paused = !paused;
}

jGL 0-0.0.3

20 Nov 09:05
17c21db

Choose a tag to compare

Adds

  • MSAA support
  • begin and end frame
  • finalise instance

jGL 0-0.0.2

06 Nov 09:16

Choose a tag to compare

Adds

  • Basic sprite rendering (in batch mode as well)
  • macOS support, examples, and library

Fixes

  • Shader not recognising samplers specified without a precision qualifier (and silently failing)

jGL 0-0.0.1

23 Oct 14:20

Choose a tag to compare

v0.0.1

release files in one zip