Custom 3D Geometry in P5.js

2021-09-21

A guide to creating custom, procedurally generated three-dimensional geometry in a way that renders performantly using the p5.Geometry class.

Referencing Maven Packages as Transitive Dependencies For IKVM Jar References

2025-07-13

IKVM is a project that makes it possible to reference Java jars and packages from .Net projects, but things get complicated when you reference local jar files with transitive dependencies on Maven packages.