Code Monkey home page Code Monkey logo

framework's Introduction

Codecov

Learn about CatLib/Core source code

About CatLib for Unity

CatLib for Unity is a service provider framework developed for Unity3D that is very helpful for the development of some functional businesses. We also reduce the unnecessary work of developers by integrating common development components.

Getting Started

Installed with Bucket

$ bucket require catlib/catlib

Learning CatLib

CatLib has full documentation support and you can learn from CatLib Documentation.

Or you can ask your question via issues and we will respond to you in a timely manner.

Contribution

CatLib is still a young framework, and her growth and your contribution are inseparable. If you want to contribute to the project, please refer to: CatLib Contribution Document Your contribution will be included in the contributor list, we welcome any form of Pull Request!

License

The open source license used by CatLib is: MIT license.

Support

framework's People

Contributors

alianblank avatar chinagzcp avatar iamthekk avatar liiir1985 avatar lrvingcong avatar mingxinkejian avatar views63 avatar ymh199478 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  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  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  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  avatar  avatar  avatar  avatar  avatar  avatar  avatar

framework's Issues

Socket模块OnClosed调用两次问题

断开Connector时候,会在DisConnect里调用一次Dispose,在Dispose里networkStream.Close会再次触发调用Dispose,而status的改变是在networkStream.Close之后。所以提前将status赋值就可以解决两次调用问题

Thatdidit2

php/doc-en#1843

926dc0264cea7203928f46cd63d3bdfc128e67e4

4f4d25ef89ac218e6d8fb924a6595baf23a1dcd3

315528209f8b37d23f476bf21270482a9f1bda35

Random\Randomizer::getBytesFromString Get random bytes from a source string &reftitle.description; public stringRandom\Randomizer::getBytesFromString stringstring intlength Generates a string containing uniformly selected random bytes from the input string with the requested length. The chance for a byte to be selected is proportional to its share of the input string. If each byte occurs the same amount of times, each byte is equally likely to be selected.

http://docbook.org/ns/docbook

http://www.w3.org/1999/xlink

讨论: 事件回调增加 event name 作为签名

Hi All:
目前事件回调机制为:
App.On(string eventName, Action<object> handler, int life = 0);

在coding中,希望能打印每个事件名称,方便追踪。

也就是说,接口能否改为
App.On(string eventName, Action<string,object> handler, int life = 0);

请大伙赐教。

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.