Skip to content

Reimplement graphical API functions manually. #23

Open
@DreamyCecil

Description

@DreamyCecil

Right now IGfx interface pulls graphical functions from the engine by addresses and it only does it for Serious Engine 1.07 as of now due to difficulties locating the functions in the 1.05 engine.

These functions can be reimplemented by manually using OpenGL and DX8 libraries and be identical to those in the engine.

It might still require pulling specific global variables from the engine but this is not as hard as pulling an address for each out of 40+ functions. Additionally, these graphical functions can be customized and improved upon, if needed, with addition of new useful functions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    featureNew feature or requesttopic:coreRelated to core functionality of the entire patch

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions