You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traffic Simulation in lua, optimized with binary searches, table memory allocation, and much more. Can simulate and visualize up to 10,000 cars at 60 fps.
Traffic Simulation in lua, optimized with binary searches, table memory allocation, and much more. Video is simulating 10,000 cars at 60 fps. Recorded with gyazo gif.
Most impressive code is in src/TrafficController/Lane.lua
Structure:
680325f471641edfd223c99bf32cfa09.mp4
About
Traffic Simulation in lua, optimized with binary searches, table memory allocation, and much more. Can simulate and visualize up to 10,000 cars at 60 fps.