Browse thread
What does Jane Street use/want for an IDE? What about you?
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | Florent Monnier <fmonnier@l...> |
| Subject: | Re: [Caml-list] What does Jane Street use/want for an IDE? What about you? |
> it just composes pixmaps into OpenGL textures. in case there would be Xlib/openGL hackers interested by this technique which is explained here for C: http://www.opengl.org/wiki/index.php/Programming_OpenGL_in_Linux:_Creating_a_texture_from_a_Pixmap it can be achieved in OCaml too, this demo program converted from C to ocaml as the script called "pixmap_to_gl.ml" is in the Xlib-OCaml bindings there: http://www.linux-nantes.org/~fmonnier/OCaml/Xlib/