Skip to content
/ piksy Public

πŸš€ Piksy is a work-in-progress sprite sheet editor and animation tool, perfect for game devs and digital artists looking to streamline their 2D workflow! 🎨

Notifications You must be signed in to change notification settings

adia-dev/piksy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

81 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Piksy

🚧 Work in Progress
Piksy is an evolving C++ application for effortless sprite sheet editing, frame extraction, and animation handling. It's currently replacing this project but remains under heavy development!

Screen.Recording.2025-01-21.at.23.03.58.mov

πŸš€ Key Features

  • Sprite Sheet Organization
    Load and preview your sprite sheets, neatly organize files, and quickly navigate through folders.

  • Frame Extraction
    Automatically detect frames with computer vision (or create them manually for full control).

  • Animation Editing
    Combine frames into animations, reorder them on-the-fly, and preview motion instantly.

  • Color Swapping
    Tap into a handy color tool to replace any target hue with a new color, saving manual editing time.

  • Export & Save
    Save all animations as JSON and export textures as PNG. Perfect for engine-ready assets!

Tip
Piksy is great for game devs, hobbyists, and artists needing a streamlined workflow to handle sprite sheets.


πŸŽ‰ Screenshots & Videos (so far, subject to changes)

image

image

πŸ”§ Getting Started

  1. Clone

    git clone https://github.com/adia-dev/piksy.git
    cd piksy
  2. Build (example using CMake):

    make
    # or
    make -j4
  3. Run

    make run
    # or
    build/Debug/bin/piksy
    

Info
You’ll need to have SDL2, SDL2_image, SDL2_ttf, and OpenCV installed for a successful build (if building from source). Pre-built binaries may come later.


πŸ”¨ Usage Overview

  1. Load or Drop a Sprite Sheet
    • Use the "File" menu or simply drag-and-drop your sprite sheet into Piksy.
  2. Extract Frames
    • Choose the "Extract" tool, draw a selection, and Piksy detects frames in that region.
  3. Create & Preview Animations
    • Group these frames into sequences. Adjust timing and naming on-the-fly.
  4. Export
    • Save the entire texture or export your animation data to JSON with a quick menu option.

Warning
Some tools and features are incompleteβ€”please report any quirks or bugs you encounter.


πŸ“‚ Project Structure (Brief)

piksy/
β”œβ”€ include/
β”‚   β”œβ”€ core/         # App setup & configuration
β”‚   β”œβ”€ command/      # Actions (Export, Save, etc.)
β”‚   β”œβ”€ components/   # UI panels (e.g., Console, Viewport)
β”‚   β”œβ”€ rendering/    # Rendering logic (SDL, textures)
β”‚   ...
β”œβ”€ src/
β”‚   β”œβ”€ core/
β”‚   β”œβ”€ command/
β”‚   β”œβ”€ components/
β”‚   β”œβ”€ rendering/
β”‚   ...
└─ CMakeLists.txt

🌱 Current Status & Roadmap

  • Basic workflow (load β†’ extract β†’ animate β†’ export) is functional.
  • UI/UX is still evolving; certain settings may not persist.
  • More polishing around frame detection and color swapping is planned.

πŸ™Œ Contributing

We welcome pull requests and issue reports! To contribute:

  1. Fork the repo.
  2. Create a branch for your feature/bug fix.
  3. Submit a PR for review.

Info
We value all feedbackβ€”whether it’s UI suggestions, performance tweaks, or big new features.


Thank you for checking out Piksy! We hope to make your sprite editing journey easier and faster. Stay tuned for updates!

About

πŸš€ Piksy is a work-in-progress sprite sheet editor and animation tool, perfect for game devs and digital artists looking to streamline their 2D workflow! 🎨

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published