pystoy
Pystoy is a Python library designed for creating and manipulating 3D models. It provides a simple and intuitive interface for generating geometric shapes, applying transformations, and exporting models to various formats. The library is particularly useful for educational purposes, prototyping, and generating assets for games and simulations. Pystoy supports a range of geometric primitives, including cubes, spheres, cylinders, and cones, which can be combined and modified using operations such as translation, rotation, scaling, and boolean operations. The library also includes features for texturing and lighting, allowing users to create more complex and visually appealing models. Pystoy is open-source and can be easily integrated into existing Python projects. Its modular design makes it accessible for both beginners and experienced developers, providing a powerful tool for 3D modeling within the Python ecosystem.