Professional :: Open-source Physics Engine For Simulating Celestial Mechanics/planetary Orbits?

Jul 19, 2010

I have APE, but I'm not sure I can effectively utilize it for this project. Box2D seems popular, as do WOW and some others but I'm not sure which would be best for simulating celestial mechanics. The physics I need are essentially those used in the classic two-body problem.

View 1 Replies


Similar Posts:


ActionScript 2.0 :: Build A Model With Physics Incorporated Without Physics Engine?

Feb 3, 2010

I wanted to study some physics code lines related to flash actionscript 2.0.Is there anyway to build a model with physics incorporated without a physics engine? By bare actionscript?If yes, can anyone show me a tutorial or an explanation to learn somehting about it, please?

View 0 Replies

ActionScript 3.0 :: Is Basic Physics Possible Without Physics Engine

Aug 29, 2011

I know you can add a var to add grvity and velocity ect. But what are the limits of this?Can i have a ball roll downhill using physics from within flash, without a external physics engine like box 2D.Can i have impulses? Well thats not important just wondering really.What can you do with physics in flash?

View 5 Replies

Flex :: DTD Flash Open Source Engine?

Nov 19, 2009

DTD flash flex action script open source engine?I need some open source engine for creating some games like Desktop Tower Defense games

View 1 Replies

ActionScript 3.0 :: Open-source Flash 3D Engine Comparison?

Mar 26, 2009

For some reason, I'm having a hard time finding a recent, side-by-side comparison of the various pros and cons of the different open-source flash 3D engines, such as Papervision3D, Away3D, and Sandy3D. Specifically, I'm looking for comparisons in the areas of

ease of use (and documentation) performance (framerate with lots of polygons) stability (bugs, glitches, graphical artifacts) currency (for lack of a better word - is the project gaining or losing team and community members?)

language(s) used (is it in as2, as3, flash-player-10 as3?) features (lighting and shadows, import models and animations of various formats, click detection, collision detection)

This is reasonable, right? I don't want to essentially pick one at random, only to find myself in trouble later on. Working with papervision3D, I'm already frustrated by the documentation, or the in-name-only nature thereof - most functions only have headers listed and no descriptions of what they do. Personally, I like to be able to pour through the documentation and figure out how to do whatever I want, and I feel like I'm fumbling around in the dark, having to read the source and try to understand all the implementation details. Who's used multiple open-source flash 3D platforms?

View 8 Replies

ActionScript 3.0 :: Get Best Physics Engine?

Mar 9, 2011

I am in need for some 2D physics seen from "above and straight down". Basicly I can sum it up with a "throwing balls into walls" kinda physics.

There seem to be quite a few physic engines for as3 out there, but I wonder if anyone have anyone special to recommend regarding my particular need as well as performance of the engines.

View 9 Replies

ActionScript 3.0 :: The Right Physics Engine / Collission Detection?

Apr 15, 2010

Some time ago i played this great flash game I want to create a simple level where you can walk around, just like in that game. But i was wondering what kindof physics engine or collission detection i would need if you want to walk over hills or objects where the persons reacts to

View 2 Replies

Flash :: Get A Physics Engine Like Nape Working?

Jan 9, 2011

Introduction: I think Nape is a relatively new engine so some of you may not know it. It's supposedly faster than box2d and I like that there is decent documentation. Here's the site: [URL] I'm relatively new to programming. I am decent at AS3's basic functionality, but every time I try to implement some kind of engine or framework I can't even seem to get it to work. With Nape I feel I got a little further than before but I still got stuck.

My problem: I'm using Adobe CS5, I managed to import the SWC file like described here. Next I tried to copy the source of one of the demo's like this one and get it to work but I keep getting errors. I made a new class file, copied the demo source to it, and tried to add it to the stage. My stage code basically looks like this:

[Code]...

View 1 Replies

Actionscript 3.0 :: Find A Water Physics Particle Engine?

Jun 3, 2009

where i can find a water physics particle engine.

View 2 Replies

ActionScript 3.0 :: Basic Physics Engine Including 1 Ball And One Solid Object?

Apr 8, 2011

Is there anyone that can write a really basic physics engine including 1 ball and 1 solid object?

So it should be 1 ball and then 1 solid object like a box. The box should be completely solid, the ball shouldn't be able to go through the box, it should just stop when hitting it at any angle.

View 13 Replies

Actionscript 3 :: Stop And Reset Wheel Particle - Physics Engine (APE) (latest Trunk)

May 16, 2011

I'm trying to create a simple disappearing action when a WheelParticle hits a special disappearing CircleParticle. Normally the WheelPartical bounces off of a bunch of other CircleParticles, but when the WheelParitcal collides with this CircleParticle, the action Pauses, an animation plays, and when the action resumes, many surrounding circle particles have dissappeared.

The problem is that the WheelParticle needs to just drop from a complete stop, but it continues as if having just bounced off of the, now non-existant CircleParticle.
I'm having trouble clearing out the forces. I've tried init(), addForce() and changing .velocity amoung other things, but it keeps wanting to continue the lateral bouncing movement. I'm using the latest trunk version of APE in order to capture Collision events for sound.

[Code]...

View 1 Replies

IDE :: Resizing_Centering Kirupa Tutorial - Source File Won't Open - Get The Message "failed To Open Document"?

Nov 3, 2009

I'm having problems getting the tutorial to work so I decided to look at the source fla. But the Source file won't open on my computer, get the message "failed to open document".

View 3 Replies

Java :: Open 1 File Into 5 Versions Of The Same Flex-based App Engine App Simultaneously?

Aug 11, 2011

I have an application on Google App Engine that is made of Adobe Flex [and Java] components. The app has buttons to do tasks related to the app, including an "Open" button, which allows the user to open a .XML file, which then gets converted into data/content that's displayed in the app GUI. Then I press the "Run" button and it calculates stuff related to the inputted data/content. Also, my datastore is setup using JDO. I'm using only GAE. I'm NOT using GWT.

Based on the nature of the calculations (algorithms) I'm running, I would benefit from being able to open an XML file and then click the Run button on my app simultaneously on lets say 5 different versions of my app that I have uploaded to app engine. The 5 versions would be identical.Is there a way to create, say, an HTML page where the user would provide a link to the XML file (or open/load it from their disk) to be processed, then press "Go," where then the XML file is passed to all 5 versions of my app, then "automatically presses the Run button" on each?I can do this manually at the moment by going to each version-specific URL for my app, but it takes too long. Do you have any suggestions for how I would go about setting up such a script?

EDIT: Motivation for the problem: It's not XML processing time that I'm worried about. I currently have 2 algorithms that compute the number of particular types of "special points" that exist in an inputted XML file which contains large amounts of data. The difference between the two algorithms is that the 1st searches until it finds every special point. Then it stops. The 2nd searches and stops when it finds the first special point it comes across. Using multiple instances of this 2nd algorithm, one has the potential of finding all the points faster than the 1st algorithm.

View 1 Replies

Open Source Web Cam Conference Software?

Apr 17, 2010

Quick question, has anyone ever come across either a web cam API or an open source alternative that can be easily integrated to a site without having any Flash or ActionScript experience.

I should probably say what I'm trying to do.... The idea is to create a Facebook app that lets friends communicate (and meet new people too) in real time over web cam.

View 1 Replies

C# - Open Source Media Player?

May 25, 2010

I am looking for an open-source iTunes style media player that I can use as a base for functionality I would like to develop. I am quite keen on Flex/Air, or C# or Java will do for languages.

View 3 Replies

Actionscript 3 :: Open Source Flv Player?

Jul 28, 2010

Need to customize the scrubbing code for an flvplayer. I'm aware of the OSMF project, but I need to target FP9.

View 2 Replies

IDE :: Working On Open Source Files

Aug 16, 2009

I'm trying to learn more about flash, and have found a couple of useful sites.However, I'm having trouble working out how to use their source files, and wondered if anyone here might be able to help please.url...I can't work out how to compile it - I know I need the Five3D files (url...), but even when I download that, and then create a .fla file in the same directory, nothing happens.I am probably missing something very obvious, but I can't work out what to do.There is a .fla file, but there is NOTHING in there that links to the .as file - there is no ActionScript at all I can see if the FLA file, that links to the .as file.

View 2 Replies

ActionScript 3.0 :: Use Other People's Open Source Code?

Jan 30, 2010

I can code things fine myself but I've never used anyone elses code components to build something.  I need to make a magazine that has a page fli effect and someone pointed me to Rubens flex book component (I'm assuming I can use it with flash).  I've downloaded the zip file but I'm not sure how to actually start making my book.  Everything is in different folders, because I assume they all are interlinked and are specificied with their paths within their classes.
 
I'm thinking I need to make a fla and then a document class and link that to the fla.  But what do I put in the document class?

View 4 Replies

Java :: Open-source P2p Videoconferencing In Flash?

Nov 30, 2009

I want to build a community website with videoconferencing functionality integrated. I would prefer to provide this from within the browser, so I'm looking for a Java- or Flash-based solution.Also, it would be nice to spare bandwidth by having the clients stream their audio and video data without using a central server (like the way Skype works, for example).Is there a reasonably mature open-source project that meets these criteria?

View 3 Replies

Flex :: Open Source Video Playe?

Dec 14, 2009

That has all the basic functionality like play, pause, stop, forward, rewind, and volume controls?

View 6 Replies

Flex :: Open Source Alternatives To Builder?

Mar 15, 2010

Are there any open source (read free) alternatives to Flex Builder? I do not qualify for their student waiver (sad)

View 4 Replies

Flash :: Open Source AS Lib Can Be Used For Mind-map-like Application?

Apr 19, 2010

Is there an open source AS lib can be used for mind-map-like application?

View 1 Replies

Open Source Flash Pain Sketchpad?

Sep 4, 2010

I have seen this question asked here a few times, but most question didn't recieve an answer. I'm trying my luck, has anybody heard of any such tool?

View 1 Replies

Possible To Develop Flash Application Using Only Open Source?

Nov 27, 2010

I want to create a Flash application but I do not want to pay the $700 for Flash Professional CS5 (neither to pirate it). I have been looking at previous questions here in SO and around the net for hints of free software allowing to develop flash apps.

From my current research, it seems the tools I need are:
1. FlashDevelop or similar to create and compile ActionScript code.
2. Pencil, Synfig or similar to create animation (is it possible to export to fla?
3. ?? to put everything together and compile a swf file.

My question is whether anyone has successfully followed a similar path to build a flash application using only open source. And better yet, any good web site with documentation on how to tackle such a task. I have looked at the Open Source Flash Projects page which contains a comprehensive list of flash related open-source projects and libraries...

View 3 Replies

Finding An Open Source Alternative To Flash?

Feb 26, 2011

Is there a open source alternative to flash.

View 1 Replies

ActionScript 3.0 :: Open Source Whiteboard In Flash?

May 13, 2008

Anyone know of an open source whiteboard in Flash? Something similar t

View 6 Replies

ActionScript 3.0 :: Open Source Alternative To Fl.controls?

Nov 4, 2009

I'm new to the world of flash...I want to write some ActionScript that streams audio to a server. My development environment is linux and eclipse using flex3sdk/axdt plugins.

I've been told that in my environment (aka open source/free tools), the Button class is not available, but that replacing that functionality through the use of Sprite/DisplayObject is possible.

I imagine I'm not the first person to want to do this, so my question is: are there open source libraries out there that have already solved this problem?

View 8 Replies

ActionScript 3.0 :: Open Source (breakpoint) Debugger

Feb 26, 2010

Is there any free or open source software that does a great job at debugging as3 applications, like flex does?

View 1 Replies

ActionScript 3.0 :: Free/Open Source SWF Encryption?

Apr 18, 2012

Not sure this is the right place to ask this, but... Are there any free or Open Source SWF Encryption programs out there? And if so, which are best? Google hasn't been able twith this.From what I hear, kindiSoft has the best paid-for encryption product, but since I'm a micro business with a budget of about $0, I'd rather use a free solution.

View 5 Replies

ActionScript 2.0 :: Creating Open Source Custom Player?

Mar 18, 2009

I've created a custom video player which links to a specific Video with:

theVideo.attachVideo(ns);
ns.play("videoName.flv");

I have a client who wants multiple players on a page, each playing a different video. The tricky part is that they want to be able to add videos to their website with this custom player on their own, without having to go into the flash file.

Anyone have an idea or where I can find out how to do this? I dont' think XML would work, because it would still have to call a specific node inside flash...and this one swf should be able to work with any .flv they want.

View 2 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved