[go-nuts] MPEG-1 Video decoder, MP2 Audio decoder and MPEG-PS Demuxer in pure Go

2022-10-23 Thread Milan Nikolic
A simple way to get video playback into your app or game. https://github.com/gen2brain/mpeg There is also a live web example here https://gen2brain.github.io/mpeg. The CPU usage is higher than on the desktop but it is still usable. Interestingly, while TinyGo produced 4x smaller binary, the pe

[go-nuts] iup-go - Cross-platform UI library with native controls

2022-05-30 Thread Milan Nikolic
https://github.com/gen2brain/iup-go These are Go bindings for IUP, an amazing C library designed to help you build NATIVE user interfaces in a cross-platform way. It was developed at PUC-Rio, the same university as Lua, it started as a research project in the mid-90s, MIT licensed. The project i