Projects in Awesome Lists by edubart
A curated list of projects in awesome lists by edubart .
https://github.com/edubart/nelua-lang
Minimal, efficient, statically-typed and meta-programmable systems programming language heavily inspired by Lua, which compiles to C and native code.
c compiler efficient language lua luajit metaprogramming minimal nelua programming-language statically-typed
Last synced: 14 May 2025
https://github.com/edubart/minicoro
Single header stackful cross-platform coroutine library in pure C.
assembly asymmetric-coroutines c coroutine coroutine-library coroutines fiber fibers header-only lua nelua stackful-coroutines ucontext yield
Last synced: 15 May 2025
https://github.com/edubart/otclient
An alternative tibia client for otserv written in C++11 and Lua, made with a modular system that uses lua scripts for ingame interface and functionality, making otclient flexible and easy to customize
opentibia otclient otserv tibia
Last synced: 16 May 2025
https://github.com/edubart/minilua
Single-file port of Lua, a powerful scripting language.
c game-development lua minilua scripting-language single-file single-header single-header-lib
Last synced: 07 Apr 2025
https://github.com/edubart/minivorbis
Single-file port of libogg and libvorbis for decoding ogg sound files.
c libogg libvorbis minivorbis ogg single-file single-header single-header-lib vorbis
Last synced: 26 Mar 2025
https://github.com/edubart/miniphysfs
Single-file port of PhysFS, a library that provides abstract access to various archives.
c filesystem game-development miniphysfs physfs single-file single-header single-header-lib
Last synced: 26 Mar 2025
https://github.com/edubart/lua-bint
Arbitrary precision integer arithmetic library in pure Lua
arbitrary-precision arbitrary-precision-integers big bigint biginteger bignum bignumber bint integer lua
Last synced: 07 May 2025
https://github.com/edubart/luamon
Live development utility for Lua inspired by nodemon
inotify live-coding lua luarocks monitor nelua nodemon
Last synced: 25 Aug 2025
https://github.com/edubart/riscvm
Tiny RISC-V virtual machine
nelua risc-v riscv-emulator virtual-machine
Last synced: 26 Mar 2025
https://github.com/edubart/webcm
Linux RISC-V virtual machine, powered by the Cartesi Machine emulator, running in the browser via WebAssembly
cartesi cartesi-machine emulator linux risc-v virtual-machine virtualization webassembly
Last synced: 10 Mar 2026
https://github.com/edubart/lester
Minimal Lua test framework
busted lua nelua test test-framework testing unit-testing
Last synced: 26 Mar 2025
https://github.com/edubart/tetrix
Tetris like game made in Nelua for RIV fantasy console
Last synced: 05 Jul 2025
https://github.com/edubart/nelua-game2048
Clone of the 2048 game in Nelua using Raylib
Last synced: 23 Jul 2025
https://github.com/edubart/nelua-vscode
Nelua syntax highlighting for Visual Studio Code
nelua syntax-highlighting visual-studio-code vscode
Last synced: 26 Mar 2025
https://github.com/edubart/antcopter
2D speed run platformer, originally made for the WASM4 game Jam, now also a game in RIVES.
antcopter game html5-game nelua platformer-game wasm4
Last synced: 04 Nov 2025
https://github.com/edubart/android-libs
Port of C++ libraries to Android that I use in my projects
Last synced: 26 Mar 2025
https://github.com/edubart/nelua-sublime
Nelua syntax highlighting for Sublime Text
nelua sublime sublime-text syntax-highlighting
Last synced: 19 Feb 2026
https://github.com/edubart/lunray
Ray tracing experiment in Nelua programming language
emscripten lua nelua raytracing raytracing-one-weekend wasm
Last synced: 26 Mar 2025
https://github.com/edubart/nelua-benchmarks
Benchmarks for comparing efficiency of Nelua with Lua, LuaJIT and C
Last synced: 26 Mar 2025
https://github.com/edubart/forkmon
Watch for file changes and auto restart an application using fork checkpoints to continue the process (for quick live development)
fork forkmon inotify live-coding livereload monitor nelua
Last synced: 26 Mar 2025
https://github.com/edubart/srpmalloc
Fork of rpmalloc to be used with single thread applications and old C compilers
Last synced: 08 Mar 2026
https://github.com/edubart/nldoc
Tool to generate documentation for Nelua source files.
documentation documentation-generator documentation-tool lua nelua
Last synced: 23 Jan 2026
https://github.com/edubart/ioslibs
Build scripts that I use to build required libraries for my iOS projects
Last synced: 26 Mar 2025
https://github.com/edubart/bwrapbox
Linux sandboxing utility on top of bubblewrap
Last synced: 26 Mar 2025
https://github.com/edubart/otml
OTML, a human readable and easy typing data serialization file format. This is a compact version of its emitter/parser extracted from OTClient in just one header with no dependencies.
Last synced: 14 Jun 2025
https://github.com/edubart/marcherstein3d
Realtime pseudo 3D raycaster on the CPU using 2D ray marching
nelua raycasting raymarching raytracing wolfenstein-3d
Last synced: 10 Oct 2025
https://github.com/edubart/synack
Efficient network DDOS attacker tool for testing
Last synced: 31 Aug 2025
https://github.com/edubart/nelua-lsp
Experimenting creating a minimal LSP for Nelua to be used for tooling in text editors
Last synced: 26 Mar 2025
https://github.com/edubart/minialloc
Allocator using multiple pools for small allocations, in a single C header.
Last synced: 26 Mar 2025
https://github.com/edubart/lua-dumper
A small library for dumping lua variables quickly. This library is typically used for quick debugging values to the terminal where one would use print but want more information about the value (like table content), output to stderr by default (or other file handle) and optionally time elapsed.
Last synced: 26 Mar 2025
https://github.com/edubart/minislirp
Libslirp modified to be easy to cross compile
Last synced: 14 Aug 2025
https://github.com/edubart/nelua-vim
Vim plugin for Nelua, originally created by Stefanos
Last synced: 02 Aug 2025
https://github.com/edubart/hypervisor-playground
Playing with hypervisor, running guest machines inside a host machine being emulated
Last synced: 19 Jan 2026
https://github.com/edubart/gcc-lua
Mirror of https://git.colberg.org/gcc-lua with minor fixes.
Last synced: 31 Jan 2026
https://github.com/edubart/nelua-samples
Some sample applications write in Nelua
Last synced: 26 Mar 2025
https://github.com/edubart/nelua-webview-demo
Example using Nelua for WebView apps
Last synced: 13 Jul 2025
https://github.com/edubart/neuralnet
Simple and compact neural network in C using backpropagation algorithm
Last synced: 04 Apr 2025
https://github.com/edubart/lua-hasher
A small library with hash and encoding functions implemented in C. Currently supports blake2b hashing and base58 encode/decode.
Last synced: 15 May 2026
https://github.com/edubart/osxlibs
Homebrew formulas that I use for compiling libraries for my Mac OS X projects
Last synced: 07 Jul 2026
https://github.com/edubart/nelua-decl-extra
Extra bindings for Nelua that I won't maintain regularly
Last synced: 04 Apr 2025
https://github.com/edubart/tibiaeye
Old project that I've found lost in an old HD, it was a functional TibiaCam in Qt
Last synced: 04 Apr 2025
https://github.com/edubart/bladebomber
Game made during first RIVES game jam to demontrate RIV C API
Last synced: 04 Apr 2025
https://github.com/edubart/glwall
Simple experiment for animated wallpapers in Linux using GLSL shaders
Last synced: 05 Oct 2025
https://github.com/edubart/cartesi-machine-everywhere
Cartesi Machine prebuilt binaries for various platforms and architectures.
Last synced: 19 Mar 2026
https://github.com/edubart/cartridges
Binaries builds for my RIV cartridges
Last synced: 18 Jan 2026
https://github.com/edubart/superesnet
Single image super resolution in Torch
Last synced: 04 Apr 2025
https://github.com/edubart/ttf-iosevka-custom
Personal iosevka font configuration
Last synced: 04 Apr 2025
https://github.com/edubart/archlibs
Many PKGBUILDs for libraries that I usally need in Arch Linux
Last synced: 04 Apr 2025