Could I use AngelScript in Python?

Started by
2 comments, last by WitchLord 1 year ago

Hi,

I would like to know if I can use AngelScript in Python. I know that it is mainly used for C++, but I am wondering if there is a way to use it in Python. Please tell me if there is a way. Thanks.

Advertisement

Technically, it should be possible. Angelcode connects to C++ and C-Python connects to C++. However, realizing this path is probably quite non-trivial to say the least.

You will need to understand Python expectations of C++ code, understand AngelCode expectations of C++ code, find a way to unify all those expectations, and write C++ code to realize that path if you can find one.

So perhaps the better question here is why do you want both Python and Angelcode?

I second the response from Alberth.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement