Pinned Repositories
4coder
The final version of the official 4coder codebase. (See Also: https://github.com/Dion-Systems/4coder-non-source)
acwj
A Compiler Writing Journey
Animation-Magic
A cool visualization of all the math that powers 3D character animations.
elogbooks-backend
elogbooks-frontend
microui
A tiny immediate-mode UI library
nobuild
Header only library for writing build recipes in C.
yablog
Yet Another Blog (engine)
iciuperca's Repositories
iciuperca/yablog
Yet Another Blog (engine)
iciuperca/4coder
The final version of the official 4coder codebase. (See Also: https://github.com/Dion-Systems/4coder-non-source)
iciuperca/acwj
A Compiler Writing Journey
iciuperca/Animation-Magic
A cool visualization of all the math that powers 3D character animations.
iciuperca/elogbooks-backend
iciuperca/elogbooks-frontend
iciuperca/microui
A tiny immediate-mode UI library
iciuperca/nobuild
Header only library for writing build recipes in C.
iciuperca/RayTracerChallenge
iciuperca/Odin
Odin Programming Language
iciuperca/seer
Seer - a gui frontend to gdb
iciuperca/tiny-compiler
A tiny compiler for a simple synthetic language featuring LL(2) grammar, written in pure C, with Lexer, Parser, ASM-like code generator and Virtual machine implemented