Giter Club home page Giter Club logo

yukatascript's Introduction

YukataScript

Demo https://akeit0.github.io/YukataScript/

Requires Unity 2021.3 or higher

Script Language for Unity/C#

No more allocations(including boxing) and typechecks than C# at run time.

Theoretically all types and methods can be used except ByReflike(such as Span<T>).

The writing style is a mixture of C# and go lang.

But it's in alpha and very buggy. I need your help.

Very easy async/await on Editor.

Async

Exelent Performance(I have achived 18ms on Editor and 7.4ms with IL2CPP while C# on Editor takes 4.5ms to do same things. C# is a little faster ).

Performance

Easy code generation.

TypeSelect

Field type selection.

FieldTypeSelec

Easy to save values.

Json

Method with attribute can be called without using.(This is in C#)

Reflection

Supported

  • Extention methods.
  • Any TaskLike works when it returns void.

Not currently supported

  • funcions and classes
  • Generics (Manual setting may solve it.)
  • Await with return value

yukatascript's People

Contributors

akeit0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.