Synodic-Software / Soul-Engine

Physically based renderer and simulation engine for real-time applications.
GNU General Public License v3.0
42 stars 24 forks source link

Scripting Language #52

Closed Behemyth closed 6 years ago

Behemyth commented 7 years ago

Run-time scripting is a powerful tool for updating values in a project without waiting for a compilation stage. However, we do not want to stray from the performance C++ gives. Either create a scripting layer for per-file c++ compilation (Each file has its own .dll) or find a scripting library that barely strays from the C++ standard.