FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Search found 5 matches
Forum Index
Author Message
  Topic: DDL plugin tutorial question
jaak

Replies: 2
Views: 14922

PostForum: DDL - D Dynamic Libraries   Posted: Fri Sep 29, 2006 7:23 am   Subject: DDL plugin tutorial question
Aah. thanks. I assume that the dependencies that must be loaded can be discovered at runtime.
  Topic: DDL plugin tutorial question
jaak

Replies: 2
Views: 14922

PostForum: DDL - D Dynamic Libraries   Posted: Thu Sep 28, 2006 1:12 pm   Subject: DDL plugin tutorial question
I was looking at the DDL tutorial on making plugins and there is something i'm unsure about. (But the difference is more than in just the code: under the hood, Stdout is actually stored in the host pr ...
  Topic: FreeType and a single texture font
jaak

Replies: 3
Views: 8546

PostForum: Derelict   Posted: Sun Jul 30, 2006 8:35 am   Subject: FreeType and a single texture font

I just try to pick font files with very clear licences, so that I know I'm allowed to distribute them. I'm using Bitstream Vera (http://www.gnome.org/fonts/) in my current project for exactly this r ...
  Topic: FreeType and a single texture font
jaak

Replies: 3
Views: 8546

PostForum: Derelict   Posted: Thu Jul 27, 2006 7:54 am   Subject: FreeType and a single texture font
I use AngelCode's Bitmap Font Generator (www.angelcode.com/products/bmfont/) to create a single bitmap containing all the characters of a font for my Derelict OpenGL Application. The problem is that a ...
  Topic: Vertex Arrays
jaak

Replies: 2
Views: 6433

PostForum: Derelict   Posted: Sun Jul 02, 2006 1:36 pm   Subject: Vertex Arrays
The following worked for me:


GLfloat[] qtVertices;
GLfloat[] qtColors;
GLuint[] qtList;

// create lists here as normal dynamic arrays

glVertexPointer ( ...
 
Page 1 of 1
All times are GMT - 6 Hours
Jump to:  


Powered by phpBB © 2001, 2005 phpBB Group