Orama-Interactive / Pixelorama

Unleash your creativity with Pixelorama, a powerful and accessible open-source pixel art multitool. Whether you want to create sprites, tiles, animations, or just express yourself in the language of pixel art, this software will realize your pixel-perfect dreams with a vast toolbox of features. Available on Windows, Linux, macOS and the Web!
https://orama-interactive.itch.io/pixelorama
MIT License
7.06k stars 381 forks source link

Using 3D and Light #385

Closed acklavidian closed 2 years ago

acklavidian commented 3 years ago

Feature/enhancement description:

I am working on an image editor myself, but I'm wondering if I should just make an extension to an existing editor. My editor "Rasteri" uses 3D under the hood. My idea is to allow the user to edit pixel art assets with normal maps asynchronously. Peek 2020-11-17 13-18

acklavidian commented 3 years ago

I have a lot more features planned, and the gif above doesn't show any depth changes, just light. Essentially under the hood I am using Threejs. Looking for feed back if I should just make Rasteri apart of Pixelorama (...or something else). I already made Godot a plugin while back for generating animated 2D Sprite objects from 3D, and attaching things to them. It's called Smushgd One advantage godot has over threejs is the quality of CSG Objects. I CSG would lend themselves to this kind of work

acklavidian commented 3 years ago

Here is more progress with rasteri. Still not sure if it will end up as its own editor. update

zhengying commented 3 years ago

This looks great. it's very helpful for pixel art post effect!