Can you open a project for xcvb with frideau as administrator? With a
git repository?
Can you send account opening instructions for sbrody(a)itasoftware.com?
[ François-René ÐVB Rideau | Reflection&Cybernethics | http://fare.tunes.org ]
When a man assumes a public trust, he should consider himself
as public property.
-- Thomas Jefferson
Hi,
I just added a start condition feature to cl-lexer.
but the email address of original author can not be reached. And there is no
mail list about this package.
So Could I open a new project to this one?
Regards,
Haiwei
Dear admin,
I'd like to create a new project at common-lisp.net. I am developing
cells-ode, a clos abstraction layer for Thomas Atkins' cl-ode [1]
using Ken Tilton's cells [2]. The license is LLGPL [3]. The purpose
is to treat ODE objects just like clos objects with cells' data flow
extensions.
I wrote pretty much the entire code myself, thanks go to Ken Tilton
for invaluable advice and debugging.
My clnet user name is phildebrandt. I suggest to make Ken Tilton
(cc'd) a project member.
cells-ode has been tested on SBCL/Linux (by me) and ACL/Windows (by
Ken Tilton). It does not use implementation specific extensions, so
it should be straightforward to port to other implementations. The
dependencies are cl-ode (asdf-install, 0.8), cells (CVS, 3.0), and
cffi (asdf-install, 0.9.2 or darcs).
cells-ode is a fairly complete mapping of ODE 0.8, lacking only a few
advanced features. One of the highlights is fully transparent support
for collision detection. Among the extensions planned for the near
future are primitives for composite objects and a DSL for scene
descriptions.
Currently the source can be found in the cells CVS on common-lisp.net:
http://common-lisp.net/cgi-bin/viewcvs.cgi/cells-ode/?root=cells
In the following I will give a few usage examples taken from
test-c-ode.lisp [4]. For example, to create a sphere object with a
corresponding mass, you might say:
(make-instance 'body
:md-name :body1
:position (c-in #(0 -1 1))
:mass (c-in (make-instance 'sphere-mass :radius (c-in .5))))
;; Instead of about half a dozen ODE calls via cl-ode
Attaching a joint to body1 and body2 is straightforward, too:
(make-instance 'hinge-joint :md-name :joint :axis #(0 1 0) :anchor #(10 1.2 .5))
(attach (obj :joint) (obj :body1) (obj :body2)) ;; (obj :name)
references objects by their md-name.
Thanks in advance,
Peter
----------
[1] http://common-lisp.net/project/cl-ode/
[2] http://common-lisp.net/project/cells/
[3] http://opensource.franz.com/preamble.html
[4] http://common-lisp.net/cgi-bin/viewcvs.cgi/cells-ode/test-c-ode.lisp?rev=1.…
fyi: accessing http://trac.common-lisp.net/ results in
Proxy Error
The proxy server received an invalid response from an upstream server.
The proxy server could not handle the request GET /.
Reason: Could not connect to remote machine: Connection refused
Apache/1.3.33 Server at trac.common-lisp.net Port 80
Not that I'll need it any time soon. :p
-- Larry Clapp
I've received various bounces from common-lisp.net mailing lists today
which looked like this:
host mx.freenet.de[195.4.92.211] said: 550 inconsistent or no
DNS PTR record for 80.68.86.115 (see RFC 1912 2.1) (in reply to
RCPT TO command)
Is there a problem with the c-l.net DNS setup?
Cheers,
Edi.