SFML Python Library #14

Open
opened 2024-03-09 18:38:09 +00:00 by john · 0 comments
Owner

notes say:
18 feat: Expose SFML library as a built-in

Is there an official wrapper for SFML? Can it be included as a built in?

Intentions:

  • Use SFML classes directly where they're used in McRogueFace (colors, vectors, textures, fonts)
  • Allow Python to instantiate and provide those objects, handle the handoff to get SFML pointers directly (i.e. follow the "C++ First" tenet, don't call Python every frame)
  • Prep for Window class which has more SFML objects that aren't of great interest to the rest of McRogueFace
  • If there's no library available, consider a mcrfpy.SFML submodule to expose the useful functionality
notes say: 18 feat: Expose SFML library as a built-in Is there an official wrapper for SFML? Can it be included as a built in? Intentions: * Use SFML classes directly where they're used in McRogueFace (colors, vectors, textures, fonts) * Allow Python to instantiate and provide those objects, handle the handoff to get SFML pointers directly (i.e. follow the "C++ First" tenet, don't call Python every frame) * Prep for Window class which has more SFML objects that aren't of great interest to the rest of McRogueFace * If there's no library available, consider a `mcrfpy.SFML` submodule to expose the useful functionality
john added the
Major Feature
label 2024-03-09 18:38:09 +00:00
john added this to the Alpha Release Targets milestone 2024-03-13 14:54:50 +00:00
Sign in to join this conversation.
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: john/McRogueFace#14
No description provided.