-
-
Notifications
You must be signed in to change notification settings - Fork 13
Home
Welcome to the Dynace wiki!
Dynace is written in standard C and is very portable. It consists of two major pieces:
- Kernel and class library
- Win32 GUI development classes
#1 is extremely portable and doesn't depend on #2 at all.
#2 (along with #1) is being used extensively to build production Win32 applications on Windows. It was also ported to the ever-changing Wine library to make the GUI classes portable to Linux and macos. Since then, however, the world has moved to 64-bits. Every time I've tested on Wine, it required minor tweaks. It's even possible that some of those tweaks messed up the generic Win32 support. Then there is Win64...
It is my opinion that the GUI classes could be made to work in any of the above environments with minor work. I'd be happy to help if you reach out. I just don't want to do it for no reason.
Blake McBride [email protected]