amx-rs icon indicating copy to clipboard operation
amx-rs copied to clipboard

How about providing c++/python version of wrapper of amx?

Open peyer opened this issue 3 years ago • 2 comments

Thanks for your great work, but I am newer to rust, do you have idea to provide c++/python version of wrapper of amx?

peyer avatar Sep 17 '21 14:09 peyer

I'm not strongly interested in this project anymore, so I'm leaving this up to community contribution.

PyO3 would be the easiest way to create a Python wrapper, but I don't see the point of doing that. An AMX emulator could be useful for experimentation, but amx-rs's emulation code is completely unimplemented at the moment.

https://github.com/yvt/amx-rs/blob/15767ea635567ab6b4fff757778de22a5c287d6d/src/emu.rs#L42-L45

yvt avatar Sep 18 '21 06:09 yvt

@peyer There already exists a C++ version here: https://github.com/corsix/amx

thomasantony avatar Jan 08 '23 10:01 thomasantony