awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pangweiwei avatar

pangweiwei/slua

0
View on GitHub↗
1,419 星标·433 分支·C·MIT·3 次浏览

Slua

Fastest lua binding via static code generating for Unity3D and mono.

Features

  • Scripting Languages - High-performance Lua binding via static code generation.

Star 历史

pangweiwei/slua 的 Star 历史图表pangweiwei/slua 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Slua 的开源替代方案

相似的开源项目,按与 Slua 的功能重合度排序。
  • aarzilli/goluaaarzilli 的头像

    aarzilli/golua

    700在 GitHub 上查看↗

    Go bindings for Lua C API - in progress

    C
    在 GitHub 上查看↗700
  • alexeyco/binderalexeyco 的头像

    alexeyco/binder

    80在 GitHub 上查看↗

    High level go to Lua binder. Write less, do more.

    Gogogolanglua
    在 GitHub 上查看↗80
  • antonmedv/exprantonmedv 的头像

    antonmedv/expr

    7,905在 GitHub 上查看↗

    Expr is a high-performance expression evaluation engine and language for Go applications. It functions as a dynamic rule engine that parses and executes custom logic and data validations at runtime without requiring the application to be recompiled. The system utilizes a sandboxed logic executor to run expressions without side effects. It ensures program termination by employing instruction-level loop detection to prevent infinite loops and isolates the evaluation process from the host system. The engine employs a bytecode-based virtual machine and abstract syntax tree analysis to achieve ex

    Go
    在 GitHub 上查看↗7,905
  • 1set/starlet1set 的头像

    1set/starlet

    44在 GitHub 上查看↗

    ✨ Yet another Go wrapper for Starlark that simplifies usage, offers data conversion and useful Starlark libraries

    Go
    在 GitHub 上查看↗44
查看 Slua 的所有 26 个替代方案→

常见问题解答

pangweiwei/slua 是做什么的?

Fastest lua binding via static code generating for Unity3D and mono.

pangweiwei/slua 的主要功能有哪些?

pangweiwei/slua 的主要功能包括:Scripting Languages。

pangweiwei/slua 有哪些开源替代品?

pangweiwei/slua 的开源替代品包括: aarzilli/golua — Go bindings for Lua C API - in progress. alexeyco/binder — High level go to Lua binder. Write less, do more. antonmedv/expr — Expr is a high-performance expression evaluation engine and language for Go applications. It functions as a dynamic… d5/tengo — Tengo is a dynamic, embeddable scripting language for Go applications that allows for the execution of custom scripts… db47h/ngaro — An embeddable implementation of the Ngaro Virtual Machine for Go programs. 1set/starlet — ✨ Yet another Go wrapper for Starlark that simplifies usage, offers data conversion and useful Starlark libraries.