User profile: TriforceOfKirby

User info
User name:TriforceOfKirby
Name:Brandon
History
Joined:
Number of posts:6
Latest posts:

Class structure advice
Yep those need initial values still.

Class structure advice
What sort of template? It's an open world RPG; I wanted to make my own engine from scratch since I'm...

Class structure advice
I'm making a simple RPG which I'm currently working on a class structure for items. I'm not sure ...

Linking GLFW Dependencies in Code::Blocks
Ok so appears to work if I just use -lglfw, but not if I use -lglfw3. With just -glfw, I don't need ...

Linking GLFW Dependencies in Code::Blocks
How can I link it dynamically? I got GLFW using the following commands: [code] cd ~/Downloads wget ...