carolahp / form-scene-graph

A Gtk Scene Graph inspired rendering framework for Pharo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Form Scene Graph

Hi-DPI renderer for Pharo 12.

Take into account

This is a beta version, and therefore it is still unstable. Please report new issues as you find them.

Installing and activating in Pharo

To install, execute the following script in a playground:

"Scene graph rendering framework"
Metacello new
   baseline: 'FormSceneGraph';
   repository: 'github://carolahp/form-scene-graph';
   onConflictUseIncoming;
   load.

To activate, go to settings, check the option Enable scene graph renderer, choose FormSGNewAthensWorldRenderer from the Form Scene Graph World Renderer Class select, and restart the image.

image

About

A Gtk Scene Graph inspired rendering framework for Pharo


Languages

Language:Smalltalk 100.0%