retro
Here are 832 public repositories matching this topic...
-
Updated
Dec 25, 2021 - JavaScript
TIC-80 is a fantasy computer for making, playing and sharing tiny games.
-
Updated
Dec 28, 2021 - C
-
Updated
Jan 18, 2021 - JavaScript
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
Modern and functional CDE desktop based on FVWM
-
Updated
Dec 25, 2021 - Roff
Webbased old-school Amiga music tracker in plain old javascript - Plays and edits Amiga Mod files and FastTracker XM files
-
Updated
Dec 5, 2021 - JavaScript
The quadplay✜ fantasy console
-
Updated
Dec 24, 2021 - JavaScript
-
Updated
Dec 12, 2021 - JavaScript
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
Dec 28, 2021 - C
Screen Saver Mode
I'd really love to have a screen saver / demo mode like what's available in Retro Pie that supports random images, animated GIFs and others as well as MP4 video+audio.
A Selectable Mode Or Timer Based Screen Saver Mode
Aside from playing games on it I'd also like to have it on display in my office and wear at conventions and such as an animated convention badge. I'd
Remove Sponsor
I thought it was cool when Github released Sponsors and thought I would put it in, but in retrospect it feels tacky and I'm not really looking to make money off the project. So I'd rather just remove it to keep things a bit cleaner.
This involves...
- removing the Sponsor tag on Github in the repository settings (@Metroxe must do this last as to not create broken links)
- removing the
An infinite wireframe world in WebGL
-
Updated
Jul 30, 2016 - JavaScript
A DOS JavaScript Canvas with sound
-
Updated
Dec 21, 2021 - C
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