Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 448 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 448 Bytes

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