Skip to content

Ice-cream C++ GUI application written in the Spring of 2018.

Notifications You must be signed in to change notification settings

jacintomendoza/ice-cream-emporium

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mav's Ice Cream Emporium

Ice-cream C++ GUI application written in the Spring of 2018.

Previously written on a Linux machine, it has been updated to work with a Mac with C++'s GTK interface, gtkmm. May need to change the Makefile and the included libraries on line 17 to run on your machine.

Needed/preferred for MacOS users:

  • Xcode
  • gtkmm
  • brew install pkg-config
  • adwaita icon theme

Some useful terminal commands:

brew install gtkmm
brew install adwaita-icon-theme

Compiling

Please run the following code via the root to run the program and replace existing object files

make

To remove object files

make clean

Other compiling commands included in Makefile

make test
make debug
make all

Other info

File -> Easteregg: automatically adds preconfigured containers, scoops, toppings, servers and customers

Screen Shot 2022-02-24 at 9 13 44 PM (2)

Please refer to User_Interface.pdf for more info on the app

About

Ice-cream C++ GUI application written in the Spring of 2018.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published