AshEngine Versions Save

A cross-platform 3D engine based on Qt 5.9.7, OpenGL 3.3 and Assimp 4.1.

v1.0.0

5 years ago

Ash Engine V1.0.0 finally released!

  • New name: Ash Engine
  • New graphical interface based on Qt
  • New code structure based on C++ OOP
  • New design idea which separates core functions, rendering engine and graphical interface
  • New help documentations which teach you step by step

v0.1.0

5 years ago
  • Free, open-source, and cross-platform.
  • Supports reading 40+ 3D file formats, including FBX, DXF, Collada, Obj, X, PLY, 3DS.
  • Supports popular texture formats like PNG, BMP, JPEG, TIFF.
  • Provides multiple viewing options. You can toggle lighting, texture, the polygon mode and so on.

v0.4.2

6 years ago
  • Supports double side rendering
  • Supports vertical sync
  • Supports gamma correction
  • MSAA 4X comes back now
  • Fixes bugs

Dependencies (Windows)

v0.4.1

6 years ago
  • Supports mesh scaling
  • Supports custom background color
  • Replaces phong shading with bling-phong shading
  • Optimizes mouse picking
  • Fixes bugs when scaling window

Dependencies (Windows)

v0.4.0

6 years ago
  • Renames project to “masterEngine”
  • Adds parallax mapping support
  • Adds depth map shadow support (point light, 1024 * 1024 with PCF)
  • Adds Windows x64 support
  • Adds light attenuation
  • Fixes bugs of normal mapping and memory leak
  • Optimizes graphics performance and texture loading strategy

v0.3.1

6 years ago
  • Supports to copy, paste and delete meshes or lights
  • Supports up to 16 lights
  • Improves performance
  • Fixes bullet dynamic library loading error on mac
  • Fixes rendering bugs in wireframe mode
  • Fixes mouse picking bugs

v0.3.0

6 years ago
  • Supports 3D translation and rotation
  • New way to import: just drag files onto the window
  • Fixes cursor problem on macOS
  • Fixes shader compilation error on some GPUs
  • Removes some useless functions on bars

v0.2.2

6 years ago
  • Supports custom skybox texture
  • More info on bars

v0.2.1

6 years ago
  • Adds global axis
  • Gridlines come back
  • Bug fixes and performance optimization