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

lunar-hill/renderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

80 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FauxGL OCI FaaS Renderer

we replaced the entire renderer with brick hill's, so more to do 😭

how to test

  1. install dockah (docker)

  2. install fn

curl -LSs https://raw.githubusercontent.com/fnproject/cli/master/install | sh
  1. run fn server (on a seperate terminal or window idk)
fn start
  1. create app
fn create app goapp
  1. deploy app
fn --verbose deploy --app goapp --local
  1. test
echo -n '{"avatarJSON":"","size":512}' | fn invoke goapp render --content-type application/json

Todo:

  • Re-add UUID lmfao
  • Replace baker's rigs with brick hill rigs
  • Add t-shirt loading
  • Add pre-cached resources (requires custom dockerfile)