Thread: Scene Description Language in C

  1. #1
    Registered User
    Join Date
    Jan 2010
    Posts
    1

    Smile Scene Description Language in C

    i just ant one favor, i want to develop a "Scene Description Language in C". the language will have a syntax which will be scanned by "Flex" and will be parsed through "Bison". after this we have to check the semantic and have to translate it to an intermediate language which will be delivered to opengl for producing graphics.
    I don’t have any idea how flex and bison works. Also I am ignorant of openGL. If anybody have any contribution to this project, i am grateful

  2. #2
    Registered User VirtualAce's Avatar
    Join Date
    Aug 2001
    Posts
    9,607
    Sounds like you need to learn a bit about:

    • OpenGL
    • Flex
    • Bison


    ...before proceeding.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Message class ** Need help befor 12am tonight**
    By TransformedBG in forum C++ Programming
    Replies: 1
    Last Post: 11-29-2006, 11:03 PM
  2. assembly language...the best tool for game programming?
    By silk.odyssey in forum Game Programming
    Replies: 50
    Last Post: 06-22-2004, 01:11 PM
  3. Language of choice after C++
    By gandalf_bar in forum A Brief History of Cprogramming.com
    Replies: 47
    Last Post: 06-15-2004, 01:20 AM
  4. Enough language discussions.
    By VirtualAce in forum A Brief History of Cprogramming.com
    Replies: 3
    Last Post: 06-13-2004, 09:59 AM
  5. Computer Language VS Spoken Language
    By Isometric in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 02-04-2002, 03:47 PM