Charles Augeard Posted November 17, 2019 Share Posted November 17, 2019 Ok, it has nothing to see with adobe flash. It's just a keep-it-stupid-simple c++ pattern for retro games, emulating MS-DOS VGA and AudioBuffer. This minimalist pattern just manages devices: video, audio, files and controls. We're a tiny french startup, we gotta manage with few money, so with few code. At now it only compiles for windows with SDL and HTML5 with emscripten. Here's a demo: http://punkcoders.free.fr/punkowip/ The tool is here: https://sourceforge.net/projects/sdl-emscripten-tests/files/ In future versions we'll try to add these features: - state pattern - android compilation - opengl - static audio buffers P.S. sorry this is not designed for beginners. You first need to learn c++ basics, and, as i'm a c++ newbie, i'd say learning time should take about 1 month. Quote Link to comment Share on other sites More sharing options...
BdR Posted January 6, 2020 Share Posted January 6, 2020 Interesting idea, but isn't it basically MSDOS for webbrower? Isn't it kind of similar to Pico8 then? (except without the dev tools) Quote Link to comment Share on other sites More sharing options...
Charles Augeard Posted April 22, 2021 Author Share Posted April 22, 2021 (edited) I don't know Pico8 sorry. Our pattern isn't a ms-dos emulator, it just uses screenBuffer and audioBuffer like dos did: stupid simple Edited April 22, 2021 by Charles Augeard Quote Link to comment Share on other sites More sharing options...
Charles Augeard Posted April 22, 2021 Author Share Posted April 22, 2021 Update of the drum machine: - 4-color pictures - sprites can flipX http://punkcoders.free.fr/punkowip_2_8/ Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.