-
Notifications
You must be signed in to change notification settings - Fork 241
Unimplemented XNA / LINQ Methods #259
Comments
Most of those don't look like a problem - I'll look into the others. Does your game use 3d? JSIL doesn't support 3d yet. BrainSlugs83 notifications@github.com wrote:
|
Well, it's pretty much all 2D, I do do some line/triangle drawing with BasicEffect after I do my SpriteBatch stuff, but I could try to find another way to implement those -- or again, with guidance (I'm not sure where your javascript implementations live, I haven't really looked around yet) I could just go learn 3D WebGL and start implementing some of that stuff and I could submit some patches for it, maybe? As for my game, the source is online [see below], it's not even close to finished yet (it's more like an unfinished engine at this point) -- but I was hoping to make JSIL the target platform -- that way, on PC, you wouldn't have to install it, and on mac/linux you wouldn't have to worry about mono-game, etc... Also, I was thinking... JSIL supports SilverLight, right? Some people have done some demos where they write code in a hidden SilverLight control which then renders to an HTML canvas element... maybe I could look into porting my game to SilverLight if you think that would work better with JSIL. (Again, the idea being that end users wouldn't have to download / install anything -- or grant permission to SilverLight for 3D rendering, etc..) [Source:] If you want to build the source, here are a few things you'll need:
|
This should get your game past those errors. FYI, JSIL does not have any built in Silverlight support. A contributor was experimenting with that but I don't think anything ever came of it. |
Nice. Thanks for putting those in! I put in some temp fixes to get around those issues, I'll roll those back out and see what happens. :-) |
Hey, I found a closed issue from a while back issue #128
-- I put a comment there since the discussion seemed related, but since it's old and closed I'm not sure if you'll ever see it or not.
(I'm new to GitHub, and I feel a little bad submitting all these new issues in serial, but I legitimately want to help and also to make JSIL work for me, this project is awesome. I might also be able to take a crack at some of this myself and submit patches if you want to give me some guidance on that...)
Specifically, I'm running into the following unimplemented methods (but from what I can tell of the conversation on issue #128 it sounds like a couple of them should be implemented? I'm not sure. Specific the "get_PreferredBackBufferWidth" and "get_PreferredBackBufferHeight" ones...)
Anyway, a couple of them can probably be ignored like the set_PreferredBackBufferFormat, but a couple of them are causing some major issues for my project (the LINQ one especially).
The text was updated successfully, but these errors were encountered: