NazaraEngine/THANKS.md

1.4 KiB

Thanks

A special thank you to all those who may have contributed directly or indirectly to this project. We can mention:

  • RafBill and Raakz: Finding bugs and/or testing.
  • Fissal "DrFisher" Hannoun: Helping a lot in architecture design.
  • Alexandre "Danman" Janniaux: Helping making the POSIX implementation.
  • Youri "Gawaboumga" Hubaut: Improving the whole project by making the documentation, improving the code, and more.
  • Rémi "overdrivr" Bèges: Made the Noise module.

Additional thanks

This engine also uses different projects, we obviously thank their respective authors and contributors:

  • Assimp: Model loader.
  • Catch2: Test framework for C++.
  • Chimpmunk: Physics engine for 2D.
  • Freetype: Font rendering library.
  • Lua: Scripting library.
  • Netwon: Physics engine for 3D.
  • Sndfile: Audio loader.
  • Stb: Image loader.
  • Utfcpp: UTF-8 handler.
  • OpenAL: Audio API specification.
  • OpenGL: Graphics API specification.
  • Vulkan: New graphics API specification which replaced OpenGL.