Hi everyone,
i have a small release for you all!
This time i implemented the modern context creation for GLX and fixed the win32 wrong usage of _InterlockedExchange*64 for x86.
Also there are some news for you:
I recencly launched the website https://libfpl.org so i have something to host my documentations/tutorials/demos and provide mirrors for releases.
In addition i got myself a license for CLion, so i can fully work on other platforms properly. Unfortunatly i had to create a CMakeLists file for every demo project, otherwise CLion wont compile :-(
Also it seems that my ubuntu 17.10 installation needs to be replaced very soon, its extremely unstable - i always get crashes for almost everything. Maybe i will give arch a try.
Changelog:
## v0.7.4.0 beta:
- Fixed: [Win32] Removed x64 detection for fplAtomicStoreS64 and fplAtomicExchangeS64 and use _InterlockedExchange*64 directly
- Changed: [GLX] Implemented modern opengl context creation