ObjectivelyMVC icon indicating copy to clipboard operation
ObjectivelyMVC copied to clipboard

Object oriented MVC framework for OpenGL, SDL2 and GNU C. Inspired by Apple's AppKit. Zlib license.

Results 5 ObjectivelyMVC issues
Sort by recently updated
recently updated
newest added

Currently MVC only deals with a single window, and it assumes that all events are eligible for that window. Consideration for applications with multiple window should include: - Is event...

enhancement

This PR introduces audio playback, so that game menus can have clicks and beeps. This was requested by Pan for Quetoo. Similar to how ObjectivelyMVC provides a default Renderer implementation...

Seems to be a reference to a file that no longer exists.

This PR removes the old SDL2 dependencies and updates them to SDL3, plus fixes some source code references and removes the now-removed Action.c. It compiles correctly. I haven't been able...

- Changed out all the sdl2 files with sdl3 - removed all Win32 build related stuff