Difference between revisions of "Libstarlight"

From GS2012 Wiki
Jump to navigation Jump to search
(Created page with "'''Author:''' zetaPRIME '''Original Thread:''' [https://gbatemp.net/threads/libstarlight-3ds-homebrew-application-framework.464820/ GBATemp] '''Original Repository:'''...")
 
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
'''Original Repository:''' [https://github.com/zetaPRIME/libstarlight GitHub]
 
'''Original Repository:''' [https://github.com/zetaPRIME/libstarlight GitHub]
  
'''Other Repositories:'''[http://vpgs.pro/Mirror/libstarlight VPGS.PRO Mirror]/[http://vpgs.pro/MirrorBackups/libstarlight VPGS.PRO Mirror Backup]
+
'''Other Repositories:''' [http://vpgs.pro/Mirror/libstarlight VPGS.PRO Mirror]/[http://vpgs.pro/MirrorBackups/libstarlight VPGS.PRO Mirror Backup]
  
 
'''License:''' [[MIT License]]
 
'''License:''' [[MIT License]]
Line 34: Line 34:
 
'''Download:'''
 
'''Download:'''
  
[http://mirror.gs2012.xyz/3DS/HOMEBREW/DEV TOOLS/libstarlight/v0.5.0/libstarlight-0.5.0.tar.gz libstarlight v0.5.0]
+
[http://mirror.gs2012.xyz/3DS/HOMEBREW/DEV%20TOOLS/libstarlight/v0.5.0/libstarlight-0.5.0.tar.gz libstarlight v0.5.0]
  
[http://mirror.gs2012.xyz/3DS/HOMEBREW/DEV TOOLS/libstarlight/v0.5.0/starlight-testbed.3dsx starlight-testbed v0.5.0 (3DSX)]
+
[http://mirror.gs2012.xyz/3DS/HOMEBREW/DEV%20TOOLS/libstarlight/v0.5.0/starlight-testbed.3dsx starlight-testbed v0.5.0 (3DSX)]

Latest revision as of 02:14, 26 March 2017

Author: zetaPRIME

Original Thread: GBATemp

Original Repository: GitHub

Other Repositories: VPGS.PRO Mirror/VPGS.PRO Mirror Backup

License: MIT License

Platform: Nintendo 3DS

Description:

libstarlight is a fully-featured application framework for 3DS homebrew written in C++14.

Features include:


- Fully themable UI framework with rich widgets designed for the 3DS's touchscreen

- Underlying graphics framework built on citro3d, using premultiplied alpha blending (textures automatically converted on load)

- Streamlined, easy-to-use onscreen keyboard

- Centralized configuration system for application-specific settings and storage, complete with optional auto-saving on exit

- Filesystem helpers to streamline working with SD and romfs contents

- Various basic datatypes for convenience and interoperability


Download:

libstarlight v0.5.0

starlight-testbed v0.5.0 (3DSX)