Search found 5 matches
- Wed Nov 18, 2015 6:56 pm
- Forum: Programming Discussion
- Topic: Crossplatforming methods in C
- Replies: 3
- Views: 14081
Re: Crossplatforming methods in C
I think it depends on how different each OS implementation really is. Are you replacing a few lines, or basically the entire method. If a few lines, use the #ifdef approach. If you're basically #ifdef'ing the entire function, it's probably cleaner to just create multiple files and #ifdef the #inclu...
- Tue Nov 17, 2015 6:46 pm
- Forum: Programming Discussion
- Topic: Crossplatforming methods in C
- Replies: 3
- Views: 14081
Crossplatforming methods in C
By methods i mean ideologies, not code xD I have been writing a General crossplatform library in C so that users can download the library, and make objects like threads out of the box. Basically abstracting 3 platform specific code into one, but i dont quite know what the better approach on doing so...
- Sun Mar 29, 2015 4:03 pm
- Forum: Programming Discussion
- Topic: OpenGL and the Libraries
- Replies: 2
- Views: 2370
OpenGL and the Libraries
Can someone explain to me the differences between each library? Such as :
1. GLFW
2. GLEW
3. GLUS
4. GLU
5. GLUT
Like, are all of these necessary for one application? Or can i pick between which one i want to use.
1. GLFW
2. GLEW
3. GLUS
4. GLU
5. GLUT
Like, are all of these necessary for one application? Or can i pick between which one i want to use.
- Sun Mar 15, 2015 7:08 pm
- Forum: General/Off-Topic
- Topic: Official "Hello, World! (I'm new!)" thread
- Replies: 821
- Views: 629525
Re: Official "Hello, World! (I'm new!)" thread
thank you! and i wanna give huge thank you to falco, marcel, tyler, peter, and MarauderIIC for all of the Adventures in Game Development videos. They have given me a lot of inspiration with my project
- Sat Mar 07, 2015 10:34 pm
- Forum: General/Off-Topic
- Topic: Official "Hello, World! (I'm new!)" thread
- Replies: 821
- Views: 629525
Hello! (A simple Introduction)
My name is Jim, ive been on a Development team, Dragon Lens Studios, for almost 2 months now, and i just started getting into your videos on your youtube channel, and love what you guys do.
Admin note: Merged into official "Hello World" topic.
Admin note: Merged into official "Hello World" topic.