タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

luaとsdlに関するrin1024のブックマーク (2)

  • lua-users wiki: Lua Module Lua Sdl

    Lua-SDL2 Description A Lua binary module, for accessing SDL from Lua scripts. SDL stands for "Simple DirectMedia? Layer", and is a comprehensive, open-source, cross-platform multimedia API that can be used to produce professional-quality games. [1] [2] Installation luarocks install lua-sdl2 Make sure the libsdl development packages for SDL 2 are installed in your machine. RecentChanges · preferenc

  • ハエ叩き

    概要 SDL+OpenGL と Lua を用いたゲームのサンプル最低限の機能のみ実装 ダウンロード flyflapp-0.0.3.tar.gz (ソースコード) 技術的な要素 SDL + OpenGL による画面描画Lua スクリプトによるゲーム処理の記述OpenAL による、位置に応じた効果音の再生 主なソースコード FlyFlapp.cpp #include "Audio.h" #include "Screen.h" #include "LuaHandler.h" #include "luabindSystem.h" #include "luabindGeometry.h" #include "luabindGui.h" #include "luabindAudio.h" #include "luabindFlyFlapp.h" #include <cstring> using nam

  • 1