Release 1.0.0
3D projection library, written in Uxntal.
$ uxnasm examples/cube.tal cube.rom
$ uxnemu -2x cube.rom
Check out the examples for concrete and detailed use cases of the library.
Pinhole is device-independent and designed to be included or copy-pasted inside another project. All of its labels and macros are prefixed with pinhole
or Pinhole
to prevent clashes with labels and macros used in the incorporating project.
Special thanks to Erik for the help with the implementation of Q8.8 fixed-points and to Hundred Rabbits for creating Uxn.
This software is licensed under the MIT license and uses third party libraries that are distributed under their own terms.
See the LICENSE and LICENSE-3RD-PARTY files for more details.