Search found 72 matches
- Sep 27, 2008 21:21
- Forum: General
- Topic: Is there a [comprehensive] manual for using OpenGL in FB?
- Replies: 3
- Views: 1384
OpenGL is OpenGL no matter what language. Lighting is done the same way in all languages: Set up the vectors, assign them to the light, enable lighting, enable your light. A complete guide for OpenGL is available on the OpenGL website. It's called the Redbook (actually, it's called the Programmers G...
- Sep 26, 2008 2:40
- Forum: Beginners
- Topic: pixel exact collision detection
- Replies: 5
- Views: 2018
- Sep 26, 2008 2:35
- Forum: Sources, Examples, Tips and Tricks
- Topic: Real seconds into game seconds
- Replies: 11
- Views: 3625
Here is the OpenGL Redbook in HTML format: http://www.opengl.org/documentation/red_book/
- Sep 14, 2008 20:40
- Forum: General
- Topic: Speed of C emitted code
- Replies: 31
- Views: 8717
- Sep 13, 2008 13:22
- Forum: General
- Topic: Speed of C emitted code
- Replies: 31
- Views: 8717
- Sep 03, 2008 14:04
- Forum: Beginners
- Topic: Sizeof Array question
- Replies: 19
- Views: 5839
- Sep 03, 2008 14:03
- Forum: Community Discussion
- Topic: Chrome is fast!
- Replies: 26
- Views: 7228
- Sep 03, 2008 3:11
- Forum: Beginners
- Topic: Sizeof Array question
- Replies: 19
- Views: 5839
- Sep 03, 2008 3:09
- Forum: General
- Topic: Offscreen Buffer vs Writing Directly to ScreenPtr
- Replies: 5
- Views: 1673
What is this doing? I'm a little confused. A = Image[BufferCount - 320] B = Image[BufferCount + 1] C = Image[BufferCount - 1] D = Image[BufferCount + 320] P = Image[BufferCount] If A <> D And B <> C Then If A = C Then P1 = C Else P1 = P If A = B Then P2 = B Else P2 = P If C = D Then P3 = C Else P3 =...
- Sep 03, 2008 3:02
- Forum: Community Discussion
- Topic: Freebasic's grammar
- Replies: 6
- Views: 2512
There's an existing C emitter? Wow, I have been gone a long time. I'll check it out, unfortunately I have a PPC Mac (yeah, it's old) and would have to change all of the bit field stuff to get it to work. I have an old Ubuntu box around here somewhere I just remembered, maybe I can work on it on that...
- Sep 03, 2008 2:43
- Forum: Community Discussion
- Topic: Freebasic's grammar
- Replies: 6
- Views: 2512
That's still in the works? Sure, I'll help work on that, problem is that I don't have a PC so I could only do code in actual C :? Wait, it's going to be C? What happened to C++, isn't Freebasic an object oriented language now? Sorry, been a while since I've been around here :P Does anyone here even ...
- Sep 03, 2008 2:17
- Forum: Community Discussion
- Topic: Freebasic's grammar
- Replies: 6
- Views: 2512
Freebasic's grammar
Is there a complete grammar FreeBasic out there? I got some free time while I job hunt and was thinking of porting FreeBasic to the Macintosh by taking the grammar to make a concrete parse tree and having the tree spit out stdc++ code.
If anyone wants to help that would be nice too :P
If anyone wants to help that would be nice too :P
- Jun 18, 2008 2:45
- Forum: General
- Topic: Swapping colors in a bitmap
- Replies: 4
- Views: 2131
- May 15, 2008 14:42
- Forum: General
- Topic: Creating Videos of FB Programs?
- Replies: 8
- Views: 3080