KeepJoy's Stars
skywind3000/mini3d
3D Software Renderer in 700 Lines !!
Mzzopublic/C
C语言
socketio/socket.io
Realtime application framework (Node.JS server)
GNOME/glib
Read-only mirror of https://gitlab.gnome.org/GNOME/glib
swiftlang/swift
The Swift Programming Language
CreateJS/EaselJS
The Easel Javascript library provides a full, hierarchical display list, a core interaction model, and helper classes to make working with the HTML5 Canvas element much easier.
pixijs/pixijs
The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.
redox-os/redox
Mirror of https://gitlab.redox-os.org/redox-os/redox
zilongshanren/OpenGLES-cocos2dx
Learn OpenGL ES via Cocos2D-X
HappyGames/cocos3d-x
the c++ version of cocos3d
microsoftarchive/redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes
davyxu/cellnet
High performance, simple, extensible golang open source network library
kbengine/kbengine
A MMOG engine of server.
nim-lang/Nim
Nim is a statically typed compiled systems programming language. It combines successful concepts from mature languages like Python, Ada and Modula. Its design focuses on efficiency, expressiveness, and elegance (in that order of priority).
scala/scala
Scala 2 compiler and standard library. Scala 2 bugs at https://github.com/scala/bug; Scala 3 at https://github.com/scala/scala3
nsqio/nsq
A realtime distributed messaging platform
muesli/cache2go
Concurrency-safe Go caching library with expiration capabilities and access counters
zxh0/jvm.go
A toy JVM written in Go
gabrielbull/react-desktop
React UI Components for macOS High Sierra and Windows 10
facebook/react
The library for web and native user interfaces.
name5566/leaf
A game server framework in Go (golang)
floooh/oryol
A small, portable and extensible C++ 3D coding framework
unknwon/the-way-to-go_ZH_CN
《The Way to Go》中文译本,中文正式名《Go 入门指南》
andlabs/ui
Platform-native GUI library for Go.
gohugoio/hugo
The world’s fastest framework for building websites.
limetext/lime
Open source API-compatible alternative to the text editor Sublime Text
golang/go
The Go programming language
rust-lang/rust
Empowering everyone to build reliable and efficient software.
polaris1119/The-Golang-Standard-Library-by-Example
Golang标准库。对于程序员而言,标准库与语言本身同样重要,它好比一个百宝箱,能为各种常见的任务提供完美的解决方案。以示例驱动的方式讲解Golang的标准库。