-
Notifications
You must be signed in to change notification settings - Fork 22
Move to picoc instead of lua #12
Copy link
Copy link
Open
Labels
enhancementNew feature or requestNew feature or request
Description
Picoc is a c-interpreter which imo makes much sense than lua since we have native pointers and proper types.
With #11 this will enable users to just access process-memory from a pointer inside the c-script so they can for example define structs and directly point that struct to game-memory.
Since unlike lua this doesn't have speed as its target performance is going to suffer a bit though the ability to access native pointers removes the need to copy memory all the time so it might actually be faster.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request