Story Details

  • Show HN: VSC – An open source 3D Rendering Engine in C++

    Posted: 2025-03-12 03:08:23

    VSC is an open-source 3D rendering engine written in C++. It aims to be a versatile, lightweight, and easy-to-use solution for various rendering needs. The project is hosted on GitHub and features a physically based renderer (PBR) supporting features like screen-space reflections, screen-space ambient occlusion, and global illumination using a path tracer. It leverages Vulkan for cross-platform graphics processing and supports integration with the Dear ImGui library for UI development. The engine's design prioritizes modularity and extensibility, encouraging contributions and customization.

    Summary of Comments ( 14 )
    https://news.ycombinator.com/item?id=43339584

    Hacker News users discuss the open-source 3D rendering engine, VSC, with a mix of curiosity and skepticism. Some question the project's purpose and target audience, wondering if it aims to be a game engine or something else. Others point to a lack of documentation and unclear licensing, making it difficult to evaluate the project's potential. Several commenters express concern about the engine's performance and architecture, particularly its use of single-threaded rendering and a seemingly unconventional approach to scene management. Despite these reservations, some find the project interesting, praising the clean code and expressing interest in seeing further development, particularly with improved documentation and benchmarking. The overall sentiment leans towards cautious interest with a desire for more information to properly assess VSC's capabilities and goals.