Skip to content

TaiyouConfig is a simple file format for storing data in a namespace:name structure

License

Notifications You must be signed in to change notification settings

aragubas/TaiyouConfig

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Taiyou Config

TaiyouConfig is a simple and easy to use file format for storing data

This project contains the compiler and runtime library (soon)

Data Structure:

Namespace->Type->KeyName

Source File

Syntax for a .tcfg file:

string:DataDir=./Source

$namespace Graphics
	bool:Fullscreen=True
	screenResolution:FullscreenResolution=1366x768
$end

$namespace Graphics.PostProcessing
	bool:Bloom=True
	bool:AutoExposure=True
$end

About

TaiyouConfig is a simple file format for storing data in a namespace:name structure

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages