翻訳と辞書
Words near each other
・ Sgt. Pepper's Lonely Hearts Club Band (disambiguation)
・ Sgt. Pepper's Lonely Hearts Club Band (film)
・ Sgt. Pepper's Lonely Hearts Club Band (song)
・ Sgt. Pepper's Lonely Hearts Club Band (soundtrack)
・ SGCB
・ SGCC UAV
・ SGCD
・ SGCE
・ SGCG
・ SGCZ
・ SGD (disambiguation)
・ SGE
・ SGE Analytical Science
・ SGE Group
・ SGE Loans
Sge2d
・ SGEduLab
・ SGEF
・ Sgeotasaigh
・ SGES
・ SGF
・ SGG
・ SGGS
・ SGH
・ SGH War Memorial
・ Sghair Ould M'Bareck
・ SGHC
・ SGHS
・ SGI
・ SGI 1600SW


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Sge2d : ウィキペディア英語版
Sge2d

Sge2d is an open source platform independent MIT licensed framework for programming 2d games in C/C++. It aims for low dependencies and easy portability. Its main focus is providing an easy API and providing features useful for commercial game development.
Since release 20110122 it is possible to use the library from C++
== Example ==

The following example opens a window in the dimension 320×240, reads a bitmap font from an encrypted file and prints hello world limited to 30 frames per second.

#include
// struct to hold font data
typedef struct MainStateData;
// redraw function of current state
void on_redraw(SGEGAMESTATE
*state)
// game entry point
int run(int argc, char
*argv[])


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Sge2d」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.