takaya030の備忘録

PHP、Laravel、Docker などの話がメインです

SDL

MSYS2 の Go言語(golang) から SDL2 を使う

検証環境 Windows10 Home Edition msys2-x86_64-20170918 $ go version go version go1.9.1 windows/amd64 MSYS2 に SDL2, Go言語をインストール 下記サイトの手順でインストールする takaya030.hatenablog.com takaya030.hatenablog.com veandco/go-sdl2 の…

MSYS2 + MinGW 環境に SDL2 をインストール

検証環境 Windows10 Home Edition msys2-x86_64-20170918 $ gcc --version gcc.exe (Rev2, Built by MSYS2 project) 7.2.0 Copyright (C) 2017 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO …

MinGW + SDL2 で OpenGL を使う

検証環境 Windows10 Home Edition SDL 2.0.7 $ gcc --version gcc.exe (rubenvb-4.5.4) 4.5.4 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERC…

MinGW 環境に SDL2 をインストールする

SDL

検証環境 Windows10 Home Edition $ gcc --version gcc.exe (rubenvb-4.5.4) 4.5.4 Copyright (C) 2010 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILIT…