Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

History

11 Commits

Repository files navigation

Minimal Code Examples

Graphics

PlatformNameLink
WindowsSDL2 Drawing Pixelshttps://gist.github.com/mmozeiko/729860eeb414f1a2ee345d9d3ab4dd4e
WindowsBasic OpenGL 4.5https://gist.github.com/mmozeiko/ed2ad27f75edf9c26053ce332a1f6647
WindowsOpenGL 4.5 for multiple windowshttps://gist.github.com/mmozeiko/6825cb94d393cb4032d250b8e7cc9d14
WindowsD3D11 Drawing Pixelshttps://gist.github.com/mmozeiko/6f36f2b82204b70a9b7fe6c05ccd868f
WindowsBasic D3D11https://gist.github.com/mmozeiko/5e727f845db182d468a34d524508ad5f
WindowsMinimal D3D11 examplehttps://gist.github.com/d7samurai/261c69490cce0620d0bfc93003cd1052
WindowsMinimal D3D11 sprite renderinghttps://gist.github.com/d7samurai/8f91f0343c411286373161202c199b5c
LinuxOpenGL on X11https://gist.github.com/mmozeiko/911347b5e3d998621295794e0ba334c4
AndroidBasic OpenGL/C Apphttps://github.com/mmozeiko/android-native-example

Networking

PlatformNameLink
WindowsTLS Socket clienthttps://gist.github.com/mmozeiko/c0dfcc8fec527a90a02145d2cc0bfb6d

Platform Utilities

PlatformNameLink
WindowsCapturing an RGBA image to clipboardhttps://gist.github.com/mmozeiko/bd79c7d256eecd1eb89441f3e0a3ad17
WindowsMonitor file access with ETWhttps://gist.github.com/mmozeiko/4279a6aa54684965770330231133badf
WindowsGenerate 32-bit RGBA BMP fileshttps://gist.github.com/mmozeiko/454261be848a0be0a22bafb8abd14a4f
WindowsFlush file cachehttps://gist.github.com/mmozeiko/2d455bf4e9ba02e69365e7cc63f4df2f
LinuxLibc-free threadinghttps://github.com/skeeto/scratch/blob/master/misc/stack_head.c

Compilers and Languages

PlatformNameLink
N/ALinear scanning garbage collectorhttps://gist.github.com/pervognsen/7fe51bef8977cb249ac4c6f830f818a5
N/Ax64 codegenhttps://gist.github.com/pervognsen/9d815016d8ef39f1b2c8e509ee2cf052
LinuxMinimal Forthhttps://github.com/nornagon/jonesforth/blob/master/jonesforth.S
LinuxMinimal Token-threaded Forthhttps://github.com/kragen/tokthr/blob/master/tokthr.S
N/AMinimal COFF Generatorhttps://gist.github.com/RealNeGate/428a274496ce9852e06f9db1852b6cc2
N/ABuilding a Compilerhttps://compilers.iecc.com/crenshaw/

Bootstrapping

NameLinks
Simple Assembler from Octalhttps://dercuano.github.io/notes/forth-assembling.html
Lisp in the Boot Sectorhttps://justine.lol/sectorlisp2/
Booting from UEFIhttps://git.mr4th.com/Mr4th/lil_uefi/src/branch/master
Bootstrapping from a Hex Monitorhttps://github.com/oriansj/stage0

Misc

PlatformNameLink
N/AA* Pathfindinghttps://gist.github.com/mmozeiko/68f0a8459ef2f98bcd879158011cc275
Windows / LinuxGet RDTSC Frequencyhttps://gist.github.com/pmttavara/6f06fc5c7679c07375483b06bb77430c

Handy Resources

NameLinks
Binary Formats Visualizedhttps://github.com/corkami/pics/blob/master/binary/README.md
Tiny ELF Binarieshttps://www.muppetlabs.com/~breadbox/software/tiny/teensy.html
Making portable binarieshttps://justine.lol/ape.html

About

Minimal Code Examples and Resources

Resources

Stars

22 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors