Big shout out to jdan for Perspective Toy, on which the guts of the library is based on.
This library takes about ~300 tokens without the demo code. It provides a public line and a point drawing function.
Big thanks to jdan - this library is now under CC0.
Example usage:
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 |
This demo is obviously a bit more complicated :)



.....My, my. This is quite the PNG file.

Why doesn't the submit page even check for valid PNG cartridges...?


POW !
That got it. Okay thanks UB. I see what happened. Someone uploaded a cart as a .p8.png when actually it was just a .p8.
ZEP could make a check for this I suppose.
(Actual file is CART.p8.png)
LOAD CART
LOADED
WARNING, THIS CART IS MISLABELED. PLEASE RENAME IT TO
CART.P8
I must've made a similar error when I initially posted my 8k save routine.


@josefnpat I'm afraid I am not 3d-savvy enough.
My workaround was to scroll the content rather than moving the camera :)
Only works in specific scenarios though
[Please log in to post a comment]