Skip to content
This repository has been archived by the owner on Jul 11, 2024. It is now read-only.

Latest commit

 

History

History
32 lines (22 loc) · 480 Bytes

README.md

File metadata and controls

32 lines (22 loc) · 480 Bytes

Harfang Core for Industrial Projects

CI

Features

  • Scene graph
  • Forward pipeline
  • Unit tested
  • C++98 compliant

Dependencies

engine/

  • sokol_gfx.h
  • meshoptimizer
  • mikktspace
  • stb_image.h/stb_image_write.h/stb_image_resize.h

foundation/

  • Miniz
  • RapidJSON
  • utf8-cpp
  • fmt::format 4.1 (last revision with C++98 support)
  • srombauts/shared_ptr
  • xxHash

tests/

  • Acutest