Skip to main content
GameDev.net gamedev.net
๐Ÿ”’ Locked

Runtime reflection add-on for AngelScript

Started by sebight Jul 21 at 9:28 PM 2 replies 250+ views
Original Post
sebight
sebight

Hi, I just wanted to share something that I've been working on lately, maybe some people could find it interesting: https://github.com/Sebight/as-reflect.

I created a pretty small add-on for AngelScript that exposes the VM reflection into AngelScript, sprinkling in a tiny bit of abstraction (with some inspirations taken from C#, rttr, and entt::meta). This could come in handy whenever you need to inspect AngelScript or C++ native types from scripts (for whatever reason that might be ๐Ÿ˜€).

I would also be really glad for any feedback, as this my first time creating an add-on! Thanks everyone! ๐Ÿ™‚

WitchLord
WitchLord

Thanks for sharing. I'll definitely add a link to this on the list for further resources ๐Ÿ™‚

AngelCode.comย - game development and more - Reference DBย - game developer references
AngelScriptย - free scripting library -ย BMFontย - free bitmap font generator - <a href="http://www.angelcode.com/tower" rel

Topic Locked

This topic has been locked by a moderator. New replies are not allowed.

Sign in to reply to this topic.