Methane Asteroids v0.7.2

Евгений Городецкий обновлён 1 год назад v0.7.2 cd4e972 Релиз
0
Описание

In this release Methane Asteroids sample is upgraded to Methane Kit v0.7.2 release and include a replacement of the PerlinNoise library with FastNoise2 library, which improves asteroid textures quality by using fractal noise and speeds up texture generation with help of underlying FastSIMD vector-instruction layer.

Asteroids

  • Asteroids code was updated to comply with RHI interface changes in Methane Kit v.0.7.2:

    • Texture::SetData signature has changed.
  • Asteroid tri-planar texture generation was changed to use FastNoise2 library with SIMD acceleration and fractal noise instead of old PerlinNoise library. This improves visual quality of the generated textures and improves speed.

External libraries

Builds

  • MacOS build was split for Arm64 and x86_64 architectures because of FastNoise2 library limitation. Previously MacOS fat binary was combined for both architectures in one build.

> [!NOTE]

> For MacOS users: In case of error “App Is Damaged and Can’t Be Opened” on attempt to run bundled application, try removing application from quarantine using the following command:

> ```cmd

> sudo xattr -d com.apple.quarantine MethaneAsteroids.app

> open MethaneAsteroids.app

> ```

Get release binaries on GitHub.

Файлы
  • Нет файлов