Search found 83 matches

by LizardGamer
Sat May 28, 2011 3:35 am
Forum: Beginners Help
Topic: If I wanted to use a Language with other libraries?
Replies: 23
Views: 1184

I wish the other people make the other language wrappers would continue, because I only have one problem with C# which is that there are 2 different groups making C# (Microsoft for windows and Mono for everyplatform) and I'm not sure but I think this can cause compatibility issues with ppl with the ...
by LizardGamer
Sat May 28, 2011 2:36 am
Forum: Project Announcements
Topic: Irrlicht Lime is a .NET wrapper for Irrlicht Engine
Replies: 422
Views: 176089

Can I use Mono with Lime? Because I really to make my projects cross platform
by LizardGamer
Sat May 28, 2011 2:05 am
Forum: Beginners Help
Topic: If I wanted to use a Language with other libraries?
Replies: 23
Views: 1184

C++ will require some time to learn, the problem is that there are a lot of concepts (like memory management, correct pointer usage, etc.) you need to learn which actually require you to already now about some other programming concepts I'm not saying it's not possible to learn C++ directly from th...
by LizardGamer
Sat May 28, 2011 12:32 am
Forum: Beginners Help
Topic: If I wanted to use a Language with other libraries?
Replies: 23
Views: 1184

That would be one huge accomplishment if that were true, here's a wikipedia list of all programming languages excluding some dialects, you actually took the time to learn them all? :D Ok funny guy you know what I mean!!! Lol I know ;) Just couldn't let the opportunity go :D I have to disagree with ...
by LizardGamer
Fri May 27, 2011 5:14 am
Forum: Beginners Help
Topic: If I wanted to use a Language with other libraries?
Replies: 23
Views: 1184

zester wrote:But honestly most games don't even need scripting.
But really, having a scripting language makes game production easier.
by LizardGamer
Fri May 27, 2011 12:12 am
Forum: Off-topic
Topic: capture video and sound from game
Replies: 8
Views: 1615

Try use fraps, it's imo best software for recording games But all records work differently on other computers like Fraps works better on my friends computer than it does mine! I only use Xfire becuase it works good on my computer. The only problem I have with xfire is that you have to use a game fr...
by LizardGamer
Fri May 27, 2011 12:05 am
Forum: Beginners Help
Topic: If I wanted to use a Language with other libraries?
Replies: 23
Views: 1184

You'd need wrappers or ports for all those other libraries too I'm afraid Managed languages like C# don't really like to play with non-managed languages like C++ all too much, but I don't think it'd be too hard to find wrappers or ports for major libraries like bullet It looks like I'm learning C++...
by LizardGamer
Thu May 26, 2011 9:37 am
Forum: Off-topic
Topic: capture video and sound from game
Replies: 8
Views: 1615

Try use fraps, it's imo best software for recording games But all records work differently on other computers like Fraps works better on my friends computer than it does mine! I only use Xfire becuase it works good on my computer. The only problem I have with xfire is that you have to use a game fr...
by LizardGamer
Thu May 26, 2011 9:03 am
Forum: Beginners Help
Topic: Bullet, ODE or Newton
Replies: 16
Views: 3583

Can I report this guy?

Shitty American Scams
by LizardGamer
Thu May 26, 2011 8:36 am
Forum: Beginners Help
Topic: If I wanted to use a Language with other libraries?
Replies: 23
Views: 1184

If I wanted to use a Language with other libraries?

I'm wanting to use Bullet physics (using the Bullet wrapper), OpenAL (with cAudio), and a couple other libraries etc. But would I be able to access all of this functionality if I used one of the Irrlicht language bindings? I know that I would have to bind a language library to irrlicht (like C# with...
by LizardGamer
Wed May 25, 2011 12:57 pm
Forum: Project Announcements
Topic: No Rest For The Wicked (Survival/Horror/Mystery/Puzzle)
Replies: 68
Views: 18386

kazymjir wrote:And you will be selling your games for brains
How'd you know that.........Ahum I have no idea what your talking about. :lol:
by LizardGamer
Wed May 25, 2011 12:28 pm
Forum: Project Announcements
Topic: No Rest For The Wicked (Survival/Horror/Mystery/Puzzle)
Replies: 68
Views: 18386

Actually your kinda right, I am Schizoaffective(Schizophrenia/Bipolar). And yes my childhood sucked. That would be like most of us, being bullied and/or depressed in our lifes. Just like me. Probably the most disturbing game I have thought of making (with irrlicht) is a survival horror game where y...
by LizardGamer
Wed May 25, 2011 11:43 am
Forum: Off-topic
Topic: capture video and sound from game
Replies: 8
Views: 1615

Let me quess your using CamStudio?

If you are, (I did) it isn't so good because it slows down your games to much to record
by LizardGamer
Wed May 25, 2011 7:59 am
Forum: Project Announcements
Topic: No Rest For The Wicked (Survival/Horror/Mystery/Puzzle)
Replies: 68
Views: 18386

This looks really good but disturbing at the same time!

Did you have a good childhood?
by LizardGamer
Mon May 23, 2011 9:00 am
Forum: Game Programming
Topic: Script evaluation
Replies: 44
Views: 13984

Why would you even want to port LUA code to C++? The entire idea behind LUA and other scripting languages is that you can separate your game logic from your main codebase so you don't need to recompile your entire application whenever you make the smallest change in your game logic, if you ever fin...