Thread: PLACE library - Open-Source

  1. #1
    Registered User LísiasDeCastro's Avatar
    Join Date
    Aug 2013
    Location
    Brasil/São Paulo
    Posts
    27

    Thumbs up PLACE library - Open-Source

    This is about a machine I am doing to controll:

    PLACE
    machine ->video, mouse, joystick, keyboard
    map and object -> image,x,y,zoom,angle,timer
    text(output) ttf
    audio(implementing)
    socket(not yet started)
    etc...

    I am trying to do something in c language, to make it easier to use.
    With this library, I managed to take care of the memory allocation, so the programmer will only concentrate in the important parts of the project.

    I made a video to demostrate:

    https://youtu.be/nFHpY7Ef48E

    and I posted the source and one example:

    https://github.com/saisilcastro/Place-Allegro

    I am still working with this.
    Anyone who could should help to improve this library.
    This way the knowledge of us will increase.
    Thanks fellows

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    *Moved to Projects and Job Recruitment forum*
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. CAMP - new open-source reflection library for C++
    By Laurent Gomila in forum Projects and Job Recruitment
    Replies: 23
    Last Post: 11-21-2010, 10:50 PM
  2. C programmers for open source library
    By claudiu in forum Projects and Job Recruitment
    Replies: 8
    Last Post: 09-22-2010, 03:28 AM
  3. open-source or free archiving library
    By silos1985 in forum C++ Programming
    Replies: 2
    Last Post: 01-27-2010, 08:07 AM
  4. Replies: 1
    Last Post: 12-22-2006, 02:09 AM
  5. Open source library for graphical presentation
    By Vogel in forum C++ Programming
    Replies: 1
    Last Post: 09-20-2005, 05:54 AM