GithubHelp home page GithubHelp logo

Desert Dream Issues about vamigaweb HOT 14 CLOSED

mras0 avatar mras0 commented on July 3, 2024
Desert Dream Issues

from vamigaweb.

Comments (14)

dirkwhoffmann avatar dirkwhoffmann commented on July 3, 2024 2

Just for the records. Here is a recording of part 1 of the demo in vAmiga 1.1b5:

https://www.youtube.com/watch?v=ZiclbqL5pFA

from vamigaweb.

mithrendal avatar mithrendal commented on July 3, 2024 2

31F65791-0AFF-4EB3-89E1-63EC8799B95F

32650828-C848-4322-8632-984889FA74A3

time of rocket collision

from vamigaweb.

mras0 avatar mras0 commented on July 3, 2024 1

NP! Let me know if there's any windows specific testing you want me to do.

FWIW I don't think floppy speed is an issue, as long as the demo loads it isn't too picky (IME). My personal benchmarks are Flower Power/Anarchy (triangle corruption/later crash if disk speed is too high) and Rink a dink redux (full use of the power of the Rob Northern loader). Longer list of previous troubles I've had. Both of those (and RSI-Megademo) seemed to load fine BTW.

from vamigaweb.

mithrendal avatar mithrendal commented on July 3, 2024 1

@mras0 mouse support is online we can check part2 😎...

next we should do the trackpad mouse for touch devices ... I will look into it tomorrow

from vamigaweb.

dirkwhoffmann avatar dirkwhoffmann commented on July 3, 2024

@mras0: Thanks a lot for testing the emulator and reporting issues!
@mithrendal: The first thing you should check are the compatibility settings. Does the web version run in Blitter level 2 and are the disk drives emulated with original speed? In addition, please check the Agnus revision. Make sure you don't use the old OCS revision.

from vamigaweb.

mithrendal avatar mithrendal commented on July 3, 2024

Ok I see the best will be I add the compatibility settings first and then also check the sound buffer size. I currently set it to 4096 maybe a bit too large.πŸ€” and therefore the looping? Honestly I was first shocked by the beauty of that demo 🀀 … it was also so beautiful with all the errors in it. πŸ˜…I will have to look at the video first I bet to know what is wrong and what is correct. πŸ€“will do in the next couple of days.

from vamigaweb.

mithrendal avatar mithrendal commented on July 3, 2024

The emulation speed is off (missiles go through the space ship).

@mras0 it seems fixed after adding compatibility and hardware settings. Was already on latest code from @dirkwhoffmann 🀀

Now the missiles destroy the fighter jet with the following settings. At least on my iPhone…

16117B71-F0B2-402E-92BB-9D2D5339FBCF

from vamigaweb.

mras0 avatar mras0 commented on July 3, 2024

I can confirm that the graphics issues I noticed are fixed: Missile timing is right, morphing dot sphere is no longer cut short, wireframe tunnel appears. Darkness - High density also gets to second part, so timing issues seems to be resolved.

The sound issues are still present, but maybe it would be better to create one or two new separate issues to track those? I'll try to do a bit more testing to see if I can narrow it down. I tried enabling webGL, but it didn't help (didn't hurt either). Nothing out of the ordinary is printed in the debug console.

Regarding the wireframe tunnel: It matches the video @dirkwhoffmann posted, but that doesn't look right to me either, so maybe that's a vAmiga issue?

The screen flashes with almost blank frames, e.g. here at 6:27:
image

Also the lines appear "too solid" compared to what I expect (6:17):
image

This is from Winuae 4.9.0b36:
image

Here's a winuae statefile from the part:
desert_dream_2.zip

EDIT: I don't have a good amiga setup to capture from at the moment, but I found this recording that I think is a real capture (starts from 6:13).

from vamigaweb.

dirkwhoffmann avatar dirkwhoffmann commented on July 3, 2024

so maybe that's a vAmiga issue?

Yes, it is. I don't know for sure, but I expect there is something wrong with the line Blitter.

from vamigaweb.

mithrendal avatar mithrendal commented on July 3, 2024

upgraded to latest v1.0.7 vAmigaCore dirkwhoffmann/vAmiga@77ef105

@mras0 do you think we can close ?

from vamigaweb.

mras0 avatar mras0 commented on July 3, 2024

Yes, looks like we're ready for part 2 (which requires mouse support to get to) πŸ˜„

image

from vamigaweb.

mithrendal avatar mithrendal commented on July 3, 2024

@mras0 Cool 😎 then lets do it right now. Don’t know should I start with the touch mouse or the real mouse? Touch for iPhone iPad etc. And real mouse for the computer mice.

from vamigaweb.

mras0 avatar mras0 commented on July 3, 2024

I only have normal computers (that I test with anyway), so I can't help with the touch stuff. I recently added a (crappy) SDL backend for my own emulator: https://github.com/mras0/AmiEmu/blob/aa7b7a29f0d4b6230c12d2d14ce795196927ec1b/sdl_driver.cpp (but the relative mouse movement doesn't work correctly under WSL2, but maybe that's a windows issue). Still there might be something useful you can use. The keyboard codes (when you get to that part) comes from here: http://amigadev.elowar.com/read/ADCD_2.1/Libraries_Manual_guide/node0479.html

For demos (and test executables), just getting left and right mouse buttons to do something is fine, so I'd focus on that at first. You probably need some capture/release code for the mouse anyway, so that might be the first starting point.

from vamigaweb.

mithrendal avatar mithrendal commented on July 3, 2024

I try with the real mouse first ... seems easier ... on javscript side there is the pointer lock API which is super simple and on the emulator side there is something called

// Emulates a mouse movement

void setXY(double x, double y);

void setDxDy(double dx, double dy);

in the mouse object ...

so should be fairly easy... the more tricky part becomes the touch stuff because I have to emulate a trackpad and the right mouse click ...

thanks for the links

from vamigaweb.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.