Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

3d in Javascript

Status
Not open for further replies.

ebenupton

Programmer
Joined
Mar 1, 2007
Messages
1
Location
GB
I've put together a simple 3d engine that uses the <canvas> tag for output.


I understand it doesn't work with Safari, but haven't been able to get my hands on a Mac to try it out. Does anyone have any idea what might be wrong?

Eben
 
That's pretty neat.

Are you aware it doesn't run in IE?

If you care, I believe it's with the const keyword, which IE doesn't recognize, but you probably already know that.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top