Skip to content

Releases: dcarlus/hARMful

hARMful v1.0.3

08 Apr 21:32
Compare
Choose a tag to compare

Fix some bugs for directional light shadows and filter them (PCF).
See them in action: https://www.youtube.com/watch?v=BIaklMRR1RQ
This should be the last patch for the v1.0.

hARMful v1.0.2

31 Mar 22:58
Compare
Choose a tag to compare

Fix many OpenGL errors on rendering.
Fix camera bug as mentioned in #5 .

hARMful v1.0.1

07 Mar 19:11
Compare
Choose a tag to compare

Fix a bug when sharing a same shareable Component to several Entities.

hARMful v1.0.0

06 Mar 08:32
39d19a5
Compare
Choose a tag to compare

First official release of the hARMful engine!
It embeds the dedicated mathematics library (MINDful), load PNG/JPEG pictures library (SPITEful) and the 3D engine (HOPEful) with the following features:

  • Entity-Component architecture;
  • Framegraph to easily edit your render;
  • Blinn-Phong and more advanced texture-based materials;
  • Cubemaps for beautiful skies;
  • Hard shadow mapping (directional lights only);
  • Screen-space ambient occlusion;
  • Antialiasing (MSAA);
  • Fog

Available on both GNU/Linux and MS Windows.

V0 Alpha.1

10 Apr 13:58
Compare
Choose a tag to compare
V0 Alpha.1 Pre-release
Pre-release

First alpha release containing DOOMful and MINDful.

  • DOOMful provides some basic utilities for any application you would like to develop (thread-safe console and logs, profiling tool, chronometer...).
  • MINDful is related to maths and support some objects for 2D/3D applications (quaternions, vectors, matrices, ...). It also supports SSE for desktop applications. More objects to come!

The Windows binaries are built with Visual Studio 2017.