adamschackart / AXLE3D

A modular collection of game libraries for Python and/or C++.
20 stars 1 forks source link

update win32 libs #43

Open adamschackart opened 6 years ago

adamschackart commented 6 years ago

This is marked bug because the weakref module cannot be imported in win32 debug, and Python 3 debug win32 libs are not present in external/ yet. There is also some weirdness with my Windows 10 touchscreen and SDL, and an update from 2.0.5 -> 2.0.7 might fix that.

adamschackart commented 6 years ago

We should also revisit the SDL window flags and perhaps add some new boolean window properties (window is vulkan), and check all header file additions to support new features as required (set allocator). However, this could break the build on my Linux laptop, which is currently linking against SDL 2.0.6.

There's also a new version of sizer available (with an outdated binary).