kit 0.0.2

An small game engine for 3D games.
Documentation
1
2
3
4
5
#include <metal_stdlib>
using namespace metal;
fragment float4 _main(float4 color [[stage_in]]) {
  return color;
}