Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 54 results for
glsl
- Page 1
Why do you prefer GLSL to Nvidia Cg? For me GLSL it's trouble!!
Programming
Game Development
11 Years Ago
by IdiotProgrammer
…s my first time here. I don't know why
GLSL
is better to Nvidia Cg! :( I'm working …'s just fine, but when I try to use
GLSL
, just don't work! I'm using a Nvidia…in my old ATI card it works!! For me
GLSL
don't work neither in my old ATI card neither…in my new Nvidia card! Why Many people say that
GLSL
is better than Nvidia Cg? I don't understand!! …
Re: Why do you prefer GLSL to Nvidia Cg? For me GLSL it's trouble!!
Programming
Game Development
11 Years Ago
by IdiotProgrammer
YYYEEEEESSSSSSSSSSSSSSS!!! :))))) Now I can already use
GLSL
!!! In skeletal animation, in shadow mapping, and in skeletal animation and shadow mapping together!!! You're right!
GLSL
is better than Nvidia Cg!!! :))))) [Click Here](http://s22.postimg.org/mrv6lt0wh/dwarf2.gif)
GL program stops responding with GLSL
Programming
Software Development
13 Years Ago
by SgtMe
… from NeHe of course) and I've tried to implement
GLSL
shaders into my program. Currently, its meant to draw a…
Re: GL program stops responding with GLSL
Programming
Software Development
13 Years Ago
by TTTHXC
Two things: 1: you should post up your code, instead of making a reference to a webpage. and 2: it may not be a problem with the code, but with your graphics card. however the best way to test if it is a file incompatability is to add this to the top of your CPP file under your header declarations #ifdef <Version_Identifier> //…
Trying to understand how to use PyStream
Programming
Software Development
10 Years Ago
by Tcll
… this project is basically nothing more than a python to
GLSL
translator. https://github.com/ncbray/pystream you have to follow… the
GLSL
rules with the python code, so usage isn't exactly… function to call which translates a python file to a
GLSL
shader (not sure about the filetype used). I'm …
opengl glew problems
Programming
Game Development
15 Years Ago
by ceesdaname
…); glEnable(GL_DEPTH_TEST); init(); if( !setShaders("../maze/vert.
glsl
","../maze/frag.
glsl
")) return; glutMainLoop(); } //end code Okay so please…
PHP Session and MySQL Problem
Programming
Web Development
13 Years Ago
by TheHaxx0r1215
…;>GNU Gettext</option><option value=\"
glsl
\">glSlang</option><option value=\"…;>GNU Gettext</option><option value=\"
glsl
\">glSlang</option><option value=\"…
Bus Error-Segmentaion Fault-Coder Error
Programming
Software Development
13 Years Ago
by leftovas17
… the resulting shader program GLuint program = InitShader( "vshader21.
glsl
", "fshader21.
glsl
" ); glUseProgram( program ); // Initialize the vertex position attribute…
How do I even start researching on OpenGL Color Animation?
Programming
Software Development
13 Years Ago
by dark_sider_1
… just been assigned to create a color animation project with
GLSL
, and I've never really used it before. The criteria… object coordinates, vary over time and should use shaders and
GLSL
. Basically, we make an object and the colors change on…
Re: How do I even start researching on OpenGL Color Animation?
Programming
Software Development
13 Years Ago
by Lerner
I've never used
GLSL
but a simple search using Google came up with the 3 websites I use when using plain old OpenGL. Seems as good a place as any.
Re: How do I even start researching on OpenGL Color Animation?
Programming
Software Development
13 Years Ago
by BobS0327
[An introduction to OpenGL
GLSL
](http://nehe.gamedev.net/article/glsl_an_introduction/25007)
Re: How do I even start researching on OpenGL Color Animation?
Programming
Software Development
13 Years Ago
by mike_2000_17
You also should take a look at [Shader Designer](http://www.opengl.org/sdk/tools/ShaderDesigner/). This is an IDE for
GLSL
, I've used it in the past when I played around with shaders, it's pretty nice and easy. I think it also provides base codes to start from.
Please Help in JOGL -- Urgent --
Programming
Software Development
16 Years Ago
by a_elsayed2010
… draw on painter stand some one advice me to use
GLSL
but when I try small example of it I get…
How to give polygon a normal in OpenGl?
Programming
Software Development
14 Years Ago
by broli100
Hi, I want to put
GLSL
shader in my game to get realistic shadows and lighting. …
OpenGL Chameleon Effect
Programming
Game Development
13 Years Ago
by communism
I was wondering if there is any way to have a chameleon effect such as in Oblivion, or "Active Camo" from the Halo series . I'm assuming
GLSL
will be involved.
Static scene and camera in a car Maya
Programming
Game Development
12 Years Ago
by dark_sider_1
… that's not allowed and I'm having trouble picturing
GLSL
with rain? Thanks for your help!
Game :: Dangerous pre - alpha demo
Programming
Game Development
8 Years Ago
by Mushy-pea
… since late last year, writing an engine in Haskell and
GLSL
that includes 3D graphics, basic physics and programmable game logic…
Re: What is the most powerful programming language?
Programming
Computer Science
10 Years Ago
by Tcll
… powerful than C, and it's a C-based language. **
GLSL
** why? the GPU is thousands of times more powerful than…'m using python as a backend, but I'm using
GLSL
for my power. for example, my program UMC: all of… Pipeline (FFP) this will be updated later on with pure
GLSL
, where all of the CPU control will be done on…
Re: What is the most powerful programming language?
Programming
Computer Science
10 Years Ago
by mike_2000_17
… only 1 language that's more powerful than C, **
GLSL
** Really??
GLSL
is only for vertex and fragment shaders in OpenGL, and… as multiple cores. So, for example, when you have a
GLSL
shader that is applied to a buffer of pixels, it…
Re: What is the most powerful programming language?
Programming
Computer Science
10 Years Ago
by Tcll
…: btw, PyStream is a Python sub-set of
GLSL
translated back into
GLSL
before being compiled, so it's a very limited…
Re: What is the most powerful programming language?
Programming
Computer Science
10 Years Ago
by Tcll
… well... documentation is quite lacking when it comes to learning
GLSL
... I've been doing some pretty amazing work with display… support them in their hardware. :) I still want to use
GLSL
though for efficiency reasons and BECAUSE I'm a python…
Re: What is the most powerful programming language?
Programming
Computer Science
10 Years Ago
by Tcll
… you have one and it supports a good portion of
GLSL
to where you don't need the GL-FFP. I… have an onboard IntelGFX 82845G that lightly supports
GLSL
. (I'm not sure if it supports pixel buffers or…
Re: What is the most powerful programming language?
Programming
Computer Science
10 Years Ago
by Tcll
… up-vote for this point yes, this is exactly why
GLSL
was considered, for the computers (in general) that support it…. ___ comparing your argument of the mac mini not supporting
GLSL
(as it's not a gaming PC), is like comparing…
Re: Best programming language for video games
Programming
Game Development
10 Years Ago
by Tcll
… prefer Portable Python 2.7 with PyOpenGL and PyGLFW using
GLSL
(GL 4.0 preferred) for code simplicity. (use…
GLSL
and make the GPU do most of the work (especially …
Re: What skills do I need? What do I need to start getting familiar with?
Programming
Game Development
17 Years Ago
by FireNet
…,DX) 3D - (basics, rendering, lighting) Physics - (basics, some API) Shaders - (
GLSL
,HSL, CG) Engines - (pick one or 2) Networking - (some APIs…
Re: why does no one use C
Programming
Software Development
14 Years Ago
by 0x69
… is used by mainstream. - GPU programming - take a look at
GLSL
shader language, which is based on C, - C is mainstream…
Re: When it comes to developing... Windows or Linux?
Programming
Game Development
14 Years Ago
by 0x69
… under Linux/Mac/Windows: [url]http://en.wikipedia.org/wiki/
GLSL
#IDE[/url] From these nothing beats feature-rich and bug…
Re: When it comes to developing... Windows or Linux?
Programming
Game Development
14 Years Ago
by pato wlmc
… under Linux/Mac/Windows: [url]http://en.wikipedia.org/wiki/
GLSL
#IDE[/url] From these nothing beats feature-rich and bug…
Re: How much C++ do I need to know?
Programming
Software Development
14 Years Ago
by mike_2000_17
…, more intelligently and more productively. For computer game: C++, OpenGL /
GLSL
, SDL or GLUI, Boost libraries, ODE (if you don't…
Re: XCode closing OpenGL program quickly?
Programming
Software Development
13 Years Ago
by dark_sider_1
… | GLUT_ALPHA | GLUT_DEPTH); glutInitWindowPosition(100,100); glutInitWindowSize(RENDER_WIDTH,RENDER_HEIGHT); glutCreateWindow("
GLSL
Shadow mapping"); printf("Shadow Map: %.0fx%.0f\n…
1
2
Next
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC