Pinned Repositories
algorithm-visualizer
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
AssetStudio
AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles.
Clean-Code-zh
《代码整洁之道》中文翻译
cocosCommonUtils
com.worldsystem
Cpp_Primer_Practice
搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。
CS
EGamePlay
一个基于Entity-Component模式的灵活、通用、可扩展的轻量战斗(技能)框架,配置可选使用ScriptableObject或是Excel表格. A flexible, generic, easy to extend, lightweight combat (skills) framework based on Entity-Component pattern. Configuration can choose to use ScriptableObject or Excel tables.
games
:video_game: A list of popular/awesome video games, add-ons, maps, etc. hosted on GitHub. Any genre. Any platform. Any engine.
Games101-Homework
Gams101-Homework
HephaestusGame's Repositories
HephaestusGame/algorithm-visualizer
:fireworks:Interactive Online Platform that Visualizes Algorithms from Code
HephaestusGame/AssetStudio
AssetStudio is a tool for exploring, extracting and exporting assets and assetbundles.
HephaestusGame/Clean-Code-zh
《代码整洁之道》中文翻译
HephaestusGame/cocosCommonUtils
HephaestusGame/com.worldsystem
HephaestusGame/Cpp_Primer_Practice
搞定C++:punch:。C++ Primer 中文版第5版学习仓库,包括笔记和课后练习答案。
HephaestusGame/CS
HephaestusGame/EGamePlay
一个基于Entity-Component模式的灵活、通用、可扩展的轻量战斗(技能)框架,配置可选使用ScriptableObject或是Excel表格. A flexible, generic, easy to extend, lightweight combat (skills) framework based on Entity-Component pattern. Configuration can choose to use ScriptableObject or Excel tables.
HephaestusGame/games
:video_game: A list of popular/awesome video games, add-ons, maps, etc. hosted on GitHub. Any genre. Any platform. Any engine.
HephaestusGame/Games101-Homework
Gams101-Homework
HephaestusGame/GraphicAlgorithm
:octopus: :octopus:图形学论文实现
HephaestusGame/Guide
Guide
HephaestusGame/LearnShader
HephaestusGame/GPU-Pro-Books-Source-Code
:cd: Source Code Collection of Book <GPU Pro> 1~ 7 | 《GPU Pro》1~ 7 书本源代码珍藏
HephaestusGame/LeetCodeAnimation
Demonstrate all the questions on LeetCode in the form of animation.(用动画的形式呈现解LeetCode题目的思路)
HephaestusGame/libxxtea-cocos2d-x
xxtea library as distributed by cocos2d-x
HephaestusGame/LockStepFrameSyncDemo
A cocos creator lock step frame sync demo
HephaestusGame/Mindustry
The automation tower defense RTS
HephaestusGame/pythonUtils
some python common utils
HephaestusGame/ShaderLab
HephaestusGame/SparkServer
SparkServer是一个参照skynet设计的C#服务端框架,能够无缝整合到skynet集群机制中,也能自行组网,构建只有SparkServer节点的集群
HephaestusGame/STL
STL源码分析
HephaestusGame/STLSourceCodeNote
SGI STL source code analysis and note from 《STL源码剖析》 by 侯捷(包含电子书、源码注释及测试代码)
HephaestusGame/tinyrenderer
A brief computer graphics / rendering course
HephaestusGame/Unity-Design-Pattern
:tea: All Gang of Four Design Patterns written in Unity C# with many examples. And some Game Programming Patterns written in Unity C#. | 各种设计模式的Unity3D C#版本实现