josefnpat / picocam

A 3D Camera Library for Pico8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PicoCam

A 3D Camera Library for Pico8

Example

function _init()
  camera = cameralib.new()
end

function _draw()
  camera:point( {0.5,0.5,0.5} )
  camera:line( {1,1,1}, {-1,-1,-1} )
end

Credits

Library & demo by josefnpat Orignal tech demo by jdan

License

This work is under the CC0 license.

About

A 3D Camera Library for Pico8


Languages

Language:Lua 91.7%Language:Shell 8.3%