ohai.social is one of the many independent Mastodon servers you can use to participate in the fediverse.
A cozy, fast and secure Mastodon server where everyone is welcome. Run by the folks at ohai.is.

Administered by:

Server stats:

1.8K
active users

#sdl

1 post1 participant0 posts today

Actualización: DOSBox AGA y RTG

DOSBox, el renombrado emulador de MS-DOS, se actualiza en su port para Amiga gracias al trabajo del desarrollador NovaCoder. Dos nuevas versiones, optimizadas para AGA y RTG, permiten a los usuarios disfrutar de la vasta librería de juegos y aplicaciones de PC directamente en sus sistemas.

La versión DOSBox AGA v0.74.013 está diseñada para Amigas equipadas con el chipset AGA y un procesador 68060 rápido. Requiere AHI (versión 4.18 recomendada) y ROMS 3.1. Ofrece un port SDL nativo para AGA, soporte MIDI y sonido AHI, así como modos de pantalla completa y ventana.

Por otro lado, DOSBox RTG v0.74.023 se dirige a Amigas con tarjetas gráficas RTG y un procesador 68040 (se recomienda un 68060). Al igual que la versión AGA, necesita AHI 4.18 y ROMS 3.1. Sus características incluyen un port SDL optimizado para RTG, soporte MIDI, sonido AHI y las opciones de visualización a pantalla completa o en ventana.

Fuente.

https://www.youtube.com/watch?v=Zh-Fdhf8FlE

#68040 #68060 #actualización #aga #ahi #amiga #chipsetAga #commodore #Compatibilidad #comunidadAmiga #demosDePC #dosbox #emulación #emulador #gamingRetro #hardwareAmiga #juegosAntiguos #juegosDePC #MIDI #modoVentana #MSDOS #novacoder #pantallaCompleta #port #preservaciónDigital #retro #retrocomputing #ROMS #rtg #sdl #sistemaOperativo #software #softwareClásico #sonido #tarjetaGráficaRTG #Videojuegos

aminet.netAminet - misc/emu/DOSBox_AGA.lha

So I just moved the #SDL3 #vala vapis to @Codeberg migrating from Github was actually pretty easy!

codeberg.org/edwood-grant/sdl3

I also added a new GPU rotating colored cube example. So this makes the whole thing a bit more complete 😛.

I will probably just make the github repo either a mirror or just leave a message on top pointing the the actual repo in codeberg.

I mean it makes sense to have this project outside of big tech. I feel that, at least for me, is important.

I was thinking of moving the #sdl3 #vala vapis onto ether sourcehut or codeberg...

I mean if the main objective is to really divest as much as possible from big tech, github must be one of those.

I was thinking to leave codeberg for public projects and pay of sourcehut for private repos. Makes sense in general.

I would probably leave a github mirror for the vapis for the sake of availability, but in the end just trying to divest as much as possible from US hosted tech.

Woot! Managed to compile and run the first GPU sample in #sdl3 and #vala

It took me a while to fix some structs and stuff in the binding and understand better ownership of everything in vala, especially when pasing things like structs to arrays and whatnot.

But at least it works now! Not sure about leaks but oh well, I'll check later.

I'm going to rest now and later clean it all up and upload to the repo, but feel accomplished in making it work. 😀

I'm getting clobbered trying to implement the #sdl3 #vala bindings GPU samples. I'm adapting/stealing them from TheSpyDog's SDL GPU samples github.

Not a graphics programmer and relatively new to vala, so its been interesting.

Was getting a crash and I forgot that I can debug the executables with GDB on terminal, which is nice.

Ran GDB, one look at the stack and the line of code and the solution was obvious lol. This happens because I'm a caveman and I rarely use a debugger.

A bunch of more news! From the #sdl3 #vala bindings workshop!

SDL_ttf has been implemented! 🎉

I even added a simple example that shows fallback emoji fonts!

This needs more examples though to really show how to use SDL_ttf on Vala with better feature like test engines, GPU and more.

Check it out here: github.com/edwood-grant/sdl3-v

Vala bindings for SDL3. Contribute to edwood-grant/sdl3-vapi development by creating an account on GitHub.
GitHubGitHub - edwood-grant/sdl3-vapi: Vala bindings for SDL3Vala bindings for SDL3. Contribute to edwood-grant/sdl3-vapi development by creating an account on GitHub.

Folks! Finally! I have published the #sdl3 #vala bindings! I'm a bit scared, I have never released bindings to the public. github.com/edwood-grant/sdl3-v

There are samples, some tests have been made, and some paltry docs can be generated.

Is this perfect? Not at all, is likely having tons of problems somewhere within many calls I haven't tested at all.

But it's usable, at least for the basic SDL3 samples. Any contributions, issues, PR, whatever your mind can think of are very welcome.

Vala bindings for SDL3. Contribute to edwood-grant/sdl3-vapi development by creating an account on GitHub.
GitHubGitHub - edwood-grant/sdl3-vapi: Vala bindings for SDL3Vala bindings for SDL3. Contribute to edwood-grant/sdl3-vapi development by creating an account on GitHub.

The writing of the whole #sdl3 Vapi for #vala is done!

Now, is it working? Well I started to port the SDL3 examples browser to find out.

There were some snags about truly learning about CCode attributes (oh, so that's why SimpleType and Compact exist! Or my favorite: I forgot to put has_type_id=false everywhere!)

But the goods news is that the render examples are all complete! I need to check more stuff and finish the current samples but it's very close to release!