Giter Site home page Giter Site logo

compositeovengui's Introduction

CompositeOvenGUI

The CureCycle application is part of the User Programmable Composite Oven project. This project was completed by Nicholas Ramirez (Lead Designer of this desktop application), Chad Palmer, and David Brassfield. The application is meant to be used alongside the Oven Controller. The desktop application provides the user with a way to create, edit, and save cure cycles to be run on the composite oven. Further, the application provides the user with a way to view the temperature data received from the oven.

Requirements

  • Ubuntu 16.04+
  • GCC 5.5.0
  • GNU Make 4.1
  • Qt 5.9.6
  • QMake 3.1
  • Qt Creator 4.7.0
  • Git

Installation of requirements

Using Web Installer

Qt Download - For Qt library and Qt Creator (IDE)

Download all Qt 5.9.6 library files, Qt Creator, and only Desktop related files.

Using Terminal

sudo apt-get install qtcreator
sudo apt install qt5-default

Run the Application

Clone the application directory.

git clone https://github.com/NickMRamirez94/CompositeOvenGUI.git

Through Qt Creator

Delete the .user file. Open Qt Creator. Select Open Project. Select CureCycle.pro file. Qt Creator will import files. The application can then be run from there after specifying your environment settings. Make sure that you include the Desktop Application kit.

If there is an error between version try cleaning the project and rebuilding.

Through Terminal

In terminal Navigate to the CureCycle directory. Then run:

qmake CureCycle.pro

Followed by:

make

An executable should have been created. So you can then run:

./CureCycle

If qmake is not found by default you'll need to specifiy the path to the executable. In general it is found in:

/home/{user}/Qt/{version}/gcc_64/bin/qmake

How to Use

Upon launching the application the File and Tools sections on the MenuBar will provide the user with all necessary functions that can be performed.

compositeovengui's People

Contributors

nickmramirez94 avatar chadwpalm avatar

Watchers

James Cloos avatar

compositeovengui's Issues

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.