retro
Here are 920 public repositories matching this topic...
-
Updated
Mar 31, 2022 - JavaScript
TIC-80 is a fantasy computer for making, playing and sharing tiny games.
-
Updated
Apr 6, 2022 - C
-
Updated
Jan 18, 2021 - JavaScript
Modern and functional CDE desktop based on FVWM
-
Updated
Apr 5, 2022 - Roff
Add a retro/vintage effect to images using the HTML5 canvas element
-
Updated
Oct 20, 2017 - JavaScript
turns out I like bitmap fonts
-
Updated
Aug 26, 2021
Webbased old-school Amiga music tracker in plain old javascript - Plays and edits Amiga Mod files and FastTracker XM files
-
Updated
Apr 2, 2022 - JavaScript
The quadplay✜ fantasy console
-
Updated
Mar 19, 2022 - JavaScript
-
Updated
Mar 31, 2022 - JavaScript
Can you create something cool without modern tools?
-
Updated
Mar 29, 2022 - HTML
Via playtesting, the compass arrows (#29) were ignored, likely because they are right at the edge and outside the player's attention. If they are moved slightly inwards, they may become more noticeable.
Games that have these arrows also tend to draw them closer to the player rather than near the edge; e.g.
- GTA 1 & 2
- Fire Fight
- Crazy Taxi
The classic, refined DOOM source port. For Windows PC.
-
Updated
Apr 6, 2022 - C
ESP32S3 ESP-IDF stable version 4.4 has been released, most features are available, SD card is not supported.
ESP32S3 more powerful than the old ESP32 , built-in PSRAM and FLASH takes up less PCB space
A DOS JavaScript Canvas with sound
-
Updated
Mar 19, 2022 - C
An infinite wireframe world in WebGL
-
Updated
Jul 30, 2016 - JavaScript
procedural retro 3d game, winner of the GitHub Gameoff 2017
-
Updated
Feb 18, 2021 - C#
WebMSX - Online MSX Emulator
-
Updated
Nov 19, 2021 - HTML
Improve this page
Add a description, image, and links to the retro topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the retro topic, visit your repo's landing page and select "manage topics."


From the comment in SDL_filesystem.h:
Please call SDL_free() on the pointer when you are done with itWhen building the project with MSVC, I ran into some debug heap asserts early into the program startup.
The culprit appears to be the code in
m_config.cthat doesfree(prefdir)as changing these toSDL_free(prefdir)resolved the issue.I'm not sure what to do about `GetDefaultConfi