Pinned Repositories
Airtest
UI Automation Framework for Games and Apps
AssetStudio
AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles.
awesome-cpp
A curated list of awesome C++ (or C) frameworks, libraries, resources, and shiny things. Inspired by awesome-... stuff.
Awesome-Unity-Shader
分享与收集炫酷的Unity3D Shader|| About Cool Unity3D Shaders
bgfx
Cross-platform, graphics API agnostic, "Bring Your Own Engine/Framework" style rendering library.
bitdiffer
Assembly file comparison tool for .NET
BlackDex
BlackDex is an Android unpack(dexdump) tool, it supports Android 5.0~12 and need not rely to any environment. BlackDex can run on any Android mobile phone or emulator, you can unpack APK File in several seconds.
cai-knowledge-base
ZicongCai's private knowledge base.
cartographer
Cartographer is a system that provides real-time simultaneous localization and mapping (SLAM) in 2D and 3D across multiple platforms and sensor configurations.
cpp-game-engine-book
从零编写游戏引擎教程 Writing a game engine tutorial from scratch
alexjingsi's Repositories
alexjingsi/Airtest
UI Automation Framework for Games and Apps
alexjingsi/AssetStudio
AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles.
alexjingsi/BlackDex
BlackDex is an Android unpack(dexdump) tool, it supports Android 5.0~12 and need not rely to any environment. BlackDex can run on any Android mobile phone or emulator, you can unpack APK File in several seconds.
alexjingsi/cai-knowledge-base
ZicongCai's private knowledge base.
alexjingsi/cpp-game-engine-book
从零编写游戏引擎教程 Writing a game engine tutorial from scratch
alexjingsi/dnSpy-Unity-mono
Fork of Unity mono that's used to compile mono.dll with debugging support enabled
alexjingsi/DotNetDetour
DotNetDetour is a software package for monitoring and instrumenting API calls
alexjingsi/dotnow-interpreter
A pure C# CIL interpreter designed to load and execute managed code on IL2CPP (Unity) platforms.
alexjingsi/drawio-desktop
Official electron build of diagrams.net
alexjingsi/FastScriptReload
Hot Reload implementation for Unity. Iterate on code insanely fast without breaking play session. Supports any editor. 1. Play 2. Make change 3. See results
alexjingsi/GameEngineFromScratch
配合我的知乎专栏写的项目
alexjingsi/Harmony
A library for patching, replacing and decorating .NET and Mono methods during runtime
alexjingsi/knowledge
文档着重构建一个完整的「前端技术架构图谱」,方便 F2E(Front End Engineering又称FEE、F2E) 学习与进阶。
alexjingsi/KSFramework
QQ Group:538722494,KSFramework = KEngine + SLua(or xLua) , Unity3D Framework/Toolsets focus on hot reload
alexjingsi/libtcod
The official repository for libtcod. A roguelike development library.
alexjingsi/loxodon-framework
An MVVM & Databinding framework that can use C# and Lua to develop games
alexjingsi/luban
你的最佳游戏配置解决方案 {excel, csv, xls, xlsx, json, bson, xml, yaml, lua, unity scriptableobject} => {json, bson, xml, lua, yaml, protobuf(pb), msgpack, flatbuffers, erlang, custom template} data + {c++, java, c#, go(golang), lua, javascript(js), typescript(ts), erlang, rust, gdscript, protobuf schema, flatbuffers schema, custom template} code。
alexjingsi/modern-cpp-tutorial
📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly
alexjingsi/modernization
summary for code analysis and auto-refactor。《代码分析与自动化重构》 - 如何自己动手设计源码解析、构建代码的代码模型、可视化代码、以及如何进行自动化的重构和守护。
alexjingsi/MonoHook
hook C# method at runtime without modify dll file (such as UnityEditor.dll), works on Windows, Mac, Android il2cpp(armv7a and armv8a)
alexjingsi/roslyn
The Roslyn .NET compiler provides C# and Visual Basic languages with rich code analysis APIs.
alexjingsi/RuntimeCompiledCPlusPlus
Change C++ code at runtime
alexjingsi/selenium
A browser automation framework and ecosystem.
alexjingsi/StatefulUI
Stateful UI - A library for structured state-based UI development in Unity
alexjingsi/thegibook
《全局光照技术:从离线到实时渲染》
alexjingsi/unity-cache-server
Unity CacheServer optimized for multi-client local networks
alexjingsi/Unity-debugging-dlls
alexjingsi/UnityScriptHotReload
HotReload Unity C# script without exit play mode and keep the running context unchanged
alexjingsi/vscode-mono-debug
A simple VS Code debug adapter for mono
alexjingsi/vscode-unity-debug
Unity debugging support for VS Code