Skip to content

lee101/appnz-object-kit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

app.nz object-kit

Seeded, serializable recipes for per-object procedural generation. The recipes separate shape, materials, UV/LOD policy, and collision so outputs stay editable.

It also defines the portable image-to-3D reconstruction contract used by the app.nz gallery and agent API.

import { imageTo3DRecipe, objectOBJ, objectRecipe } from './index.mjs'
const rock = objectRecipe('rock', { seed: 42, weathering: .8 })
const obj = objectOBJ('rock', { seed: 42 })
const reconstruction = imageTo3DRecipe({ imageUrl: 'https://example.com/chair.webp' })

Browse live source-image/mesh pairs at https://app.nz/image-to-3d-gallery. Agents can call create_image_to_3d_recipe and download_animation_asset, or use the equivalent public REST and CLI commands documented at app.nz/docs.

About

Open app.nz object recipes and deterministic spatial tooling

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors