Framework
Learn about Pixyz's internal framework, including its C++ architecture, supported data types, modules, and entity-based system.
Read time 1 minuteLast updated 18 hours ago
The internal structure of Pixyz is built to handle different types of product structures, geometry types and heavy algorithms thanks to a custom made and extensible architecture. Pixyz is entirely coded in C++. For high precision, Pixyz computes numbers in the double-precision floating-point format for most of its data structures. The internal structure of Pixyz supports, among others, these data types:
Modules
Pixyz API is organized into functional libraries that are referred to as modules:Entities
Pixyz API isn't strictly speaking object-oriented. Pixyz works with references to entities inside the framework. These references are IDs ofunsigned int