asie'projects
last updated 17/05/2019
select projects, sorted by technology stack:
- Java: primarily in the Minecraft modding ecosystem, of note:
- Fabric, a full-stack modding toolchain for JVM-based games
- BuildCraft, maintainer of large existing project from late 2014 to mid-2016
- FoamFix, memory optimization mod based on heap dump analysis
- 64pixels, a pseudo-game I made when I was 13-14 and still hold a lot of nostalgia for
- C:
- Zeta, a specialized emulator for running ZZT and Super ZZT game creation systems for text-mode DOS on modern platforms
- Contributions to and ports of various FOSS projects - atari800, iceball, MegaZeux, pce...
- JavaScript/client-side Web development:
- WebAssembly ports of Zeta and MegaZeux (via Emscripten)
- ibnjs, an implementation of an esoteric virtual machine in JavaScript
- General small-scale coding for personal websites and projects
- Kotlin: Android version of Zeta (WIP)
- Go: personal image/paste servers and Flipnote Hatena (DSi) animation parsing library
- Node.js (a long time ago!):
- boorushy2, a tablet-optimized, taggable image repository engine
- Greyboard, a multiplayer, HTML5-based drawing canvas
- Other:
- VoIRC, a Nim learning exercise and a silly way to send low-bitrate voice as encoded text
- Lunatic86, an 8086 PC-compatible emulator in Lua and C preprocessor (for faster inlining!)
- I have used PHP and Python/Flask for personal web projects.
- Contributions to other open source projects, depending on needs.
most projects:
- sorted chronologically by start year
- contributor/fork roles marked in italics
- small bugfix PRs, minor updates, distro package maintenance, etc. omitted regardless
- 2019:
- [Contributor] MegaZeux - Android, Dreamcast, Emscripten ports, awaiting upstream; assistance on Switch port
- csrg2tiny, a CSRG -> Tiny obfuscation mapping format converter
- Redstone Minus Redstone, a small Minecraft mod allowing treating redstone power as an energy source
- reverse-remapper, a tool to compare two JARs (one remapped using tools common in the Minecraft modding community) and extract the obfuscation mapping information used
- Voice over IRC, a Nim-based wrapper on codec2 and IRC libraries - created to learn some Nim and implement the joke concept of transmitting very-low-bitrate audio over the IRC protocol
- 2018:
- [Fork] JNLua - for MovingBlocks/Terasology; an up-to-date version of the JNI-based Lua-on-Java library with Lua 5.3 support, memory limit support, and bugfixes
- [Fork] PCE - rough 3DS port
- [PR] sane-backends - Plustek OpticSlim 2420+ support
- Balanced Clay Tools, Faithless (PoC), InventoryBuoyancy, MAGE, SplashAnimation, StackUp, Tinkered Hegemony - small one-off Minecraft mods
- Biura Animacyjne - Python/Flask-powered index of legally available anime in Poland; required a bit too much maintenance and is currently on hold
- Fabric (second iteration) - full-stack Minecraft/JVM-based game modding toolchain; creator of fabric-loader, parts of other projects, and community/project leader
- ftb-pyramid-reborn-oc - Lua-based code running on the first iteration of Feed The Beast's "Pyramid Reborn" map
- Kallisti - for MovingBlocks/Terasology; abstract, reusable 'fantasy computer' library, primarily targetting an OpenComputers-compatible setup
- Lunatic86 - Lua/C preprocessor (for inlining)-based 8086 PC-compatible emulator; made for a cool-looking video
- Nadeshicodec - Java-based video encoder targetting Minecraft Lua computer mod's peculiar text mode GPU, with GUI
- Zeta - Curses/SDL/WebAssembly emulator for running ZZT and Super ZZT on modern platforms; implements purpose-specific idle hacks and other tricks; used on the Museum of ZZT
- 2017:
- 2016:
- [Fork?] MumbleLink issue with incorrect shm_open flags on Linux, due to outdated sources fixed for personal use with a hex editor!
- Fabric (first iteration) - different approach to the above-mentioned game modding toolchain, ultimately failed
- Firstro - small Atari XE intro coded at a demoscene party using an assembler demonstrated there and some homemade Go tools; shown at SillyVenture 2016 and placed poorly because I forgot packers exist (´・ω・`)
- CTIF - image converter for Minecraft computer mods' peculiar text modes
- FoamFix - memory optimization mod for Minecraft; the result of staring at heapdumps for hours while wanting to join a friends' server on little RAM
- funscii - expanded deluxe version of viznut's unscii retrocomputing-geared fixed Unicode font
- modalyzer - tool for gathering and figuring out metadata for Minecraft mods
- personal image/paste servers - quickly written Go/PostgreSQL-based tools
- 2015:
- BTM - in-game Minecraft modding "convention"; my role was of the creator and leader of the project in the first two iterations (July 2015 and January 2016)
- Charset - attempt at a content/"designer" Minecraft mod that mostly did not catch on
- dfplay - 386 Assembly/C player for dfpwm-encoded audio
- hosted a static website hosting service for a niche community until 2018; based on Node.js, later rewritten to Python/Flask
- reimagined-disco - OpenGL in Go performance experiment, small voxel rendering engine
- 2014:
- [Forks] Helped port a lot of Minecraft mods to 1.7.2, officially or otherwise - Chisel, Statues, Immibis' mods, ...
- ASCIImator - inherited an old PHP codebase, fixed security bugs and did minor improvements, then ran out of time to maintain it and make it properly GDPR/etc.-compliant; originally created by karaboz and brutto
- BuildCraft - lead maintainer and primary developer from late 2014 to mid-2016
- Computronics - peripheral expansion mod for Minecraft computer mods
- mesegates, meselamps - experiments in Minetest mods
- Minecraft Drama Generator - simple "replace X with Y" script in PHP which achieved some notoriety and a bunch of clones
- NOVA API - helped kickstart it, but ultimately collapsed under its own ambitions/weight; the goal was to be an abstract Java-based API for voxel environments
- safebatchu - Node.js-based batch downloader for "booru" services
- yuyulinux - having fun with LFS, attempt two
- 2013:
- [Contributor] iceball - buildscript (2013) and Lua (2016) improvements; unfortunately were not enough to restore a good engine
- AsieLauncher - outdated user-friendly Minecraft launcher with delta updates
- boorushy2 - Node.js-based tablet-optimized, taggable image repository engine; created because I wanted to browse pictures on a hi-DPI tablet
- EnderNet - cross-server item transport Minecraft mod
- greyboard - Node.js-based HTML5 "multiplayer whiteboard", used for some time by the "MLP Drawing School" Reddit community
- Modular Computing - my first non-trivial Minecraft mod; first iteration featured a 6502-esque emulator, second - a custom CPU architecture co-designed with GreaseMonkey
- partycannon - small IRC bot in Node.js
- Twili Linux - having fun with LFS, attempt one
- 2011:
- ibnjs - JavaScript-based interpreter for the IBNIZ demoscene virtual machine
- 2010:
- 64pixels (source) - small Java-based sandbox 'video game' with multiplayer support, the result of being stuck with no internet and only a copy of the Java SE 6 documentation; achieved a small fanbase and some fondness among a dozen people
- afCraft - feature expansions to the Minecraft Classic custom server "fCraft"
- 2009:
- WireWorld DS - the first complete, non-trivial, "useful" program I released (with heavy help from #dsdev); WireWorld cellular automata simulator
- Zombie Survival Minecraft server - concept by TheOne, original server code by JTE, patches for zombie survival mine
- 2008:
- Designed some esoteric programming languages of dubious quality: DOBELA (2008), Stackmill (2010)