Skip to content
New issue

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

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

Already on GitHub? # 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.

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

No branches or pull requests

1 participant