Skip to content

HinaPE/Kasumi-renderer

Repository files navigation

Kasumi: illumine the endless night.

Ubuntu Build macOS Build Windows Build

Introduction

  1. Kasumi is a cross-platform, light and easy-to-use research-oriented multi-backend renderer, including a workbench renderer, a software rasterizer and a pathtracer.

Gallery

Kasumi Kasumi

Build Instruction

As a cross-platform project, Clion is highly recommanded to build Kasumi.

Prerequisites

  • C++ 20
  • Cmake > 3.24

First recursively clone this repo and all submodules.

git clone --recursive https://github.com/HinaPE/Kasumi-renderer.git

macOS

cmake -S . -B Build
cmake --build Build --config Release

Ubuntu

cmake -S . -B Build
cmake --build Build --config Release

Windows

cmake -S . -B Build
cmake --build Build --config Release