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

V implementation #106

Open
u80204 opened this issue Jan 13, 2023 · 2 comments
Open

V implementation #106

u80204 opened this issue Jan 13, 2023 · 2 comments

Comments

@u80204
Copy link

u80204 commented Jan 13, 2023

Hi Shish,

Could you consider including an implementation in V for the emulator?

@shish
Copy link
Owner

shish commented Jan 13, 2023

I have no idea what that is - if you'd like to submit one, I'd happily support and accept; if you'd like me to write one, having some advice with the basics (what is this language / how do I build it / how do I link it to SDL / how do I debug it / etc?) would be a huge help :)

@u80204
Copy link
Author

u80204 commented Jan 13, 2023

Aah, I'm not the right guy who can help you with V right now. Hopefully in a couple of weeks when I also become more familiar with it.

V is a programming language with a Go-like syntax:

https://github.com/vlang/v

From their website: "If you know Go, you already know ≈80% of V."

The places where V and Go differ are mostly under the hood so they don't affect end users.

The easiest solution should be a port of the Go implementation.

A quick Google search told me they've got an official SDL package:

https://github.com/vlang/sdl

(I also wanted to say I love your website, by the way.)

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

No branches or pull requests

2 participants