Happy !
ronsaldo / PompeiiGraphics
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.
