Skip to content

A graphics library for the Grace programming language, using GTK and Javascript backend.

Notifications You must be signed in to change notification settings

AlexSandilands/grace-phix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Grace-Phix

A graphics library for the Grace programming language, currently using GTK and Javascript backend.

Documentation for the API can be found in doc/

Currently to run on GTK, this is required:

  • Grace gtk bindings written by Michael Homer: https://github.com/mwh/grace-gtk Follow the build instructions, and note that grace-phix only works on GTK+3

  • After building, copy these files into grace-gtk/

      grace-phix/gtk/*
      grace-phix/util/GMath.grace
      grace-phix/util/Color.grace
      grace-phix/util/Vector2.grace
    
  • Now any test files that import graphics.grace can be compiled and executed in grace-gtk/

There are some test files in grace-phix/testing

About

A graphics library for the Grace programming language, using GTK and Javascript backend.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages