Search Results

Search: Posts Made By: Ravikishore
Forum: Programming 12-09-2009
8,676
Posted By Ravikishore
How to install openGL packages
Hi Sir,

I am using ubuntu.
and i installed using "sudo apt-get install".

How to know whether they are installed or not ?
Forum: Programming 12-07-2009
8,676
Posted By Ravikishore
How to install openGL packages?
Hi,

Any one help me regarding how to install openGL packages to work in linux.
And i installed some of the packages(gl,glu), but i don't know whether they are installed are not .. Which command...
Forum: Programming 11-30-2009
38,507
Posted By Ravikishore
Hi Sir, Sorry for asking code.. I...
Hi Sir,

Sorry for asking code..
I made a code to draw cylinder is given below :

code :

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include...
Forum: Programming 11-30-2009
38,507
Posted By Ravikishore
Draw a 3D cylinder using openGL.
Hi,

please give me, how to code to draw 3D cylinder in openGL, that should be rotated in x-direction.
waiting for your reply ..
Forum: Programming 11-16-2009
12,637
Posted By Ravikishore
How to insert JPEGs on each side of the cylinder using openGL
Hi Sir,

Sorry for late Reply ,,, i am in out of station ..

i have code to generate cylinder, but i need to insert images on the surface .


code :

#include <stdlib.h>
#include...
Forum: Ubuntu 11-12-2009
8,247
Posted By Ravikishore
How to draw cylinder using openGL
Hi Sir,

i am new to openGL, i want to know how to draw cylinder using openGL code in C or C++..
And i have to insert bitmap images on cylinder..
How to do this .. please guide...
Forum: Programming 11-11-2009
12,637
Posted By Ravikishore
How to insert JPEGs on each side of the cylinder using openGL
Hi,

Sorry for late reply , i got the result of decompressed image, but now i need to insert images on Cylinder surfaces.

Please Help me out ...answer will appreciated ...
Forum: Programming 11-05-2009
12,637
Posted By Ravikishore
how to display, after decoding an image in openGL
Hi,

The source code is:

#include <stdio.h>
#include <jpeglib.h>
#include <stdlib.h>


unsigned char *raw_image = NULL;

int width = 2000;
int height = 1300;
int...
Forum: Programming 11-04-2009
12,637
Posted By Ravikishore
how to display, after decoding an image in openGL
Hi,

Thank you so much for your help.. it helps me a lot..
as i am new to openGL. i dont know whether it is a basic question which i am asking know.
the question is :

The program...
Forum: Programming 11-03-2009
12,637
Posted By Ravikishore
How to Decode an image using openGL
Hi,

How to decode an image using openGL library libjpeg ..
which are the steps needed to do this using C language..
actually my work is to decode the image, store it on the buffer,
and place...
Forum: Programming 10-28-2009
4,677
Posted By Ravikishore
How to rotate text in 3D using openGL code
Hi,

I want to know how to write text in window and that is to be rotated in 3D using openGL in C language...

any answer will have value ....
Forum: Programming 10-26-2009
3,573
Posted By Ravikishore
How to insert JPEG on each side of the cube using openGL
Hi,

The below code is working and it generate a cube which is rotating...

i need to insert JPEG on each side of the rotating cube...

#include <GL/glut.h>
#include <stdio.h>
#include...
Forum: Programming 10-26-2009
3,573
Posted By Ravikishore
How to insert JPEG on each side of the cube using openGL in C
Hi,

how to insert JPEG on each side of the cube using OpenGL in C language..
i have a program for cube..

guide me ,,,
any answer will valuable..
Forum: Ubuntu 10-26-2009
2,979
Posted By Ravikishore
how to insert JPEG on each side of the cube using openGl
Hi all,

i have the program to rotate the cube using openGL.

i want to insert J PEG on each side of the rotating cube using openGL in C...

please guide me,,any answer will appreciated..
Forum: Programming 09-16-2009
2,615
Posted By Ravikishore
How to enable that FrameBuffer
Hi Sir,

i goggled, but i dint get any proper information that how to enable tat Framebuffer ...
Forum: Programming 09-16-2009
2,615
Posted By Ravikishore
Error while running the C code
Hi Sir,

I am running C program which include directfb.h header files.

root@lxdevenv:~/Desktop# vi n.c
root@lxdevenv:~/Desktop# gcc n.c -o n...
Forum: Linux 09-10-2009
4,308
Posted By Ravikishore
Error while executing Directfb program on ubuntu
Hi ,
I am getting error while executing Directfb program on ubuntu ,,
my program is :

#include <stdio.h>
#include <unistd.h>



#include <directfb.h>



static IDirectFB *dfb = NULL;...
Forum: Ubuntu 09-08-2009
13,378
Posted By Ravikishore
How to install Directfb
Hi,,
i followed some steps to install Directfb which are below,,
tar -xvf DirectFB-1.2.8.tar.gz
tar -xvf linux-fusion-8.1.1.tar.gz
tar -xvf DirectFB-Examples-1.2.0.tar.gz

cd...
Forum: Ubuntu 09-03-2009
25,341
Posted By Ravikishore
what are the different applications of OpenGL
Hi Sir,

What i meant to say is what are the different applications where openGL is Used..

I need programming(c language) examples for each applications ,,,,
Forum: Ubuntu 09-02-2009
25,341
Posted By Ravikishore
Installation of SDL
Hi Sir,

I installed SDL and executed the small program ,,, its executed without any error ,,

after that i downloaded SDLgears-1.0.2.tar.gz

and i did ./configured it ..
done ...
Forum: Programming 09-01-2009
15,889
Posted By Ravikishore
How to compile openGL code which is in C++ in ubuntu
Hi,

I am trying to compile openGL code which is written in c++ ..but i am getting error msgs like this

root@lxdevenv:~/Desktop# g++ diss.cpp -o diss -I/usr/X11R6/include/ -L/usr/X11R6/lib...
Forum: Ubuntu 08-31-2009
25,341
Posted By Ravikishore
Hi Sir, I worked with c programs in...
Hi Sir,

I worked with c programs in ubuntu for openGL,,, now im trying to execute the c++ programs for openGL ,,,, while compiling its showing error message as
...
5,904
Posted By Ravikishore
same error after deleting the csh in that line
HI Sir,

I am getting the same error even after i deleting the csh from that lines

i am not getting what to do ,,,
Forum: Ubuntu 08-27-2009
25,341
Posted By Ravikishore
i am new to opengl , how to work opengl in ubuntu
Hi,

i am new to opengl, how to work openGL in ubuntu ,,

i am not getting which packages as to be install and how to install those packages.

and how to work with small programs..


Please...
5,904
Posted By Ravikishore
mkmkfiles.imake: line 51: syntax error: unexpected end of file
Hi,

i am installing glut-3.5 using that ./mkmkfiles.imake

its showing an error msg as
root@lxdevenv:~/Desktop/openGL/glut-3.5# ./mkmkfiles.imake
./mkmkfiles.imake: line 51: syntax error:...
Showing results 1 to 25 of 25

 
All times are GMT -4. The time now is 08:22 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy