Old Flight Simulator and Screenshot-to-Code Transformation


Summary of my bookmarked Github repositories from Nov 17th, 2023

Github repositories

  • s-macke/FSHistory

    **FSHistory - Microsoft Flight Simulator Emulator** Explore the evolution of Microsoft Flight Simulator with FSHistory. Play the first four games from 1982 to 1989 on your browser or mobile, emulated in C. The emulator supports an 8086 CPU and features from 286 and 386 CPUs, emulating keyboard, mouse, graphics, and more. Developed with simplicity in mind, it compiles to a 93 kB uncompressed WebAssembly file using LLVM and boasts zero dependencies. Check out the technical features, build instructions, and a fascinating Easter egg in the 40th Anniversary Edition. MIT license applies to the software part.

  • abi/screenshot-to-code

    **screenshot-to-code: AI-Powered Screenshot to HTML/CSS** Transform screenshots into HTML/Tailwind CSS with this app using GPT-4 Vision and DALL-E 3. Updates include a feature to disable image generation, direct code viewing, and instructing AI for code updates. The React/Vite frontend and FastAPI backend require an OpenAI key with GPT-4 Vision access. Run the backend using Poetry and the frontend with Yarn. Visit the hosted version or follow local installation instructions. For feedback and issues, check FAQs.