Giter VIP home page Giter VIP logo

px's Introduction


    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 <[email protected]>

px's People

Contributors

cloudhead avatar

Stargazers

Fabian S. avatar Vincent D'Ippolito avatar Jae-Hee Park avatar Florian Leger avatar  avatar Eduardo Hernández Valdez  avatar  avatar  avatar  avatar YuKong avatar 永航 白 avatar Angus H. avatar Michael Anthony avatar Luke Hutscal avatar Rey F. Diaz avatar  avatar Lucas da Silva Marcos avatar David Corticchiato avatar Frederik De Bleser avatar Tom avatar Denis Defreyne avatar Fronx avatar Gianluca Bargelli avatar Benoit Charbonnier avatar Sri Kadimisetty avatar Bruno Carriere avatar Jeff Triplett avatar Petter avatar Rodrigo Espinosa Curbelo avatar NERDDISCO avatar

Watchers

James Cloos avatar Michael Anthony avatar  avatar

px's Issues

It does not compile

I am compiling this on Debian Testing 64bit

px.o: In function fbClear': /DRIVE/gc/px/px.c:128: undefined reference toglClear'
/DRIVE/gc/px/px.c:129: undefined reference to glClearColor' px.o: In functionspriteResizeFrame':
/DRIVE/gc/px/px.c:230: undefined reference to glDeleteTextures' px.o: In functionspriteReadPixels':
/DRIVE/gc/px/px.c:277: undefined reference to glBindFramebuffer' /DRIVE/gc/px/px.c:278: undefined reference toglReadPixels'
/DRIVE/gc/px/px.c:279: undefined reference to glBindFramebuffer' px.o: In functioncreateFrame':
/DRIVE/gc/px/px.c:298: undefined reference to glDeleteTextures' /DRIVE/gc/px/px.c:303: undefined reference toglBindFramebuffer'
/DRIVE/gc/px/px.c:304: undefined reference to glDrawPixels' /DRIVE/gc/px/px.c:305: undefined reference toglBlitFramebuffer'
/DRIVE/gc/px/px.c:312: undefined reference to glBindFramebuffer' px.o: In functionsample':
/DRIVE/gc/px/px.c:528: undefined reference to glReadPixels' px.o: In functionspriteFlash':
/DRIVE/gc/px/px.c:173: undefined reference to glBindFramebuffer' /DRIVE/gc/px/px.c:174: undefined reference toglClear'
/DRIVE/gc/px/px.c:175: undefined reference to glClearColor' /DRIVE/gc/px/px.c:176: undefined reference toglBindFramebuffer'
px.o: In function spriteRestoreSnapshot': /DRIVE/gc/px/px.c:185: undefined reference toglBindFramebuffer'
/DRIVE/gc/px/px.c:186: undefined reference to glClear' /DRIVE/gc/px/px.c:187: undefined reference toglClearColor'
/DRIVE/gc/px/px.c:188: undefined reference to glDrawPixels' /DRIVE/gc/px/px.c:189: undefined reference toglBindFramebuffer'
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Reaping losing child 0x2132500 PID 26190
Makefile:15: recipe for target 'px' failed
make: *** [px] Error 1
Removing child 0x2132500 PID 26190 from chain.

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.