Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

:) #7

Open
Traineratwot opened this issue Apr 2, 2024 · 4 comments
Open

:) #7

Traineratwot opened this issue Apr 2, 2024 · 4 comments
Labels
question Further information is requested

Comments

@Traineratwot
Copy link

Traineratwot commented Apr 2, 2024

Good afternoon, I am a developer of a similar project. ic 10.dev
I am watching your project with interest.
If you need data from the game on devices, objects and the rest, with images - you can use my gist.github.com

I also have a question, since I'm using browser javascript, the result of my operations with bits is not the same as in the game
Have you managed to solve this problem?

@Ryex
Copy link
Owner

Ryex commented Apr 3, 2024

I havn't explicitly tested the bitwise ops but they should absolutely work. I do exactly what the game does and do an overflow safe conversion to a i64 (aka signed 64 bit long) and do the correct arimatic / logical shift ops and then convert back to a f64 (64 bit double)

as for the data and images, I actually have my own workflow for extracting them all set up.
https://github.com/Ryex/ic10emu/blob/main/ic10emu/generate_data.py

@Ryex Ryex added the question Further information is requested label Apr 21, 2024
@WORMSS
Copy link

WORMSS commented Sep 15, 2024

@Ryex would there be a way to sync up to the new devices?
I noticed ic10.dev has StructureRoboticArmDock (Larre) and ic10emu didn't yet?

@Ryex
Copy link
Owner

Ryex commented Sep 15, 2024

@Ryex would there be a way to sync up to the new devices? I noticed ic10.dev has StructureRoboticArmDock (Larre) and ic10emu didn't yet?

@WORMSS The new devices are sitting in the VM rebuild PR and mostly ready. I'm hoping to have that complete within the month

@WORMSS
Copy link

WORMSS commented Sep 15, 2024

Nice. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants