retro
Here are 952 public repositories matching this topic...
-
Updated
Apr 13, 2022 - JavaScript
TIC-80 is a fantasy computer for making, playing and sharing tiny games.
-
Updated
Jun 2, 2022 - 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
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
May 28, 2022 - JavaScript
-
Updated
May 23, 2022 - JavaScript
Can you create something cool without modern tools?
-
Updated
May 24, 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
Jun 3, 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
Apr 15, 2022 - C
An infinite wireframe world in WebGL
-
Updated
Jul 30, 2016 - JavaScript
WebMSX - Online MSX Emulator
-
Updated
May 25, 2022 - HTML
procedural retro 3d game, winner of the GitHub Gameoff 2017
-
Updated
Feb 18, 2021 - C#
Following on from issue #291.
Front end analytics have been added for the Magic Link (see #294) , however 'Share link turned on/off for a retro' requires sending information to Mixpanel from the server, which hasn't yet been done in this codebase.
Remaining Magic link events to track:
- Share link turned on for a retro
- Share link turned off for a retro
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