Implementations/WebKit: Difference between revisions

From WebGL Public Wiki
Jump to navigation Jump to search
Availability: Added new steps for enabling WebGL in Safari
Line 1: Line 1:
== Availability ==
== Availability ==


* Runs on Mac with Leopard or Snow Leopard
* Runs on Mac with Leopard, Snow Leopard, or Lion
# Go to http://nightly.webkit.org/ and download the latest nightly build for Mac
# Install Safari 5.1 from http://apple.com/safari (comes already installed on Lion)
# Open Terminal and type:
# Open Preferences, click on Advanced tab and check ''Show Develop menu in menu bar''
 
# In menu bar make sure Develop->Enable WebGL is checked
defaults write com.apple.Safari WebKitWebGLEnabled -bool YES
 
Now run the nightly build and you can view the demos!


== Status ==
== Status ==

Revision as of 14:11, 3 September 2011

Availability

  • Runs on Mac with Leopard, Snow Leopard, or Lion
  1. Install Safari 5.1 from http://apple.com/safari (comes already installed on Lion)
  2. Open Preferences, click on Advanced tab and check Show Develop menu in menu bar
  3. In menu bar make sure Develop->Enable WebGL is checked

Status

  • Context name: experimental-webgl

Reporting Bugs

Use WebKit bugzilla to file a bug.