Pinned Repositories
dummylua-tutorial
这是一个仿制lua解释器的项目,我希望通过逐步实现lua解释器的各个部分,更加深刻地掌握lua的基本结构和运作原理。
hexagonal-map
A hexagonal map generator and path finding demo.
let-us-build-a-computer-system
This is a teaching project of building a simple computer system from scratch.
let-us-build-a-lua-interpreter
《Lua解释器构建:从虚拟机到编译器》随书源码
libevent-multi-thread-example
A simple example for use libevent in a multi-thread situation
Product
一款使用cocos2dx开发的,pc版RTS(即时战略)游戏资源,源码在上级目录的Source目录下
red-black-tree
An example of red-black tree
Source
一款使用cocos2dx开发的,pc版RTS(即时战略)游戏源码,资源在上级目录的Product目录下
SparkServer
SparkServer是一个参照skynet设计的C#服务端框架,能够无缝整合到skynet集群机制中,也能自行组网,构建只有SparkServer节点的集群
test_epoll_lt_and_et
这是一个展示epoll水平触发(level trigger)和边缘触发(edge trigger),分别在read和write两种情况下有什么表现的实验,目的是彻底搞清楚epoll的水平触发和边缘触发原理。
Manistein's Repositories
Manistein/dummylua-tutorial
这是一个仿制lua解释器的项目,我希望通过逐步实现lua解释器的各个部分,更加深刻地掌握lua的基本结构和运作原理。
Manistein/SparkServer
SparkServer是一个参照skynet设计的C#服务端框架,能够无缝整合到skynet集群机制中,也能自行组网,构建只有SparkServer节点的集群
Manistein/let-us-build-a-lua-interpreter
《Lua解释器构建:从虚拟机到编译器》随书源码
Manistein/test_epoll_lt_and_et
这是一个展示epoll水平触发(level trigger)和边缘触发(edge trigger),分别在read和write两种情况下有什么表现的实验,目的是彻底搞清楚epoll的水平触发和边缘触发原理。
Manistein/let-us-build-a-computer-system
This is a teaching project of building a simple computer system from scratch.
Manistein/red-black-tree
An example of red-black tree
Manistein/hexagonal-map
A hexagonal map generator and path finding demo.
Manistein/libevent-multi-thread-example
A simple example for use libevent in a multi-thread situation
Manistein/nand2tetris-homework
A homework project for the book The Elements of Computing System:Building a Modern Computer
Manistein/DevEnv
Open source game engine
Manistein/SimpleWebServer
A simple web server demo made with skynet
Manistein/warzone2100
Warzone 2100 - a free and open source real time strategy game.
Manistein/blog
Manistein/CnC_Remastered_Collection
Manistein/dummy-xv6
This is a reimplemented version of the MIT xv6 operating system.
Manistein/github-readme-stats
:zap: Dynamically generated stats for your github readmes
Manistein/imgui
Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
Manistein/jynew
JinYongLegend-like RPG Game Framework with full Modding support and 10+ hours playable samples of game.
Manistein/kbengine
A MMOG engine of server.
Manistein/lcc
The lcc retargetable ANSI C compiler
Manistein/Manistein
Manistein/nestopia
Cross-platform Nestopia emulator core with a GUI
Manistein/Photos
Manistein/recastnavigation
Navigation-mesh Toolset for Games
Manistein/segment-anything
The repository provides code for running inference with the SegmentAnything Model (SAM), links for downloading the trained model checkpoints, and example notebooks that show how to use the model.
Manistein/shadowsocks
Manistein/shadowsocks-tiny
shadowsocks for router
Manistein/star-history
The missing star history graph of GitHub repos - https://star-history.com
Manistein/tinyrenderer
A brief computer graphics / rendering course
Manistein/xv6-public
xv6 OS