TOUR
PRICING
HELP
Stencylpedia
Blocks Guide
Sample Games
Developer Center
Books & Courses
FORUMS
#MADEINSTENCYL
EDUCATION
SIGN IN
×
Welcome back!
Username or E-mail
Password
(
Forgot?
)
C
OMMUNITY
Home
Issue Tracker
Chat
Inbox [0]
New Posts
New Replies
Search
Stencyl Community
→
Stencyl
→
Extensions
→
Extension Ideas
→
C++ Extensions [Jon]
Pages:
1
C++ Extensions [Jon]
AnemoneLabSNC
Posts: 63
October 28, 2013, 02:07:48 am
Hi Jon,
in another post you talk about the possibility to make some native extensions in c++.
Can you post a little guide about this? or maybe just some tips or tracks to follow and I'll do the rest.
I'd like to see if there is a way to implement a videoplayer for windows native, try to implement a lua interpreter for scripting, and maybe give support to import files from
Spine
.
Thanks in advance.
Simone
Anemone Lab S.N.C.
Follow the development of our new game "Scintilla" on
facebook
!
Watch the teaser trailer on
youtube
or visit the game
website
!
Jon
Posts: 17529
October 28, 2013, 02:13:07 am
I've never tried it before, but my assumption is that you do exactly what you do for the iOS case, except that instead of a .mm Objective-C file, you can include .cpp files instead and when compiling, pass in MAC/WINDOWS as the target platform.
AnemoneLabSNC
Posts: 63
October 28, 2013, 02:23:02 am
Ok,
I'll dig it to found the way.
Check your mail, you have a secret surprise
Simone
Anemone Lab S.N.C.
Follow the development of our new game "Scintilla" on
facebook
!
Watch the teaser trailer on
youtube
or visit the game
website
!
Pages:
1