xelatihy / yocto-gl

Yocto/GL: Tiny C++ Libraries for Data-Driven Physically-based Graphics

Home Page:https://xelatihy.github.io/yocto-gl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Core Improvements

xelatihy opened this issue · comments

This issue tracks implementation to core libraries:

  • pass math types by value
  • consider removing operator [] from vecs and use at() free function instead, at least in shared code
  • consider using frame_fromz instead of basis_fromz whener possible
  • shape functions take a frame
  • implement out own async function to ensure all operating systems run the same code