monstercameron
Well-Known Member
the idea is to make a webkit/gecko for the caanoo(but needs to be multiplatform. this program like a web browser, will render a HTML page but it will be interactive. the HTML would be its own scripting language eg.:
the idea would be xml simple style syntax geared towards animations and 2d graphics!
so if you want to, let me know and you'll need a PayPal account!
Code:
<html>
<head>
<title>small demo idea!<title>
</head>
<body>
[img]foobar1.jpg[/img]
[img]foobar2.jpg[/img]
[img]foobar3.jpg[/img]
<audio id=300>
<src="pbj.mp3">
<src="pbj.ogg">
</audio>
<animation id="200" frames="1,2,3" timing="?"/>
<condition="if key(right)=true">
<animation id=200 play=true x=+1/>
<audio id="300" play=true/>
</condition>
</body>
</html>
the idea would be xml simple style syntax geared towards animations and 2d graphics!
so if you want to, let me know and you'll need a PayPal account!
Last edited by a moderator: