All Projects β†’ movAX13h β†’ Zwerg

movAX13h / Zwerg

Distance Field Editor (experimental)

Projects that are alternatives of or similar to Zwerg

Swagger Toolbox
πŸ’‘ Swagger schema model (in yaml, json) generator from json data
Stars: ✭ 194 (+373.17%)
Mutual labels:  tool, editor
Animockup
Create animated mockups in the browser πŸ”₯
Stars: ✭ 1,152 (+2709.76%)
Mutual labels:  tool, editor
Obsidian
WAD file editor for League of Legends
Stars: ✭ 218 (+431.71%)
Mutual labels:  tool, editor
Bridge.
Minecraft Add-on Editor | We strive to provide the best development experience possible
Stars: ✭ 193 (+370.73%)
Mutual labels:  tool, editor
Mojs Curve Editor
GUI for live easing/property curves editing
Stars: ✭ 196 (+378.05%)
Mutual labels:  tool, editor
Mojs Timeline Editor
GUI for interactive `html`/`custom points`/`timeline` editing while crafting your animations
Stars: ✭ 215 (+424.39%)
Mutual labels:  tool, editor
Json Apis With Github
πŸ”¨ Tool to make Simple and Quick JSON APIs with GitHub.
Stars: ✭ 240 (+485.37%)
Mutual labels:  tool, editor
Vitabs
Guitar tablature editor inspired by vi
Stars: ✭ 32 (-21.95%)
Mutual labels:  editor
Megadraft
Megadraft is a Rich Text editor built on top of Facebook's Draft.JS featuring a nice default base of components and extensibility
Stars: ✭ 982 (+2295.12%)
Mutual labels:  editor
Pixelannotationtool
Annotate quickly images.
Stars: ✭ 962 (+2246.34%)
Mutual labels:  tool
Gts Watchface Bundle
Complete bundle with simple workflow for editing Amazfit GTS watchfaces.
Stars: ✭ 32 (-21.95%)
Mutual labels:  editor
Cn Vscode Docs
VScodeθ―΄ζ˜Žζ–‡ζ‘£ηΏ»θ―‘
Stars: ✭ 970 (+2265.85%)
Mutual labels:  editor
Kafka Specs
Tool to ease and automate Apache Kafka cluster configuration management
Stars: ✭ 36 (-12.2%)
Mutual labels:  tool
Mu
A small, simple editor for beginner Python programmers. Written in Python and Qt5.
Stars: ✭ 960 (+2241.46%)
Mutual labels:  editor
Lldebugtoolswift
LLDebugTool is a debugging tool for developers and testers that can help you analyze and manipulate data in non-xcode situations.
Stars: ✭ 40 (-2.44%)
Mutual labels:  tool
Manuskript
A open-source tool for writers
Stars: ✭ 960 (+2241.46%)
Mutual labels:  editor
Veloedit
Eclipse editor for the Velocity Template Language (VTL)
Stars: ✭ 40 (-2.44%)
Mutual labels:  editor
Cm3d2.maidfiddler
A real-time game editor for CM3D2
Stars: ✭ 39 (-4.88%)
Mutual labels:  editor
Spck Issues
Spck Editor Issues
Stars: ✭ 35 (-14.63%)
Mutual labels:  editor
Plantuml Styler
Online tool to make your PlantUML diagrams look great.
Stars: ✭ 35 (-14.63%)
Mutual labels:  tool

Zwerg - Distance Field Editor

by [email protected]

https://blog.thrill-project.com/zwerg-distance-field-editor/

ScreenShot

Feel free to fork and modify.

Changelog

  • 1.4.1 - 2020-11-30

    • updated OpenTK to version 3.1 via NuGet
  • 1.4 - 2016-06-05

    • renamed nodes.xml to functions.xml (format extended), contains defines, helpers and all code nodes
    • nodes can have a 'comment' attribute now which is displayed in the properties panel when the node is selected
    • function tags can have a 'requires' attribute now (name of other node or helper) to maintain code dependencies
    • Zwerg writes only required functions to the shader now (preparation for minify features)
    • renamed raymarcher.fs to shader.fs, moved optional code to functions.xml
    • integrated most operators of the Mercury SDF Library
    • PLEASE NOTE: Scene files created with earlier versions won't load because SDF function definitions have changed! The scene file format itself has not changed.
  • 1.3 - 2014-06-15: external nodes.xml (contains all available nodes from scene view context menu), simplified internal tree structure and code cleanup, fixed: node order

  • 1.2 - 2014-06-14: fixed mouse sensitivity issues

  • 1.1 - 2014-06-10: mouse click selection of df objects + minor fixes

Compiling

  • C# .NET4.5, VisualStudio 2019 solution
  • OpenGL via OpenTK (via NuGet)

Download

Features

  • distance functions (primitives)
  • distance operations
  • domain operations
  • scene view
  • realtime preview/camera/light
  • properties panel
  • select model on mouse click (experimental)
  • delete node (del key and context menu)
  • save/load scene to/from file (xml)

To do

Thanks

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