All Projects → bnpr → Malt

bnpr / Malt

Licence: mit
Render framework for NPR

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Malt

blendmaxwell
Maxwell Render exporter for Blender
Stars: ✭ 23 (-93.05%)
Mutual labels:  blender, rendering-engine
Blender Addon Photogrammetry Importer
Addon to import different photogrammetry formats into Blender
Stars: ✭ 292 (-11.78%)
Mutual labels:  blender
cookie-factory
Processing-style Scripting Add-on for Blender
Stars: ✭ 21 (-93.66%)
Mutual labels:  blender
Openstreetmap Heatmap
Visualization of OpenStreetMap Data with Blender and Python
Stars: ✭ 261 (-21.15%)
Mutual labels:  blender
Mod3-MHW-Importer
Blender Mod3 Import-Exporter for Monster Hunter World
Stars: ✭ 44 (-86.71%)
Mutual labels:  blender
Pytorch Blender
Seamless, distributed, real-time integration of Blender into PyTorch data pipelines
Stars: ✭ 272 (-17.82%)
Mutual labels:  blender
molecular-blender
blend molecules!
Stars: ✭ 25 (-92.45%)
Mutual labels:  blender
Mikado
Mikado is the webs fastest template library for building user interfaces.
Stars: ✭ 323 (-2.42%)
Mutual labels:  rendering-engine
Phobos
An add-on for Blender allowing to create URDF, SDF and SMURF robot models in a WYSIWYG environment.
Stars: ✭ 296 (-10.57%)
Mutual labels:  blender
Facsvatar
An Open Source Modular Framework From Face to FACS Based Avatar Animation (Unity3D / Blender)
Stars: ✭ 260 (-21.45%)
Mutual labels:  blender
Archipack
Archipack for blender 2.79
Stars: ✭ 260 (-21.45%)
Mutual labels:  blender
ktba
Blender addons
Stars: ✭ 41 (-87.61%)
Mutual labels:  blender
Vrm addon for blender
VRM importer, exporter and utilities for Blender 2.82+
Stars: ✭ 287 (-13.29%)
Mutual labels:  blender
sintelgame
An open source adventure game created with Blender
Stars: ✭ 81 (-75.53%)
Mutual labels:  blender
Export Paper Model From Blender
Python addon for creating paper models in Blender (development version)
Stars: ✭ 311 (-6.04%)
Mutual labels:  blender
io scene owm
Importer for asset files exported and recompiled with TankLib/DataTool
Stars: ✭ 54 (-83.69%)
Mutual labels:  blender
Growthnodes
A Blender plugin for generative content creation and simulation of organic growth processes on polygonal surfaces.
Stars: ✭ 257 (-22.36%)
Mutual labels:  blender
Xnalaramesh
Blender addon Import/Export XPS Models, Poses
Stars: ✭ 262 (-20.85%)
Mutual labels:  blender
Screencast Keys
Blender Add-on: Screencast Keys
Stars: ✭ 328 (-0.91%)
Mutual labels:  blender
Softwarerenderer
Software rendering engine with PBR. Built from scratch on C++.
Stars: ✭ 323 (-2.42%)
Mutual labels:  rendering-engine

Malt

Malt is a fully customizable real-time rendering framework for animation and illustration. It's aimed at advanced users and technical artists who want more control over their workflow and/or their art style, with special care put into the needs of stylized non photorealistic rendering.

Docs | Forums & Support | Bug Reports | Roadmap | Twitter | Patreon

Features

  • Free and Open Source. MIT License.
  • Real Time Rendering.
  • 100% customizable Python Render Pipelines.
  • Complete Blender integration.
  • Code as a First Class Citizen
    • Automatic reloading.
    • VSCode integration, including GLSL autocompletion.
    • Automatic UI for Shader and Pipeline parameters.
  • Built-in Pipeline for Stylized Non Photorealistic Rendering.

Current State

Malt development began on June 2020 and it's still in beta state. It's quite complete feature wise, but still unstable and backwards compatibility is not yet warranteed.

Malt is software agnostic, but Blender is the only integration planned right now.

Requirements

  • OpenGL 4.1 support.
  • Latest Blender release.

A dedicated Nvidia or AMD graphics card is highly recomended.

While Malt itself works on Mac, the built-in render pipeline does not due to limits in the Mac OpenGL drivers.

Install

  • Go to the latest Release page.
  • Download the BlenderMalt version that matches your OS and the Shader Examples.
  • Open Blender. Go to Preferences > Addons, click on the Install... button and select BlenderMalt.zip from your downloads. (It will take a few seconds)
  • Tick the box in the BlenderMalt panel to enable it.

Uninstall

  • Untick the box in Preferences > Addons > BlenderMalt to disable the addon.
  • Restart Blender.
  • Go back to Preferences > Addons > BlenderMalt, expand the panel and click the Remove button.

First steps

  • Go to Scene Settings and change the renderer to Malt.
  • Create a Sunlight and add a new Object with a new Material.
  • Inside the Material settings set the Shader Source to one of the files from the Shader Examples.

Malt allows to use different settings for Viewport Preview, Viewport Render and F12 Render.
By default, the Viewport Preview should be faster than the Viewport Render mode.

To learn how to make your own materials in Malt, take a look at the From Nodes To Code tutorial.

Bug Reports

If you find a bug you can open a new issue.

For bug reports include:

  • The Log file from the Blender session where the bug happened. You can find it in Preferences > Addons > BlenderMalt > Open Session Log or search for it in your system temporary folder.
  • A .blend file and a list of steps to reproduce the error.

Developer Documentation

Developer documentation is best viewed directly in Github, most folders in the source code have relevant documentation.
The Malt folder documentation is a good starting point.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].