benny! Posted February 23, 2013 Share Posted February 23, 2013 Hi all, Preface:I know I know ... this is pretty useless nowadays ... maybe this naive way of producing graphics brings a smile on your face anyway ;-) I just browsed through my old codebase and found a project from the year 2005/2006. Back then I used browsers like Firefox/1.5.0.7 and InternetExplorer 6.0. Since I was always curious about generating graphics in the browser I came up with a small experimental project called Javascript Framebuffer Graphics Libraray, in short JSFBGL (what an awful name ;-) ). The library created a HTML table. Pixels are represented by table cells. You set a pixel color, by setting the table cell background color. I guess the code is pretty ugly (my first steps in javascript back then). Please remember, the canvas element did not exist! Here is the old project page. Some quick links to some experiments I wrote: TV-Noise Effect 2D Starfield Fire FX Picture Pixel Fader Snake Game Best,benny! Quote Link to comment Share on other sites More sharing options...
fotelos Posted May 14, 2013 Share Posted May 14, 2013 Cool and weird library! o.O I didn't expect such things to exist in 2005. Quote Link to comment Share on other sites More sharing options...
benny! Posted May 14, 2013 Author Share Posted May 14, 2013 Hehe... Thanks ;-) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.