Skip to content

Releases: Zang3th/SalinityGL

Version 0.1.1

14 Jan 12:09
Compare
Choose a tag to compare

Second official release

What's inside

  • Engine with all the base functionalities
  • GreenWorld
    • 3D Demo Nature Scene

What's new

  • Bug fixes
  • Updated Engine-API
  • Reworked the rendering system
    • There are now several renderers (for all the different tasks) that extend one base interface
    • They are getting automatically managed
  • Updated some other internal components
    • Textures, Heightmap, and App-Settings
  • Added a new audio backend

Available files

GameEngine-0.1.1.tar.xz

  • Source code package for Linux. Take a look at the README for build instructions

Version 0.1.0

11 Jun 09:30
Compare
Choose a tag to compare

First official release

What's inside

  • Engine with all the base functionalities
  • GreenWorld
    • 3D-Application built with the engine

What's new

General

  • Improved engine architecture and folder structure
    • Reworked several internal components
  • Finished the GreenWorld-Application
  • Improved build instructions
  • Improved README.md (added code quality badges 😎)
  • Improved CMakeLists.txt

Functionalities

  • Lighting
    • Blinn-Phong
    • Shadow-Rendering
    • Normal mapping
  • Water-Rendering
  • Instanced-Rendering
    • Particles
      • Smoke