Giter VIP home page Giter VIP logo

productivemidtermproject's Introduction

Names: Zachary Sayyah & Malcolm Krolick JHED IDs: zsayyah1, mckrolick1

# Midterm Project

## Structure

This project includes multiple facets including a test and main program. 

Originally, this project was built with cmake with a comprehensive file structure of both src/ and include/ directories. In this scheme there was also a seperate shared object and module for ppmio and another one for both puzzle_funcs and read_utils under a utils directory. Unfortunately due to limitations with the auto grader, this system was removed for the final iteration of our program and a normal make file was adopted along with a flat file structure. The previous system, however, was quite useful for dynamically adjusting the build parameters with respect to new files and aspects of the program.

In the current structure of the program, we have a few different files, each representing a different aspect of the overall implementation. All read and command handling was performed in read_utils while relevant functions were included in the header file for external use. All functions relevant to manipulating the puzzle and its attributes were included in puzzle_funcs, once again placing relevant functions in the header for external use.

## Implementation

One of the more interesting implementation choices on this project was our handling of "Tiles". We created a "Tile" struct in order to contain properties inherent to the tile such as size but also to modularize the reading and writing of images throughout the read-write process.

By having an initializeTiles step where each portion of the image owned by a specific tile was copied into a seperate buffer, we could sanity check this process, even at one point wrinting individual tiles to files in order to validate this process. From here we could then copy this 1D array into the relevant portions of the newly created file in the W command. This allowed us to isolate issues with each process during the development phase of these utilities. It also notably allowed us to better track any memory issues (often reported by valgrind) with these proccesses allowing us to much easier remedy them. An additional quirk of this system is we simply allowed the tiles to be 1 indexed like they are in the positions array, but reserved the 0 spot for a created tile of black values which was fairly elegant.

## Contributions

Malcolm and I heavily collaborated on most of this project as this allowed us to think through some of the incatracies of the task with better accuracy, but aside from that Malcolm worked more heavily on the testing and reading commands while I worked more heavily on the image writing commands.

productivemidtermproject's People

Contributors

mkrolick avatar zbuster05 avatar

Stargazers

 avatar

Watchers

 avatar

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.