happybacking's Stars
bruvzg/gdsdecomp
Godot reverse engineering tools
dimforge/rapier
2D and 3D physics engines focused on performance.
keijiro/AIShader
ChatGPT-powered shader generator for Unity
PandaArcade/UIOutline
MirzaBeig/Post-Processing-Scan
A 3D scan/sonar-like post-processing effect for Unity. Essentially a visualization of a spherical signed distance field (SDF).
tylearymf/UniHacker
Patch all versions of Unity3D and UnityHub for Windows, MacOS, Linux and Docker.
i0gan/Squick-Unity-Demo
The rapid unity3d development solution of Metaverse and MMO game projects, supports cold & hot update, WeChat login, frame & status synchronization.
EsotericSoftware/spine-runtimes
2D skeletal animation runtimes for Spine.
openai/whisper
Robust Speech Recognition via Large-Scale Weak Supervision
focus-creative-games/hybridclr
HybridCLR是一个特性完整、零成本、高性能、低内存的Unity全平台原生c#热更新解决方案。 HybridCLR is a fully featured, zero-cost, high-performance, low-memory solution for Unity's all-platform native c# hotupdate.
CompVis/stable-diffusion
A latent text-to-image diffusion model
zeux/meshoptimizer
Mesh optimization library that makes meshes smaller and faster to render
WeNeedHome/SummaryOfLoanSuspension
全国各省市停贷通知汇总
wechat-miniprogram/minigame-unity-webgl-transform
Wechat Mini Game Unity engine adapter documents.
Ayfel/PrefabLightmapping
Script for saving lightmapping data to prefabs. Used through the Assets tab in Unity. Place your prefbas in the scene with this script at the root. Set up your lighting and in the editor go to Assets->Bake Prefab Lightmaps. After is processed you can now spawn your prefabs in different scenes and they will use the lightmapping from the original scene.
BoomingTech/Piccolo
Piccolo (formerly Pilot) – mini game engine for games104
lucidrains/DALLE2-pytorch
Implementation of DALL-E 2, OpenAI's updated text-to-image synthesis neural network, in Pytorch
salesforce/CodeGen
CodeGen is a family of open-source model for program synthesis. Trained on TPU-v4. Competitive with OpenAI Codex.
XCharts-Team/XCharts
A charting and data visualization library for Unity. Unity数据可视化图表插件。
OpenHFT/Chronicle-Map
Replicate your Key Value Store across your network, with consistency, persistance and performance.
Farama-Foundation/PettingZoo
An API standard for multi-agent reinforcement learning environments, with popular reference environments and related utilities
Unity-Technologies/ml-agents
The Unity Machine Learning Agents Toolkit (ML-Agents) is an open-source project that enables games and simulations to serve as environments for training intelligent agents using deep reinforcement learning and imitation learning.
apache/brpc
brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
google-deepmind/mujoco
Multi-Joint dynamics with Contact. A general purpose physics simulator.
ssloy/tinyrenderer
A brief computer graphics / rendering course
Kimbatt/unity-deterministic-physics
Cross-platform deterministic physics simulation in Unity, using DOTS physics and soft floats
applejag/Newtonsoft.Json-for-Unity
Newtonsoft.Json (Json.NET) 10.0.3, 11.0.2, 12.0.3, & 13.0.1 for Unity IL2CPP builds, available via Unity Package Manager
googleforgames/open-match
Flexible, extensible, and scalable video game matchmaking.
meilisearch/meilisearch
A lightning-fast search API that fits effortlessly into your apps, websites, and workflow
smilehao/protobuf-net-gc-optimization
protobuf-net无gc优化版本,另外还提供了一些无gc自定义数据结构,以及对Unity3D中c#代码的各种无gc使用方式测试。