Pinned Repositories
acwj
A Compiler Writing Journey
ArenOS
A minimal linux distribution based on suckless/openbsd/busybox ideas.
bisotun
A minimal c library to generate PDF files.
kindd
A kindful dd, written in qt-quick.
rokh
A gui library based on C, SDL3 and Plato Ideas!
telescope-command-palette.nvim
Create key-bindings and watch them with telescope :telescope:
telescope-env.nvim
watch environment variables with telescope :telescope:
wmenu
A dmenu clone for windows operating system written with pure win32 API.
zaal
A simple programming language
zagros
an os
LinArcX's Repositories
LinArcX/amacc
Small C Compiler generating ELF executable Arm architecture, supporting JIT execution
LinArcX/awesome-compilers
:sunglasses: Curated list of awesome resources on Compilers, Interpreters and Runtimes
LinArcX/binocle-c
A simple game engine in C
LinArcX/C
Collection of various algorithms in mathematics, machine learning, computer science, physics, etc implemented in C for educational purposes.
LinArcX/c4
C in four functions
LinArcX/Cello
Higher level programming in C
LinArcX/check
A unit testing framework for C
LinArcX/grammars-v4
Grammars written for ANTLR v4; expectation that the grammars are free of actions.
LinArcX/How-to-Make-a-Computer-Operating-System
How to Make a Computer Operating System in C++
LinArcX/illuxUI
Future Home of illuxUI, C++ GUI Library/Framework
LinArcX/imhui
Immediate Human User Interface
LinArcX/kiss-games
:space_invader: muh games.
LinArcX/kiss_sdl
Simple generic GUI widget toolkit for SDL2
LinArcX/lc3-vm
Write your own virtual machine for the LC-3 computer!
LinArcX/LCUI
A small C library for building user interfaces with C, XML and CSS.
LinArcX/legacy-cc
The earliest versions of the very first c compiler known to exist in the wild written by the late legend himself dmr.
LinArcX/libui
Simple and portable (but not inflexible) GUI library in C that uses the native GUI technologies of each platform it supports.
LinArcX/lowlevelprogramming-university
How to be low-level programmer
LinArcX/lvgl
Powerful and easy-to-use embedded GUI library with many widgets, advanced visual effects (opacity, antialiasing, animations) and low memory requirements (16K RAM, 64K Flash).
LinArcX/mal
mal - Make a Lisp
LinArcX/Mojoc
A cross-platform, open-source, pure C game engine for mobile game.
LinArcX/nanogui-1
Minimalistic C++/Python GUI library for OpenGL, GLES2/3, Metal, and WebAssembly/WebGL
LinArcX/One
One (onelang) is an open-source system programming language that makes it easy to build reliable, efficient and performant software. (release as soon) 1️⃣ 🕐 🩱
LinArcX/os-tutorial
How to create an OS from scratch
LinArcX/rawdraw
CNLohr's Platform Agnostic Graphics Library
LinArcX/rawdrawandroid
Build android apps without any java, entirely in C and Make
LinArcX/SDL_gui
GUI library for SDL2
LinArcX/tlse
Single C file TLS 1.2/1.3 implementation, using tomcrypt as crypto library
LinArcX/toaruos
A completely-from-scratch hobby operating system: bootloader, kernel, drivers, C library, and userspace including a composited graphical UI, dynamic linker, syntax-highlighting text editor, network stack, etc.
LinArcX/write-a-C-interpreter
Write a simple interpreter of C. Inspired by c4 and largely based on it.