Code Monkey home page Code Monkey logo

rawdicch.io's Introduction

rawdicch.io

/rɔːdɪkiəʊ/

concept playground for yet another RAW photo library and editor made with web technologies

Note: This is a pet project, do not expect regular updates or issue support

Core principles

  • ease of use with sensible defaults
  • modularity and open
  • workflow-driven editing process

Vision

  • highly customisable with sensible of defaults
  • workflow-driven user experience
    • smooth switch between workflows
    • customisable workflow interface
  • module-driven editing process
    • easy to use default mode as inspired by Lightroom and Luminar
    • pro mode that resembles Darktable's in-depth capabilities
  • open and clean library structure
    • non-destructive workflow
    • open sidecar file (.xmp) for compatibility
    • central library file for caching and quick navigation

Inspiration

Editor Notes
Capture One + great user interface
+ license without subscription available
Darktable + powerful editing modules
+ xmp sidecar file
- steep learning curve (filmic)
FastRawViewer + histogram based on RAW edits
Lightroom CC + great user interface
+ powerful editing algorithms
- expensive subscriptions for personal use
Luminar + great user interface
- slow processing speed
- broken gallery thumbnails
Picturama + built with Electron
+ fast and easy to use
RawTherapee - steep learning curve

Development

Getting started

Before starting into development, please check for the following dependencies:

asdf     # (optional) version manager for node and yarn (see .tool-versions)
VSCode   # (optional) editor SDKs included for Yarn

Now, you can start the app:

# install dependencies
yarn

# create .env file (see .env.sample)
touch packages/app/.env
nano packages/app/.env

# create development database (also: https://www.prisma.io/docs/getting-started/setup-prisma/start-from-scratch/relational-databases-typescript-postgres)
npx prisma migrate dev --name init

# start up the application
yarn start:app

# create a new component
yarn new

As a result, you should see a native Electron window with the React application running inside.

Tech stack

This is an incomplete list of the current tech stack:

rawdicch.io's People

Contributors

rohrlaf avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.