Skip to content
View ckytam's full-sized avatar
💭
I may be slow to respond.
💭
I may be slow to respond.
  • China

Block or report ckytam

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
ckytam/README.md

Hi 👋, I'm ckytam

Hi, I'm ckytam, a Game Engineer from China, good at unity3d and unreal engine. also dabbling a bit in C/C++, Rust, Lua, and Python.

Believing in long-termism, I am passionate about open.

I enjoy coding for fun😋 and making toy projects🎈.

E-Mail: tam@gmail.com

🔧 Technologies & Tools

Pinned Loading

  1. cloudwu/skynet cloudwu/skynet Public

    A lightweight online game framework

    C 14.1k 4.3k

  2. ops_doc ops_doc Public

    Forked from liquanzhou/ops_doc

    运维简洁实用手册

    Shell

  3. Binding A C++ Class To Lua The Manua... Binding A C++ Class To Lua The Manual Way (shared_ptr memory management)
    1
    #include <lua.hpp>	//	LuaJIT header
    2
    #include <iostream>	//	Access to std::system("PAUSE")
    3
    #include <memory>
    4
    
                  
    5
    //	A simple class to be bound in our Lua environment.