エントリーの編集

エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
GLSLExample - pygame wiki
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています

- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
GLSLExample - pygame wiki
The following uses ctypes to get to the OpenGL 1.5/2.0 functions not exported by PyOpenGL. See GL... The following uses ctypes to get to the OpenGL 1.5/2.0 functions not exported by PyOpenGL. See GLSL_ARB_Example for an implementation using the OpenGL ARB extensions. from ctypes import * import sys import pygame from pygame.locals import * try: # For OpenGL-ctypes from OpenGL import platform gl = platform.OpenGL except ImportError: try: # For PyOpenGL gl = cdll.LoadLibrary('libGL.so') except OSEr