Skip to content

Desktop app for creating glaze recipes satisfying constraints on oxides and/or ingredients

License

Notifications You must be signed in to change notification settings

PieterMostert/LIPGLOSS2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lipgloss2

Cross-platform Python app for creating glaze recipes.

This is an improved version of Lipgloss, which uses the CVXOPT linear-programming API instead of PuLP. The calculations run faster, and it is hopefully easier to install.

See README.pdf in README LaTeX files for more info. This needs to be updated to reflect the changes in the API, but the functionality is the same. A user guide can be found here.

Requirements:

I think the following will be enough to get set up on a Windows machine:

  • Install the latest version of MiniConda3 (Currently Python 3.7).
  • Open the Anaconda Prompt, and type conda install -c conda-forge cvxopt to install the pre-built CVXOPT API.
  • Clone this repository using Git: git clone https://github.com/PieterMostert/LIPGLOSS2.git.
  • Run the main.py script to open the GUI.
  • If you encounter problems using Visual Code Studio, this Stackoverflow answer may provide a solution.

If you manage to install Lipgloss2 on another operating system, please add instructions to this file.

About

Desktop app for creating glaze recipes satisfying constraints on oxides and/or ingredients

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages