Needing opinion on application idea

Discussion about everything. New games, 3d math, development tips...
Post Reply
torleif
Posts: 188
Joined: Mon Jun 30, 2008 4:53 am

Needing opinion on application idea

Post by torleif »

Would you use a program that made 3d media for browsers?

My idea is for an Adobe flash like application that makes files that can be embedded in web pages. The difference is that hardware rendering will be used, and thus 3d objects will be easy to make. Combining SDL, irrlicht(?) and lua would archive this easy. I have written a small demo to test this (not with irrlicht yet, it uses SDL to draw), and results so far look good.

An open source competitor to Adobes flash would be good at this time, as AS3 is putting many developers off with it's blatant java rip off.

I would prefer an ECMAScript too lua, but it's easiest to implement. If people show interest in this program I'd like to change it.

What are your thoughts on this idea? Would such an IDE appeal to you?
rogerborg
Admin
Posts: 3590
Joined: Mon Oct 09, 2006 9:36 am
Location: Scotland - gonnae no slag aff mah Engleesh
Contact:

Post by rogerborg »

Say, how's Java3D doing these days? Taken the world by storm yet?
Please upload candidate patches to the tracker.
Need help now? IRC to #irrlicht on irc.freenode.net
How To Ask Questions The Smart Way
torleif
Posts: 188
Joined: Mon Jun 30, 2008 4:53 am

Post by torleif »

Good point. I'd never heard of Java3d. However my idea was for an IDE, not an API.
wyrmmage
Posts: 204
Joined: Sun Mar 16, 2008 3:12 am
Contact:

Post by wyrmmage »

rogerborg wrote:Say, how's Java3D doing these days? Taken the world by storm yet?
:lol: I tried that once...just getting it properly embedded inside of an applet was horrible XD

That being said, the next version of flash already has 3D functions with partial hardware-rendering. Still, the world could use a good implementation of 3D in a web-browser, so if you're interested, I'd say go for it :)
Worlds at War (Current Project) - http://www.awkward-games.com
Ganadu'r, The Eternal Sage (Other Current Project) - http://rpg.naget.com
BlindSide
Admin
Posts: 2821
Joined: Thu Dec 08, 2005 9:09 am
Location: NZ!

Post by BlindSide »

Hey look at this (Click somewhere to get focus then use arrow keys to move)

Yeah, I'm just trying to confuse you guys :P

On the AS3 topic, the Flex SDK is open source and on the Flash player side Adobe is being quite open-source friendly with the Tamarin Project.

Ofcourse you should continue with your project, you never know as there is no current leading standard for hardware accelerated browser graphics at the moment, although Adobe has plans for that too I think.

Cheers
ShadowMapping for Irrlicht!: Get it here
Need help? Come on the IRC!: #irrlicht on irc://irc.freenode.net
Post Reply