Skip to content

Releases: JorgenPo/blackengine

First 2019 release HERE!

07 Jul 20:34
Compare
Choose a tag to compare

First stable release of blackengine 2019 version.

Some features:

  • Model loading (obj only)
  • Phong lightning
  • Simple camera class
  • Keyboard and mouse partial support
  • GLSL shaders
  • Per object shaders
  • Mouse picking
  • Bounding shapes

Known bugs

  • Some problems with non-uniform scale
  • Very poor camera features
  • Problem with multiple shaders in scene.
  • Screen resizing scale the viewport but don't change it resolution

Fresh 0.0.5 BlackEngine Release!!!

22 Mar 19:24
Compare
Choose a tag to compare

blackengine v0.0.5

Changelog

  • Constants class
  • Diffuse lightning in models and shaders
  • Model class
  • Texture class
  • Resource Manager class
  • Resource interface
  • Obj file parser
  • Windows x32 build
  • Spectator camera

Authors

Problems

  • Some problems with spectator camera by now.

Time spent

  • 10 days

BlackEngine v0.0.2 Release!!!

11 Mar 22:12
Compare
Choose a tag to compare
Pre-release

blackengine v0.0.2

Changelog

  • Color VBO support in Mesh class;
  • Using of transformation matrices in shader and application;
  • Index VBO support in Mesh class;
  • Cube model subclass of Mesh class;
  • Test rotating cube scene

Authors

Problems

  • All is working pretty nice now!

Time spent

  • 8 days