Tech News
← Home  ·  All topics

Dosbox

2 GoKawiil briefs on this topic

Developer builds sub-1KB DOS-era 386 demos visualizing Navier-Stokes fluid flow

A hobbyist inspired by OpenAI's recent Navier-Stokes smoothness breakthrough created two retro MS-DOS style visualizations of fluid dynamics, using palette cycling and real-time particle animation techniques from 1990s demoscene coding. Both assembly programs were optimized to under 1,024 bytes and run authentically in DOSBox, alongside JavaScript versions for modern experimentation with expanded settings.

SLED brings a minimalist Scheme-inspired LISP to DOS systems

A developer has released SLED (Schemy Lisp en DOS), a symbolic LISP interpreter derived from Kilo LISP but stripped of features like macros and augmented with others, built to run on DOS environments including FreeDOS, MS-DOS, and emulators such as DOSBox. The project ships a compiled binary release alongside source code repositories and documentation covering its data types, symbols, and standard library.