iX-Workshop IEC 62443: IT-Sicherheit in der Produktentwicklung
IEC 62443 für industrielle Kommunikationsnetze – Wie Sie Ihre Produktentwicklung von Anfang an sicher und normenkonform gestalten.
iX-Workshop IEC 62443: IT-Sicherheit in der Produktentwicklung
IEC 62443 für industrielle Kommunikationsnetze – Wie Sie Ihre Produktentwicklung von Anfang an sicher und normenkonform gestalten.
The Simple DirectMedia Layer (SDL) multimedia library is now available for AmigaOS 4 in versions 2.32.6 and 3.2.14.
🚨 BREAKING: Nokia N-Gage support has officially been merged into SDL3. Yes, the N-Gage! Meanwhile, Dreamcast devs still arguing over VMU font rendering. Snake > Sonic? 🐍📱 > 🌀💿 #SDL3 #NGage #RetroDev #DreamcastCopium [contains quote post or other embedded content]
Yeahyeah I understand this is a popular library, but …
Built a simple 2D solar system simulator in C++ with SDL3 — still very much a WIP, but happy with how it’s coming along!
https://github.com/Anurag-Bhatt/SolarSystemSim
Discussions: https://discu.eu/q/https://github.com/Anurag-Bhatt/SolarSystemSim
Ok I managed to make #SDL3 #Gfx ImageFilters work... but only by disabling MMX optimizations. Looked at the source and, well, this is a not very used part of SDL_gfx.
I think its possible to remove those optimizations, computers are pretty fast nowadays.
The current library is this one
https://github.com/sabdul-khabir/SDL3_gfx
It kinda also needs a bunch o QoL features (use floats, bools, clean up, etc), to match SDL3... maybe I can roll up my sleeves and try to fix this for my #sdl #vala binding.
I got a #gamedev #sdl question. Specifically for #SDL_gfx.
Does anybody know of a proper sample for the MMX image filters functions?
I know the tests exists, but these seem to only to affect small custom-made arrays.
But, I think that you should be definitely be applying these to surface pixel data, right?
I've been trying to make a sample in vala but keeps crashing. I plan to make it work in C to truly understand it. But wanted to ask if anybody knows about a sample before doing that.