All Projects → Theverat → Normalmapgenerator

Theverat / Normalmapgenerator

Licence: gpl-3.0
A simple program that converts images into normal maps

Projects that are alternatives of or similar to Normalmapgenerator

Assetkit
🎨 Modern 2D/3D - Importer • Exporter • Util - Library, also called (AssetIO)
Stars: ✭ 97 (-66.08%)
Mutual labels:  3d-graphics, texture
Co2
A C++ await/yield emulation library for stackless coroutine
Stars: ✭ 278 (-2.8%)
Mutual labels:  generator
percona-qa
Percona QA is a suite of scripts and utilities that assists in building, continuous integration, automated testing & bug reporting for Percona Server, Percona XtraDB Cluster, Percona XtraBackup, Percona Server for MongoDB, as well as other flavors of MySQL (Oracle, Facebook MyQSL, WebScaleSQL, MariaDB) etc.
Stars: ✭ 55 (-80.77%)
Mutual labels:  generator
Yii2 Migration
Yii 2 Migration Creator And Updater
Stars: ✭ 262 (-8.39%)
Mutual labels:  generator
Discord-Nitro-Gen-Checker
Generate and check nitro gift codes, with proxies or not, without limits.
Stars: ✭ 26 (-90.91%)
Mutual labels:  generator
Github Activity Generator
A script that helps generate a rich GitHub Contribution Graph for your account
Stars: ✭ 259 (-9.44%)
Mutual labels:  generator
goverter
Generate type-safe Go converters by simply defining an interface
Stars: ✭ 100 (-65.03%)
Mutual labels:  generator
Hackman
🤖🔜🤯 Stop writing boilerplate code yourself. Let hackman do it for you via the command line.
Stars: ✭ 286 (+0%)
Mutual labels:  generator
Realityui
A Swift Package for creating familiar UI Elements and animations in a RealityKit rendered Augmented Reality or Virtual Reality scene.
Stars: ✭ 275 (-3.85%)
Mutual labels:  3d-graphics
K8s Kotlin Dsl
Kotlin DSL for Kubernetes configs
Stars: ✭ 259 (-9.44%)
Mutual labels:  generator
Svgwave
🌊 SVG Wave is a tiny, free and beautiful SVG gradient waves generator for your UI or website desgin. It offers dead simple UI to customize, and style your waves based on your theme specifications.
Stars: ✭ 255 (-10.84%)
Mutual labels:  generator
graphqlator
ahmedalhulaibi.github.io/graphqlator-website/
Stars: ✭ 26 (-90.91%)
Mutual labels:  generator
Generator Plugin Wp
Yeoman WordPress Plugin Generator
Stars: ✭ 270 (-5.59%)
Mutual labels:  generator
modelina
Library for generating data models based on inputs such as AsyncAPI, OpenAPI, or JSON Schema documents.
Stars: ✭ 55 (-80.77%)
Mutual labels:  generator
Glas
WebGL in WebAssembly with AssemblyScript
Stars: ✭ 278 (-2.8%)
Mutual labels:  3d-graphics
color-generate
An awesome theme color generation scheme.
Stars: ✭ 165 (-42.31%)
Mutual labels:  generator
Vue Form Generator
📋 A schema-based form generator component for Vue.js
Stars: ✭ 2,853 (+897.55%)
Mutual labels:  generator
Genawaiter
Stackless generators on stable Rust.
Stars: ✭ 263 (-8.04%)
Mutual labels:  generator
Sourcedocs
Generate Markdown documentation from source code
Stars: ✭ 286 (+0%)
Mutual labels:  generator
Protoc Gen Gotemplate
📂 generic protocol generator based on golang's text/template (grpc/protobuf)
Stars: ✭ 284 (-0.7%)
Mutual labels:  generator

Advertisement

If you are a Blender user, this addon I created might be interesting for you:

Image Node Preview Addon

NormalmapGenerator

This is a program to generate normal-, spec- and displacementmaps from image textures in one go. It supports stack processing and a few other nice features, but has some rough edges and is still in development.

Download

See the releases section. Usually there are Windows (32 bit) and Linux (64 bit) binaries available on each release.

Screenshot

screenshot

Features

  • Fully multithreaded with OpenMP, will use all available CPU cores
  • Keep Large Detail (see below for details)
  • Fast and easy way to create normal, spec and displacementmaps

Keep Large Detail

One of the things I hate about classic normalmap generators is how they handle large image textures: usually the normalmap is unusable due to fine detail and the whole information about "large detail" (the overall curvature) is lost.

This is a large texture generated the classic way: kld_disabled

When used in a rendering, it will look like this: kld_disabled_render

What the feature I called "Keep Large Detail" does is that it blends a downscaled version of the image over the original image, thus retaining the overall curvature information while still showing fine detail: kld_enabled

Rendered, it looks much better: kld_enabled_render

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].