{"id":25621665,"url":"https://github.com/name-hw/janrenderer","last_synced_at":"2025-10-04T05:59:03.894Z","repository":{"id":278730711,"uuid":"936577777","full_name":"Name-hw/JanRenderer","owner":"Name-hw","description":"심심해서 만든 C++17과 Zig로 작성된 Vulkan 렌더링 엔진","archived":false,"fork":false,"pushed_at":"2025-08-10T17:17:34.000Z","size":13444,"stargazers_count":1,"open_issues_count":5,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-10T19:11:49.368Z","etag":null,"topics":["3d","3d-graphics","cpp","graphics","graphics-engine","graphics-programming","render","renderer","renderering","rendering-3d-graphics","rendering-engine","shader","shaders","vulkan","vulkan-compute-shaders","vulkan-engine","vulkan-renderer","zig","zig-lib","zig-library"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Name-hw.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-02-21T10:22:20.000Z","updated_at":"2025-07-24T04:13:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"efd700bb-d5d1-4f47-a872-ddee6dcbeeb5","html_url":"https://github.com/Name-hw/JanRenderer","commit_stats":null,"previous_names":["name-hw/janrenderer"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Name-hw/JanRenderer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Name-hw%2FJanRenderer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Name-hw%2FJanRenderer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Name-hw%2FJanRenderer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Name-hw%2FJanRenderer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Name-hw","download_url":"https://codeload.github.com/Name-hw/JanRenderer/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Name-hw%2FJanRenderer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270892136,"owners_count":24663540,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["3d","3d-graphics","cpp","graphics","graphics-engine","graphics-programming","render","renderer","renderering","rendering-3d-graphics","rendering-engine","shader","shaders","vulkan","vulkan-compute-shaders","vulkan-engine","vulkan-renderer","zig","zig-lib","zig-library"],"created_at":"2025-02-22T09:37:04.384Z","updated_at":"2025-10-04T05:59:03.877Z","avatar_url":"https://github.com/Name-hw.png","language":"C++","readme":"# **JanRenderer (WIP)**\n\n[![.github/workflows/CI.yml](https://github.com/Name-hw/JanRenderer/actions/workflows/CI.yml/badge.svg?branch=main)](https://github.com/Name-hw/JanRenderer/actions/workflows/CI.yml)\n\nRendering engine built with Vulkan written in C++17 and Zig.\n\nhttps://github.com/user-attachments/assets/17ed007a-4180-4430-8240-73fc46285b80\n\n## **Features**\n\n- Rendering engine built with Vulkan\n- Written in C++17 and Zig\n- Using Depth buffer\n- Generate Mipmaps\n- MSAA (MultiSampling Anti-Aliasing) support\n- Compute Shader\n\n## **Getting Started**\n\n1. Link the JanRenderer, zglfw, zgui library (see [this](https://github.com/Name-hw/JanRenderer/blob/09737e3dbf671c098cf2e8e6a234f6afa62bbfa3/build.zig#L268)).\n2. Import JanRenderer.zig. (see [this](https://github.com/Name-hw/JanRenderer/blob/main/src/TestApp/main.zig)).\n\n## **Build**\n\n1. First, install [vcpkg](https://vcpkg.io/) and run 'vcpkg install'.\n2. Build using zig's build system in Visual Studio Code (Check detailed build steps with `zig build -h`).\n3. Executable program and Library files are created.\n\n### Shortcuts (for Vscode users)\n\n- build: Ctrl+Shift+B\n- debug: F5\n- run: Ctrl+F5\n\n### Vscode extensions\n\n1. \u003chttps://marketplace.visualstudio.com/items?itemName=ziglang.vscode-zig\u003e\n2. \u003chttps://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools\u003e\n3. \u003chttps://marketplace.visualstudio.com/items?itemName=llvm-vs-code-extensions.lldb-dap\u003e\n\n### Libraries\n\nInstall the library via vcpkg or zig's build system (see build.zig, build.zig.zon).\n\n### Namings\n\n1. Variables: camelCase\n2. Functions: camelCase\n3. Types (including objects, structs, enums, typedefs, etc): PascalCase\n4. Enums: PascalCase\n5. Views (texts displayed in GUI): Title Case\n6. ViewModels: PascalCase\n7. Initials: UPPERCASE\n\n## **Dependencies**\n\n### Vcpkg\n\n- [volk](https://github.com/zeux/volk)\n- [cglm](https://github.com/recp/cglm)\n- [stb](https://github.com/nothings/stb)\n- [tinyobjloader](https://github.com/tinyobjloader/tinyobjloader)\n- [VulkanMemoryAllocator](https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator)\n\n### Zig build system\n\n- [zmath](https://github.com/zig-gamedev/zmath)\n- [zglfw](https://github.com/zig-gamedev/zglfw)\n- [zgui](https://github.com/zig-gamedev/zgui)\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fname-hw%2Fjanrenderer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fname-hw%2Fjanrenderer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fname-hw%2Fjanrenderer/lists"}