Mailing list for all users of the OCaml language and system.
 help / color / mirror / Atom feed
From: Sven <luther@dpt-info.u-strasbg.fr>
To: John Max Skaller <skaller@ozemail.com.au>
Cc: Warp <warplayer@free.fr>, Will Benton <willb@cs.wisc.edu>,
	caml-list@inria.fr
Subject: Re: [Caml-list] OCamlSDL
Date: Sat, 20 Apr 2002 14:19:37 +0200	[thread overview]
Message-ID: <20020420141937.B3171@dpt-info.u-strasbg.fr> (raw)
In-Reply-To: <3CC1329B.6090608@ozemail.com.au>; from skaller@ozemail.com.au on Sat, Apr 20, 2002 at 07:19:23PM +1000

On Sat, Apr 20, 2002 at 07:19:23PM +1000, John Max Skaller wrote:
> Sven wrote:
> 
> >
> >Yes, if they are clearly isolated, which is something that ocaml makes easier,
> >then this could be done easily.
> >
> This is actually very hard to do.  In general, there is a tight
> integration between graphics and game-play engine.
> Mainly, this is because realtime behaviour demand it:
> even abstraction layers like D3D etc cause serious problems
> due to to inadequate coupling .. Diablo II is a pefect example
> of extremely bad interactive design precisely because
> it didn't lock the frame rate down, or phase lock the
> NPCs properly...the graphics were absolutely superb ..
> but they had no idea what to do about non-constant rendering
> times or how to synch the client and server properly in the presence
> of internet lag .. Blizzard sold heaps .. but their reputation is
> in tatters now ..

Mmm, yes but :

you could move all the graphic access stuff into a module, and have your
rendering code becomes a functor of such a module. True you loose a bit of
speed because of functor application and such, but i don't think it will be
that significant if you don't go down to the real low level.

That is one of the things that you can easily do in ocaml and which are not
possible in existing commercial games.

Friendly,

Sven Luther
-------------------
To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr
Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/
Beginner's list: http://groups.yahoo.com/group/ocaml_beginners


  reply	other threads:[~2002-04-20 12:18 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-04-18 14:32 Luc Mazardo
2002-04-18 22:03 ` Warp
2002-04-19 15:49   ` John Max Skaller
2002-04-19 15:58     ` Warp
2002-04-19 16:06       ` Will Benton
2002-04-19 16:13         ` Stefano Lanzavecchia
2002-04-19 16:27           ` Will Benton
2002-04-19 17:20             ` Warp
2002-04-20  9:06             ` John Max Skaller
2002-04-20 12:22               ` Tim Freeman
2002-04-20 12:51                 ` Sven
2002-04-22  6:55                   ` Tom
2002-04-22 20:05                     ` John Max Skaller
2002-04-21 22:56                 ` John Max Skaller
2002-04-22  6:53                   ` William Chesters
2002-04-23 14:50                   ` Oliver Bandel
2002-04-23 15:12                     ` Stefano Lanzavecchia
2002-04-24  1:00                     ` Jacques Garrigue
2002-04-24  1:07                     ` John Max Skaller
2002-04-24  7:02                     ` Sven
2002-04-24  9:04                       ` John Max Skaller
2002-04-24  9:31                         ` Sven
2002-04-24  9:42                           ` Jérôme Marant
2002-04-24 11:00                             ` Jérôme Marant
2002-04-29 10:11                             ` Sven
2002-04-24 16:56                       ` Oliver Bandel
2002-04-19 17:16         ` Warp
2002-04-19 17:45           ` Sven
2002-04-19 18:01             ` Warp
2002-04-19 18:55               ` Vincent Foley
2002-04-20  6:33             ` Alan Schmitt
2002-04-20 12:16               ` Sven
2002-04-20  9:19             ` John Max Skaller
2002-04-20 12:19               ` Sven [this message]
2002-04-20 14:47           ` Vitaly Lugovsky
2002-04-20  9:01       ` John Max Skaller
2002-04-21 12:13         ` Oliver Bandel
2002-04-21 12:27   ` Oliver Bandel
2002-04-24 14:02 Damien Doligez
2002-04-24 14:37 ` Christophe Raffalli

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020420141937.B3171@dpt-info.u-strasbg.fr \
    --to=luther@dpt-info.u-strasbg.fr \
    --cc=caml-list@inria.fr \
    --cc=skaller@ozemail.com.au \
    --cc=warplayer@free.fr \
    --cc=willb@cs.wisc.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox