Search found 36 matches

by soulaymenc
Wed Apr 09, 2014 9:19 pm
Forum: General
Topic: How does game design application works
Replies: 4
Views: 2456

How does game design application works

Hello lovers, Does any one here (by chance) knows how does game design applications work? The way your drag and drop an object and it appears in the game scene, you adjust its position, change it's properties, etc. I want to make one but I do not know where to start :( Any hints? advice? It would be...
by soulaymenc
Mon Apr 07, 2014 8:29 pm
Forum: General
Topic: Sublime Text Completions for 0.9.0
Replies: 2
Views: 3138

Re: Sublime Text Completions for 0.9.0

omg u guys are awesome! Thanks :D
by soulaymenc
Sun Apr 06, 2014 11:43 am
Forum: General
Topic: Love2D tutorials suggestions
Replies: 7
Views: 3334

Re: Love2D tutorials suggestions

Thank you for your quick replies! I will share with you the presentations that I did, in order for you guys to criticize the quality of information that I'm giving, and how can I optimize it. Session 1: Scripting and why we do it: http://sora.eliteheberg.fr/wp-content/uploads/2014/04/Scripting-and-w...
by soulaymenc
Fri Apr 04, 2014 7:09 pm
Forum: General
Topic: Love2D tutorials suggestions
Replies: 7
Views: 3334

Love2D tutorials suggestions

Hello every one. I am from Tunisia, and I am running a small club to learn 2D game development. Since I'm here means I picked up love2d to start with. So I have a basic knowledge of love2D, and I'm writing few presentations to get people started with Lua / Love. So far we had two sessions: Session 1...
by soulaymenc
Thu Mar 20, 2014 1:09 pm
Forum: General
Topic: Calling C function from a dll, in lua
Replies: 2
Views: 3094

Re: Calling C function from a dll, in lua

Thanks for your reply :)

I compiled it using the latest version of lua 5.2.3, is that the problem maybe?
by soulaymenc
Wed Mar 19, 2014 6:21 pm
Forum: General
Topic: Calling C function from a dll, in lua
Replies: 2
Views: 3094

Calling C function from a dll, in lua

hello lovers, I have been strugglin' for two days to make a DLL in C then call its functions from a lua script. The C functions are to deal with wiiuse library, so I can use this feature in Love games. So here is the code: #include "wiiuse.h" #include "lua/lua.h" #include "l...