Happy !

ronsaldo / PompeiiGraphics

Project infos

License MIT
Tags
Creation date 2017-01-29
Website

Monticello registration

About PompeiiGraphics

Pompeii Volcanic Graphics

Loading just Pompeii

Gofer it smalltalkhubUser: 'ronsaldo' project: 'PompeiiGraphics'; package: 'ConfigurationOfPompeiiGraphics'; load. (Smalltalk at: #ConfigurationOfPompeiiGraphics) load.

Loading Pompeii and the Vesuvius toolkit

Gofer it smalltalkhubUser: 'ronsaldo' project: 'PompeiiGraphics'; package: 'ConfigurationOfVesuviusToolkit'; load.

(Smalltalk at: #ConfigurationOfVesuviusToolkit) load

Version remarks

No volcano is included.

This may require to update OSWindow in Pharo by doing the following:

Gofer it smalltalkhubUser: 'Pharo' project: 'OSWindow'; package: 'ConfigurationOfOSWindow'; load. (Smalltalk at: #ConfigurationOfOSWindow) load.

Design

The Pompeii Volcanic Graphics API is a new 2D graphics API for Pharo designed to meet the following constraints:

  • Have a high performance via an easy to make GPU based implementation.
  • Being easy to use.
  • Support multiples backends, at the same time.
  • Avoid SVG style paths and the complexity associated with them.