diobat / FluxLumina

FluxLumina is an openGL based rendering engine
MIT License
9 stars 0 forks source link

User created rendering strategies #86

Open diobat opened 9 months ago

diobat commented 9 months ago

In order to allow the user to develop their own rendering strategies, the following three items have to be checked:"

  1. RenderingStrategy class must be exposed to the user
  2. RenderingNode class must be exposed to the user
  3. FluxLumina class initializer must be adapted in order to take am RenderingStrategy object as arg (adding an overload is perhaps better)