EG 2024 - Short Papers
Permanent URI for this collection
Browse
Browsing EG 2024 - Short Papers by Subject "CCS Concepts: Computing methodologies → Rendering"
Now showing 1 - 1 of 1
Results Per Page
Sort Options
Item A Highly Adaptable and Flexible Rendering Engine by Minimum API Bindings(The Eurographics Association, 2024) Kim, Taejoon; Hu, Ruizhen; Charalambous, PanayiotisThis paper presents a method for embedding a rendering engine into different development environments with minimal API bindings. The method separates the engine interfaces into two levels: System APIs and User APIs. System APIs are the lowlevel functions that enable communication between the engine and the user environment, while User APIs are the high-level functions that provide rendering and beyond rendering functionalities to the user. By minimizing the number of System APIs, the method simplifies the adaptation of the engine to various languages and platforms. Its applicability and flexibility are demonstrated by the successful embedding the engine in multiple environments, including C/C++, C#, Python, Javascript, and Matlab. It also demonstrates its versatility in diverse forms such as CLI renderers, Web GUI framework-based renderers, remote renderers, physical simulations, and more, while also enabling the easy adoption of other rendering algorithms to the engine.