kiba-engine
File List
Here is a list of all documented files with brief descriptions:
[detail level 1234]
  kiba
  allocators
 allocator.cBase allocator implementation
 allocator.hCentral header providing allocator functionality
 free_list.cFree list based allocator implementation
 free_list.hFunction signatures for free list based allocator implementation
 linear.cLinear allocator implementation
 linear.hFunction signatures for linear allocator implementation
 system.cSystem allocator implementation
 system.hFunction signatures for system allocator implementation
  containers
 array.c
 array.h
 hash_table.c
 hash_table.h
  core
 config.h
 error.c
 error.h
 event.cEvent system implementation
 event.hEvent system
 hash.c
 hash.h
 id.c
 id.h
 input.cInput layer implementation
 input.hInput abstraction layer
 log.cLogging system implementation
 log.hLogging system
 memory.cMemory layer implementation
 memory.hLightweight layer between platform and other engine components to enable tracing/monitoring
 string.cCustom string library implementation
 string.hCustom library for interactions with strings using string views
 types.h
 version.h
  format
  defaults
 buffer.c
 buffer.h
 format.c
 format.h
 options.c
 options.h
  gpu
  vulkan
 backend.h
 bind.h
 buffer.c
 buffer.h
 command.c
 command.h
 device.c
 device.h
 enums.h
 internal.h
 limits.h
 pipeline.c
 pipeline.h
 poc.c
 poc.h
 shader.c
 shader.h
 surface.c
 surface.h
 texture.c
 texture.h
 types.h
 vertex.h
  math
 mat.h
 math.h
 vec.h
  platform
  linux
 console.hInterface to access platform specific console printing functionality
 filesystem.hInterface to access the platform's filesystem
 memory.hInterface to access platform specific memory functionality
 timer.h
 window.hInterface to access platform specific windowing functionality
  renderer
  vulkan
 poc.c
 poc.h
 shared.h
 defines.hGlobal typedefs and macros
 entry.hEntry point for any application linked against kiba