[go: up one dir, main page]

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

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
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 13.3k 4.2k

  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.