文件名称:SFML-Squirrel-Binding:这是 SFML 与 Squirrel 脚本语言的绑定
文件大小:104KB
文件格式:ZIP
更新时间:2024-08-05 07:35:45
C++
绑定包括来自 SFML 的以下模块 图形 网络 系统 窗户 这是如何加载它的示例(取决于 ) // Initialize and register the sf namespace in the VM Sqrat::Table sfNamespace(v); Sqrat::RootTable(v).Bind(_SC("sf"), sfNamespace); // Initialize and register the SFML system Squirrel libraries in the VM RegisterSfmlClockLib(v, sfNamespace); RegisterSfmlStringLib(v, sfNamespace); RegisterSfmlTimeLib(v, sfNamespace); RegisterSfmlVector2Lib(v, sfName
【文件预览】:
SFML-Squirrel-Binding-master
----window()
--------sfvideomode.hpp(2KB)
--------sfmouse.cpp(4KB)
--------sfvideomode.cpp(5KB)
--------sfevent.hpp(2KB)
--------sfstyle.hpp(2KB)
--------sfkeyboard.cpp(11KB)
--------sfkeyboard.hpp(2KB)
--------sfjoystick.cpp(5KB)
--------sfjoystick.hpp(2KB)
--------sfstyle.cpp(2KB)
--------sfevent.cpp(19KB)
--------sfmouse.hpp(2KB)
----README.md(3KB)
----graphics()
--------sfvertex.hpp(2KB)
--------sfblendmode.cpp(6KB)
--------sfrect.cpp(12KB)
--------sfrenderstates.cpp(5KB)
--------sftexture.cpp(11KB)
--------sfcircleshape.cpp(4KB)
--------sfview.hpp(2KB)
--------sfsprite.hpp(2KB)
--------sfprimitivetype.hpp(2KB)
--------sfrect.hpp(2KB)
--------sfvertex.cpp(5KB)
--------sfshape.cpp(4KB)
--------sfconvexshape.cpp(3KB)
--------sftext.cpp(5KB)
--------sftexture.hpp(2KB)
--------sfblendmode.hpp(2KB)
--------sfrendertarget.hpp(2KB)
--------sfrenderwindow.hpp(2KB)
--------sfprimitivetype.cpp(2KB)
--------sfcolor.cpp(5KB)
--------sfvertexarray.cpp(7KB)
--------sffont.hpp(2KB)
--------sftransform.hpp(2KB)
--------sfcircleshape.hpp(2KB)
--------sfimage.cpp(10KB)
--------sfrendertarget.cpp(14KB)
--------sfglyph.hpp(2KB)
--------sftext.hpp(2KB)
--------sfrenderwindow.cpp(13KB)
--------sfconvexshape.hpp(2KB)
--------sfrendertexture.cpp(3KB)
--------sfcolor.hpp(2KB)
--------sftransform.cpp(11KB)
--------sfrendertexture.hpp(2KB)
--------sfview.cpp(7KB)
--------sftransformable.cpp(8KB)
--------sfsprite.cpp(5KB)
--------sfrectangleshape.hpp(2KB)
--------sfshape.hpp(2KB)
--------sfvertexarray.hpp(2KB)
--------sfimage.hpp(2KB)
--------sffont.cpp(5KB)
--------sftransformable.hpp(2KB)
--------sfrectangleshape.cpp(3KB)
--------sfrenderstates.hpp(2KB)
--------sfglyph.cpp(3KB)
----network()
--------sfipaddress.cpp(4KB)
--------sfpacket.hpp(2KB)
--------sfport.hpp(2KB)
--------sfsocket.hpp(2KB)
--------sfpacket.cpp(10KB)
--------sftcpsocket.cpp(6KB)
--------sfudpsocket.hpp(2KB)
--------sftcplistener.cpp(4KB)
--------sfipaddress.hpp(2KB)
--------sftcpsocket.hpp(2KB)
--------sftcplistener.hpp(2KB)
--------sfport.cpp(3KB)
--------sfsocket.cpp(2KB)
--------sfudpsocket.cpp(7KB)
----sfsqrat.hpp(2KB)
----system()
--------sfvector3.hpp(2KB)
--------sftime.cpp(5KB)
--------sfstring.cpp(18KB)
--------sfclock.hpp(2KB)
--------sfvector2.hpp(2KB)
--------sfstring.hpp(2KB)
--------sfclock.cpp(3KB)
--------sfvector2.cpp(14KB)
--------sfvector3.cpp(9KB)
--------sftime.hpp(2KB)