Pinned Repositories
asdl_parser
Standalone ASDL parser for upstream CPython 3.x
bitcoinbook
Mastering Bitcoin 2nd Edition - Programming the Open Blockchain
blockchain
A basic blockchain implementation written in Go
c4
C in four functions
cii-1
C Interfaces and Implementations
CoCo
This is the CoCo Virtual Machine Source Code.
Crowbar
A self-made language without specifying types which supports array, string, function, garbage-collection, unicode, closure(semi-lamda), object, exception handling and regex.
cudaraster
fork of NVIDIA's cudaraster for research use, taken from http://code.google.com/p/cudaraster/
e8vm
Emul8ed Virtual Machine
ejoy2d
A 2D Graphics Engine for Mobile Game
zhumj1231's Repositories
zhumj1231/bitcoinbook
Mastering Bitcoin 2nd Edition - Programming the Open Blockchain
zhumj1231/c4
C in four functions
zhumj1231/cii-1
C Interfaces and Implementations
zhumj1231/CoCo
This is the CoCo Virtual Machine Source Code.
zhumj1231/e8vm
Emul8ed Virtual Machine
zhumj1231/ejoy2d
A 2D Graphics Engine for Mobile Game
zhumj1231/gkEngine
A cross-platform game engine with cutting-edge real-time rendering tech & fantastic speed.
zhumj1231/Godiksam
A clone of Diksam(http://kmaebashi.com/programmer/devlang/) by golang.
zhumj1231/greenlet
Lightweight in-process concurrent programming
zhumj1231/imgui
Bloat-free Immediate Mode Graphical User interface for C++ with minimal dependencies
zhumj1231/io
Io programming language
zhumj1231/ironmeta
The IronMeta parser generator provides a programming language and application for generating pattern matchers on arbitrary streams of objects. It is an implementation of Alessandro Warth's OMeta system for C#.
zhumj1231/leetcode
LeetCode题解,151道题完整版
zhumj1231/linux-programming-interface-exercises
My solutions to The Linux Programming Interface Exercises
zhumj1231/mesa3d
Mirror of Mesa 3D Graphics Library (git://anongit.freedesktop.org/git/mesa/mesa)
zhumj1231/mini3d
3D Software Render Engine in 700 Lines !!
zhumj1231/mitsuba
Mitsuba renderer main repository
zhumj1231/Muli3D
forked from http://sourceforge.net/projects/muli3d/files/muli3d/0.8/
zhumj1231/nanogui
Minimalistic GUI library for OpenGL
zhumj1231/ompi
Open MPI main development repository
zhumj1231/optix7course
zhumj1231/pbrt-v3
Source code for pbrt, the renderer described in the third edition of "Physically Based Rendering: From Theory To Implementation"
zhumj1231/Project4-CUDA-Rasterizer
CIS 565: CUDA Rasterizer
zhumj1231/pybind11
Seamless operability between C++11 and Python
zhumj1231/SalviaRenderer
SALVIA is the rasterizer based software renderer. The goal of SALVIA is capacity of Direct3D 10+.
zhumj1231/SmallVCM
A (not too) small physically based renderer that implements the vertex connection and merging algortihm
zhumj1231/SoftRenderer
An SoftRenderer for experiment & learn.
zhumj1231/SparseVoxelOctree
Sparse Voxel Octree Implementation - Upenn CIS-565 final project
zhumj1231/swiftshader
SwiftShader is a high-performance CPU-based implementation of the OpenGL ES and Direct3D 9 graphics APIs. Its goal is to provide hardware independence for advanced 3D graphics.
zhumj1231/v86
x86 virtualization in JavaScript, running in your browser and NodeJS