Michael Williams
Michael Williams
Specifically, in `StandardApplication::startup()`.
We'll need to update LuaJIT to accept custom allocators via `lua_newstate`. Then we will need to provide it an allocator that allocates within the first 2GiB.
Via Levenshtein edit distance?
[As per this fiasco.](https://www.reddit.com/r/cpp/comments/4ibauu/visual_studio_adding_telemetry_function_calls_to)
For example, source data could be broken down into: - `core` - `sample/01-hello-world` - `sample/02-cube` - ... And layered per-project to allow common code and data to be shared.
I had a logo (and color scheme) made by [Donatas Surgailis](https://dribbble.com/surgailis) a little while back. It's beyond lovely. This should be leveraged into a web presence, as well as assets...
Basically, > You're free to do what you want but we're not responsible. > > We ask that you (1) display a provided splash screen and (2) don't misattribute where...
A smoothed time-step policy should be added. Using historical frame times, it should smooth out any spikes. Additionally, a "payback" version should added, to prevent desynchronization issues in multiplayer.