All Projects → lgeertsen → Pulsar

lgeertsen / Pulsar

Licence: MIT license
Open source VFX pipeline tool

Programming Languages

javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
CSS
56736 projects
Sass
350 projects
HTML
75241 projects
python
139335 projects - #7 most used programming language
Batchfile
5799 projects

Projects that are alternatives of or similar to Pulsar

bookmarks
A PySide2 based file and asset manager for animation and CG productions.
Stars: ✭ 33 (+65%)
Mutual labels:  pipeline, vfx, vfx-pipeline
googleDriveVFXServer-pipeline
Transform a Google Drive server into a VFX pipeline ready server
Stars: ✭ 15 (-25%)
Mutual labels:  vfx, vfx-pipeline
OpenAssetIO
An open-source interoperability standard for tools and content management systems used in media production.
Stars: ✭ 140 (+600%)
Mutual labels:  vfx, vfx-pipeline
Plex
Open Source Pipeline for Maya, Houdini, 3ds Max and Nuke .
Stars: ✭ 170 (+750%)
Mutual labels:  pipeline, vfx
pipeline
Spline is a tool that is capable of running locally as well as part of well known pipelines like Jenkins (Jenkinsfile), Travis CI (.travis.yml) or similar ones.
Stars: ✭ 29 (+45%)
Mutual labels:  pipeline
needlestack
Multi-sample somatic variant caller
Stars: ✭ 45 (+125%)
Mutual labels:  pipeline
cmdc
Maya Python API 3.0
Stars: ✭ 98 (+390%)
Mutual labels:  pipeline
rmonad
Pipelines you can compute on
Stars: ✭ 66 (+230%)
Mutual labels:  pipeline
scrnaseq
A single-cell RNAseq pipeline for 10X genomics data
Stars: ✭ 60 (+200%)
Mutual labels:  pipeline
krsh
A declarative KubeFlow Management Tool
Stars: ✭ 127 (+535%)
Mutual labels:  pipeline
piper-nf
RNA mapping pipeline
Stars: ✭ 18 (-10%)
Mutual labels:  pipeline
dagshub-branch-source-plugin
Jenkins plugin for using DAGsHub as a source for multibranch projects
Stars: ✭ 12 (-40%)
Mutual labels:  pipeline
multibranch-action-triggers-plugin
MultiBranch Actions Trigger Plugin
Stars: ✭ 29 (+45%)
Mutual labels:  pipeline
ngs-preprocess
A pipeline for preprocessing NGS data from Illumina, Nanopore and PacBio technologies
Stars: ✭ 22 (+10%)
Mutual labels:  pipeline
hms-av-pipeline-demo
HUAWEI AV Pipeline Kit sample code project, which contains the Java sample code to implement functions like video playback, video super-resolution and media asset management. C++ sample code is contained for calling MediaFilter to use the sound event detection plugin.
Stars: ✭ 14 (-30%)
Mutual labels:  pipeline
pachinko
modular pluggable media sorter
Stars: ✭ 27 (+35%)
Mutual labels:  pipeline
SdfVfxSamples
Unity VFX Graph samples with SDF (signed distance field)
Stars: ✭ 681 (+3305%)
Mutual labels:  vfx
templating-engine-plugin
create tool-agnostic, templated pipelines to be shared by multiple teams
Stars: ✭ 138 (+590%)
Mutual labels:  pipeline
ngs pipeline
Exome/Capture/RNASeq Pipeline Implementation using snakemake
Stars: ✭ 40 (+100%)
Mutual labels:  pipeline
streamalg
Extensible stream pipelines with object algebras.
Stars: ✭ 26 (+30%)
Mutual labels:  pipeline

Pulsar Pipeline

Frontend

The frontend code can be found in the following folders:

  • main/: the code for the creation of the window
  • renderer/: the code for the UI

In the project folder Pulsar/ run to start developing:

# install dependencies
$ yarn install

# start dev server
$ yarn dev

Engine plugins

The source code for the engine plugins can be found in: engines/

Nodes for the graph editor

An example config file can be found in nodes/.node.json

{
    "node" : {
        "name": "node1",
        "color": "#f00",
        "type": "python",
        "script": "helloWorld.py",
        "command": "",
        "inputs": [
          {
            "name": "name",
            "type": "string"
          }
        ],
        "outputs": [
          {
            "name": "hello",
            "type": "string"
          }
        ]
    }
}

Softwares to add

  • Blender
  • C4D
  • Toonboom
  • Substance painter
  • Substance designer
  • ZBrush
  • Clarisse
  • Unity
  • UE
  • Mari
  • davinci resolve
  • natron
  • after effects
  • premier pro
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].