Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows-Department: Evaluate lua as config loader #561

Open
mrzzzrm opened this issue Apr 1, 2014 · 0 comments
Open

Windows-Department: Evaluate lua as config loader #561

mrzzzrm opened this issue Apr 1, 2014 · 0 comments

Comments

@mrzzzrm
Copy link

mrzzzrm commented Apr 1, 2014

It appeared to me that loading times in debug mode are a problem (and might become a problem with more stuff to load in Release mode as well?)

Lua gives us everything we need

  • Arbitrarily nested structures
  • build in support for ints, bools, floats, strings
  • easily extendable with own datatypes (vec3() is already there, for example)

Lua is known to be fast, so speed shouldn't be a problem, I guess.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant