GLFW
| GLFW | |
|---|---|
| Тип | API |
| Написана на | Си |
| Операционная система | Кроссплатформенное программное обеспечение |
| Аппаратные платформы | FreeBSD, macOS, Linux и Windows |
| Последняя версия | 3.4 (23 февраля 2024[1]) |
| Репозиторий | github.com/glfw/glfw |
| Состояние | активное |
| Лицензия | zlib[2] |
| Сайт | glfw.org |
GLFW — Open Source библиотека для кроссплатформенного создания и открытия окон, создания OpenGL контекста и управления вводом. Она легко интегрируется в существующие приложения, так как не претендует на главный цикл приложения.
Возможности
- Простой в использовании API в стиле OpenGL API
- Создает окно и OpenGL контекст двумя вызовами функций
- Явная поддержка MSAA и OpenGL 3.2 +, включая профили и флаги
- Ввод может быть получен как с помощью опроса, так и callback функциями
- Ввод символов в кодировке Unicode
- Make-файлы или файлы проекта для самых популярных C / C++ компиляторов
См. также
Примечания
- ↑ GLFW version history. Дата обращения: 1 декабря 2022. Архивировано 29 июня 2018 года.
- ↑ GLFW - License. Дата обращения: 19 июля 2015. Архивировано 29 июня 2018 года.
Content Disclaimer
Informasi ini disarikan dari Wikipedia dan disajikan kembali untuk tujuan edukasi. Konten tersedia di bawah lisensi CC BY-SA 3.0. Kami tidak bertanggung jawab atas ketidakakuratan data yang bersumber dari kontribusi publik tersebut.
- The information displayed on this website is sourced in part or in whole from Wikipedia and has been adapted for the purpose of restating it. We strive to provide accurate and relevant information, however:
- There is no guarantee of absolute accuracy. Wikipedia is an open, collaborative project that can be edited by anyone, so information is subject to change.
- It is not intended to constitute professional advice. The content displayed is for informational and educational purposes only. For important decisions (e.g., medical, legal, or financial), please consult a professional.
- Content copyright. Wikipedia is licensed under the Creative Commons Attribution-ShareAlike License (CC BY-SA). This means that content may be reused with appropriate attribution and shared under a similar license.
- Responsible use. Any risk arising from the use of information from this website is entirely the responsibility of the user.