Skip to content

LinqLover/ColorContextMenu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ColorContextMenu – Library and Application Example of a Radial Menu for Squeak

smalltalkCI

A simple color chooser tool for Squeak/Smalltalk for the purpose of comparing several kinds of menu types. This solution focuses on radial menus. The repository also includes a radial menu API (RadialMenuMorph) that is widely compatible to the standard MenuMorph interface.

This project has originally been developed as part of a study exercise about User Interface Programming, offered by the Computer Graphics Systems Group at HPI (@hpicgs).

For more information on our repository, just check it our or take a look into our closed and unclosed features!

Development

Clone the repository using Squot.

Installation

Metacello new
	baseline: 'ColorContextMenu';
	githubUser: 'LinqLover' project: 'ColorContextMenu' path: 'src';
	load.

Usage

ColorChooser open.

About

A simple color chooser tool for Squeak/Smalltalk, comprising a radial menu API for Morphic

Topics

Resources

License

Stars

Watchers

Forks