Skip to content

Latest commit

 

History

69 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shaft production planner

en ru

This codebase implement the system for planning and development of shaft prouction factory.

Usage

After entering program you suppose to enter input and output part parameters.

Screenshot of product input stage

Based on this parameters program create production chain, calulate required parameters and showing required equipment and cost.

Screenshot of process stage

Based on required equipment you should place it in grid, creating workshop layout. Also you can allow to program do it by itself and get automatick acceptable result.

Screenshot of workshop planner stage

After all calculation program provide end result list with all calculated values. Also program allows to save/load in any state of work, remembering all inputed values.

Supported languages

  • English
  • Russian (Русский)

Installing of project

  1. Download archieve from releases, unzip and run 'Planner.exe'!
  2. You can build project by yourself, watch point 'Instalation for own use'.

Instalation for own use (windows)

  1. Install C++ compiler (such as MSYS2);
  2. Install Make;
  3. Install CMake;
  4. Download and install external SFML library; For build and install code by yourself: download source code, unzip to any folder and run comand line as administrator:
cd ./SFML-3.0.1
mkdir build
cd build/
cmake ../
make
make install
  1. (*Optional) Code editor Visual Studio Code (for better usage) (Recomended to use with plugins on c++ and cmake).
  2. Compile project itself:
cd ./Shaft-production-planner
mkdir build
cmake --build ./build --config Release --target all --

Instalation for own use (unux systems)

  1. Check availability of compilers[g++], [make] and [cmake];
  2. Install external library SFML (For Debian-like systems):
sudo apt-get update
sudo apt-get install libsfml-dev

Or build and install code by yourself: download source code, unzip to any folder and run comand line as administrator:

cd ./SFML-3.0.1
mkdir build
cd build/
cmake ../
make
make install
  1. (*Optional) Code editor Visual Studio Code (for better usage) (Recomended to use with plugins on c++ and cmake).
  2. Compile project itself:
cd ./Shaft-production-planner
mkdir build
cmake --build ./build --config Release --target all --

Prepaired sources

Sources with all self-builded libraries can be located at releases (Development-kit).

Used external libraries:

About

Programme for calculation and planning of production chain of shafts

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages