Activity for framebuffer-globe

  • Ramprasad Padmanabhan Ramprasad Padmanabhan committed [efb451] on Code

    add fallback grid and other minor fixes

  • Ramprasad Padmanabhan Ramprasad Padmanabhan committed [8f9c4e] on Code

    fixed higher latitude distortion

  • Ramprasad Padmanabhan Ramprasad Padmanabhan committed [203968] on Code

    temporary fix for orthographic projection

  • Ramprasad Padmanabhan Ramprasad Padmanabhan committed [7f767b] on Code

    minor fixes

  • Ramprasad Padmanabhan Ramprasad Padmanabhan committed [d6345a] on Code

    some minor corrections in README file.

  • Ramprasad Padmanabhan Ramprasad Padmanabhan committed [221246] on Code

    updated configure script to check if commands exist to convert the map image to portable pixmap format and then convert.

  • Ramprasad Padmanabhan committed [474d4c] on Code

    replaced the use of tty device and input event device for getting keyboard input with simple ANSI escape character based input for arrow keys. This eliminates the need to run this program as root user (disastrous when the program crashes). The user only needs to be in the video group. few other cleanup done

  • Ramprasad Padmanabhan Ramprasad Padmanabhan committed [d344d2] on Code

    tried using write system call instead of mmap system call, need to compare both the ways if it works, similarly need to implement select / read and compare it with asynchronous IO

  • Ramprasad Padmanabhan Ramprasad Padmanabhan committed [bbb7ba] on Code

    most bugs removed, asynchronous IO not being used now, causing unknown issue, need to implement it again or maybe use select with read, added a temperory buffer to hold the pixel data to minimise repeated updates of the framebuffer

  • Ramprasad Padmanabhan Ramprasad Padmanabhan committed [e04c75] on Code

    added asynchronous IO handling and strigification preprocessors

  • Ramprasad Padmanabhan Ramprasad Padmanabhan committed [8c53cc] on Code

    added error handling

  • Ramprasad Padmanabhan Ramprasad Padmanabhan committed [9b17d2] on Code

    rotation of earth added, configure script generates a Makefile, but gcc DEFINES are not handled properly, pre-written Makefile removed

  • Ramprasad Padmanabhan Ramprasad Padmanabhan committed [de33cc] on Code

    added initial version of configure script and README file. configure will not work now. Makefile can be used to compile the program.

  • Ramprasad Padmanabhan Ramprasad Padmanabhan committed [a75aa9] on Code

    had to change the keyboard event device for another computer

  • Ramprasad Padmanabhan Ramprasad Padmanabhan committed [578265] on Code

    added proper indentation, the globe can now rotate based on arrow key input, tty device also has been set to graphics mode.

  • Ramprasad Padmanabhan Ramprasad Padmanabhan committed [97edf9] on Code

    added Makefile and header files, removed repeated loading and unloading of image, git is wonderful, it detected that a section of main was copied to orthographic.c

  • Ramprasad Padmanabhan Ramprasad Padmanabhan committed [ee2cb8] on Code

    renamed pixel.c

  • Ramprasad Padmanabhan Ramprasad Padmanabhan committed [d7adb0] on Code

    simple globe viewer in linux framebuffer, initial version, very slow due to repeated loading of image file (bad usage of imlib2)

1
MongoDB Logo MongoDB