[Numpy-discussion] RailGun: ctypes utilities for faster and easier simulation programming in C and Python - announcement

Takafumi Arakaki aka.tkf at gmail.com
Mon Oct 25 07:22:39 EDT 2010


I hope this mailing list is right place to post.
Please read full document here:
http://tkf.bitbucket.org/railgun-doc/index.html


RailGun: Accelerate your simulation programing with "C on Rails"
================================================================

Overview
--------

RailGun is ctypes utilities for faster and easier simulation
programming in C and Python. It requires constraint to C library
loaded from Python and gives you automatically generated Python class
which calls C functions safely.


Installation
------------
::

    easy_install railgun  # using setuptools
    pip install railgun   # using pip


Usage
-----

Please read
`document <http://tkf.bitbucket.org/railgun-doc/index.html>`_ and
`samples <https://bitbucket.org/tkf/railgun/src/tip/samples/>`_.


Requirement
-----------
- Numpy
- (matplotlib for sample code)


Sincerely,
Takafumi Arakaki
---
Master course student
Department of Modern Mechanical Engineering
Waseda University
Laboratory of Neurophysics and Physiology
Universite Paris Descartes



More information about the NumPy-Discussion mailing list