As I understand it, Gnash doesn't support anywhere near all the features it needs to run most flash sites in a usable way. In the near future expect maybe some really popular sites to work, but only if they use flash for simple things (like youtube*). Don't take my word for it, but I think...
It should be trivial to emulate a relative mouse in software, though. In fact, I'll bet the touchscreen driver does exactly that.
A Python example:
lastAbsX = lastAbsY = 0
def relFromAbs(absCoords):
(absX, absY) = absCoords
relX = lastAbsX - absX
relY = lastAbsY - absY...
Oh yeah, I'd forgotten that ion wasn't updated anymore. I've seen lots of other tiling window managers floating around, though. Can anybody recommend one?
If you up the brightness and contrast in that image, you can make out the crack in the bottom of the hinge part of the screen that's also in the black FDM case:
It's probably not quite an "engine", but personally I find SFML very nice for drawing 2D graphics in C++ (Though I'd prefer non-capitalized method names). If Laurent is to be believed, he's porting it.
Thank you very much for your wonderful suggestions. I imagine all those features will be implemented. If not, perhaps you could suggest it to the developer of the particular emulator/application you'll be using.
(This thread would be slightly less out of place in general.)
I'll do some more backstory this week. If there's anything in particular you'd like more background on, feel free to make a request. I'll post my work on "The till-now-unnamed-Game Forum", in the Story Development section, for your approval:
CODE...
How much software is written on .NET nowadays? Because IIRC that runs bytecode on a virtual machine. Edit: And therefore it should be possible to run .NET applications on ARM without recompiling.
I personally really like customizability (RPG-lover here), so I'd enjoy being able to mix and match implants. I never played Dystopia, but I though Deus Ex's system worked pretty well. (I'm curious to hear more details about what sucks about Dystopia's system?) For people that just want to jump...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.