Skip to content

mrgaturus/npainter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎨 NPainter

fast and simple digital painting software, work in progress

Proof of Concept

🛠️ Building

  • Only works on Linux X11/XWayland. Other Platforms are Work in Progress
  • Requires Nim Programming Language for Compiling.
  • Requires Addtional Developing Packages
    • Ubuntu, Debian: libfreetype-dev, libegl-dev
    • Fedora: freetype-devel, libglvnd-devel:
  • Requires GCC 10+:
    • Clang can be used appending --cc:clang to nimble command
# Building Debug Binary
$ nimble build
# Building Fast Binary
$ nimble build -d:danger
# Generate Assets (using GUI tool)
$ ~/.nimble/bin/nopack

# Running Program
$ ./npainter

⚙️ Roadmap Features

  • Pen Pressure Support
  • Multithreading and SIMD Optimization
  • Anti-Aliased and Amazing Brush Engine
  • Anti-Aliased Bucket Fill + Gap Closing
  • GPU Accelerated Canvas
  • Tiled Layering
    • Raster Layers
    • Mask/Stencil Layers
    • Folder Layers
    • Fundamental Blending Modes
    • Clipping Group & Alpha Lock
  • Intuitive and Professional UI/UX
  • Transform Tool
    • Perspective
    • Mesh
    • Liquify
  • Selection Tools
  • Infinite Undo using Compressed Files
  • Fundamental Filters
  • Multi Platform Support
    • Linux/X11
    • Windows
    • macOS

🕙 Planned Features

  • Vector Layer
    • Catmull
    • Bezier
  • Frame by Frame Animation
  • On-canvas Text Tool
  • Android and iPad

❌ Not-Planned Features

  • Maximum Color Accuracy
  • The Fastest Painting Software ever
  • Very Realistic Brushes
  • 1:1 Features with Similar Software
  • AI, Machine Learning and Cryptocurrency