You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
MaNing b04bb1759e
Minote
3 years ago
fonts Minote 3 years ago
licenses Minote 3 years ago
models Minote 3 years ago
src Minote 3 years ago
.gitignore Minote 3 years ago
CMakeLists.txt Minote 3 years ago
LICENSE.md Minote 3 years ago
README.md Minote 3 years ago

README.md

Minote

A work-in-progress experimental hobbyist renderer for personal videogame and digital art projects.

More details about current state and future plans on Trello!

Goals

  • Performant rendering of models with high instance counts
  • Artifact-free shading and post-processing, approaching path-tracing quality when possible
  • Flexibility to rapidly iterate on interesting rendering techniques
  • Compatibility with most of the modern gaming-grade hardware
  • Portable code, open-source libraries and toolchain

Non-goals

  • Texture mapping
  • Vertex animation
  • Being an engine

Building

Developed on Windows in a MSYS2 UCRT environment. Requires CMake and the Vulkan SDK installed; no other external dependencies. Standard CMake build process, the Ninja Multi-Config generator is recommended.

Libraries used