https://github.com/cloudhead/px
Superseded by `rx`
https://github.com/cloudhead/px
Last synced: about 1 month ago
JSON representation
Superseded by `rx`
- Host: GitHub
- URL: https://github.com/cloudhead/px
- Owner: cloudhead
- Created: 2013-09-14T18:09:24.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2019-02-23T14:01:37.000Z (about 7 years ago)
- Last Synced: 2025-04-12T14:49:00.789Z (11 months ago)
- Language: C
- Homepage:
- Size: 74.2 KB
- Stars: 30
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
px
a minimalistic pixel & sprite editor
GOALS
* Everything that can be controlled via the keyboard, is.
* Scriptable.
* Anyone who knows vi(m) should feel at home.
* No frills. OpenGL all the way down.
* Designed with great care and love with pixel artists and animators in mind.
* Optimized for advanced users. No hand-holding. Vi-like philosophy.
* Small, hackable codebase. The aim is < 10 KLOC with GLFW as the only dependency.
DEPENDENCIES
* glfw 3.0+ (http://www.glfw.org)
INSTALLING
make -j4 install
LICENSE
GPLv3 (see LICENSE file for more details)
COPYRIGHT
(c) 2018-2019 Alexis Sellier