Loading...
This group does not have an admin. Claim this network to become its administrator.

Share

Welcome

Yogurt3D Game Engine (Y3D) is a 3D Flash engine that works inside your browser via Adobe Flash Player and doesn't require users to download plug-ins. Yogurt3D's core part, SwiftGL, is based on an OpenGL compatible framework and will be free software. This means developers who already program in OpenGL or are familiar with APIs can easily develop 3D Flash games and applications. Y3D supports major 3D modeling and animation platforms and enables user-generated content such as avatars, interiors, objects and animations.

Newsfeed

idettman joined our group!
anchor joined our group!
Vitor Calejuri joined our group!
earl223 joined our group!
Kurt Melander joined our group!
keremthehero joined our group!
gustavofraguas joined our group!
Load More
or sign up with email
 or Join!

Powered by

May 2012
MonTueWedThuFriSatSun
30123456
78910111213
14151617181920
21222324252627
28293031123
Particles system in Flash Player 10 native 3D methods

During game development I faced the necessity of creating particle fields. In Star Fields game I used Papervision but I had to rewrite some Papervision classes to enhance the funcionality and add some visual effects. Now I try to use Away3D which will be [...]

Posted by arkadianen • 14 months ago • View comments

Audio visual design ¦ part 5 ¦ future dimensions

Some works which impressed me. You will find here generative art and sea waves, divers and dust, flowers and circles and much more. DUSt from INDAF 2010 on Vimeo. DARK SIDE OF THE LENS from Astray Films on Vimeo. Energy from Michael Fawke on Vimeo. Firewo [...]

Posted by arkadianen • 14 months ago • View comments

Making of Star Fields . Gradient lines in PV3D2

In this post you will learn setting up 3d lines in PaperVision 3D 2, using not standard Lines3D class, which is raw, but using Vertex3D that allow you to build 3D lines with gradients or effects on separated layer. After I imported collada 3D model of the [...]

Posted by arkadianen • 14 months ago • View comments

Bitwise operations and colors

Bitwise operations rely at the core of any programming language and are the fastest operations ever. You can find more info on them at http://en.wikipedia.org/wiki/Bitwise_operation. In this article I will dig into a practical procedure which is often use [...]

Posted by arkadianen • 16 months ago • View comments

Audio visual design ¦ part 4 ¦ diversity of art

In this edition of Audio visual design I introduce one more time the idea that art is not something limited to canvas and can be something different than usual forms. Of course, innovating is not an easy task and sometimes even the use of unusual tools ca [...]

Posted by arkadianen • 16 months ago • View comments

AS3.0 native 3D classes

Starting with Flash Player 10 Adobe introduces the native 3D calculations methods for Action Script 3.0 . This calculations are faster than scripted 3D trigonometric calculations. Papervision 2 uses this native 3D clases and I explored them also. Soon Ado [...]

Posted by arkadianen • 21 months ago • View comments

Using sounds in ActionScript 3.0 games

Any game is better and tastyer if it got sounds. Sounds can be generally of two types - music and actions sounds. Music is usually set to play during the menu using or in game levels. Actions sounds are set to play when some action occurs, like clicks or [...]

Posted by arkadianen • 21 months ago • View comments

-= Star Fields =- released !!!

The Star Fields game is released and ready to play. I wrote the music and made all design works for this game. You can see the game below in post and play it. I would like to see your comments. Later I will add some music and artworks for this game.

Posted by arkadianen • 24 months ago • View comments

Audio visual design ¦ part 3

This is the third edition of the Audio Video Design post. Some of you have subscribed to my blog only because of this category. Traditionally I present here collection of artworks which selection is based on exceptional graphics, sound and originality, ap [...]

Posted by arkadianen • 25 months ago • View comments

Debugging ActionScript 3.0 in Flash

Today I explored Flash AS3.0 debugging and it is awesome. Flash debugger is an extremely useful tool for serious programmers and for kids too. Using this tool debugging ActionScript becomes two times simplier and much more in some cases. I present here mo [...]

Posted by arkadianen • 25 months ago • View comments