590
edits
Comrade693 (talk | contribs) (Added "Possible Approaches") |
Comrade693 (talk | contribs) (→Possible Approaches: Javascript and XBL, C++ sections) |
||
Line 28: | Line 28: | ||
== Possible Approaches == | == Possible Approaches == | ||
=== Javascript and XBL === | |||
Ideally, we would like to implement as much of this as possible with javascript and XBL. | |||
Pros: | |||
* Simple code | |||
* Should be able to use a large portion of [https://sourceforge.net/projects/wf2/ existing code] whenever possible. | |||
Cons: | |||
* Not always the fastest thing available | |||
* May be waiting for DOM Content to load, resulting in strange behavior with slow connections or large pages. | |||
=== C++ === | |||
While this is a lot more work, it has benefits | |||
Pros: | |||
* Fast code | |||
Cons: | |||
* More effort than it's worth? | |||
== Technologies == | == Technologies == |
edits