You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Nape Physics
I'm trying to port Nape to a language not supported by Haxe (Xojo).
I'm struggling to decipher the code because I'm not sure what all the ZPP prefixed classes are. There's no mention of them in the docs. Can anyone explain what they are?
Bernhard Pichler
unread,
Mar 6, 2016, 8:00:00 AM3/6/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Nape Physics
I asked myself the very same question (for very similar reasons). Have you found out what's the reason for those files?
Garry Pettet
unread,
Mar 8, 2016, 8:35:18 AM3/8/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Nape Physics
They're internal implementations of the types.
"Effectively" nape is the zpp_ types, and everything in the standard 'nape' package is a public wrapper around the zpp_ types providing the nice friendly user interface.