Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python.announce > #762
| Path | csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <runar.tenfjord@gmail.com> |
| X-Original-To | python-announce-list@python.org |
| Delivered-To | python-announce-list@mail.python.org |
| X-Spam-Status | OK 0.059 |
| X-Spam-Evidence | '*H*': 0.88; '*S*': 0.00; 'binary': 0.05; 'subject:ANN': 0.07; 'received:mail-vb0-f46.google.com': 0.09; 'url:github': 0.09; 'utilizing': 0.09; 'library': 0.15; 'kernel.': 0.16; 'vertex': 0.16; '2.1': 0.17; 'received:209.85.212.46': 0.18; 'windows': 0.19; 'libraries': 0.22; 'needed.': 0.23; '----------': 0.26; 'library.': 0.27; 'message-id:@mail.gmail.com': 0.27; 'received:209.85.212': 0.28; '(optional)': 0.29; 'buffers': 0.29; 'included': 0.29; 'related': 0.30; 'subject: : ': 0.30; 'version': 0.34; 'received:google.com': 0.34; 'expected': 0.35; 'received:209.85': 0.35; 'announce': 0.36; 'visual': 0.36; 'level': 0.37; 'quite': 0.37; 'received:209': 0.37; 'some': 0.38; 'page': 0.38; 'description': 0.39; 'gives': 0.39; 'to:addr:python.org': 0.39; 'release': 0.39; 'header:Received:5': 0.40; 'most': 0.61; 'high': 0.61; 'first': 0.61; 'url:index': 0.61; 'maximum': 0.63; 'to:addr:python-announce-list': 0.65; 'home': 0.66; 'pleased': 0.66; 'direct': 0.69; 'quality': 0.69; 'visualized': 0.91; 'modelling': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=64mflzbBFhgTorhTLZRqmOo4FjOIsgYiOD8naM7/kjg=; b=x6LFbtKYJsfojTO0hgffr1VFRjV77z4LQWpfIXiP82sEzZALl10sl78F36qxCLbSs7 Smt7JWdiHwgY4RLcQp9yNKeaclp8xRIWDNZ2VXZOIRnwUlrIab82YyvJscDhJM8bzN4m 6rJO8afQm9VEtX+4fOLg/okDqawxdqUQ1yF7LZ8g5L0M76RPdYyFb6uH4l3H5l4QD4xu VDgEc0V6ZEdqbdmRrqf2u3KFk7tv3i2bqdOvrK2tAeG3khzFn6y9QQ1EOvPPEY4PfMZ5 yxT+OI0XgFcZcugQWShFmKohTcPlPxmx3LQUCyNICA+wdK/ZEWq4PWzgM8HKTjTlWrPK sF/w== |
| MIME-Version | 1.0 |
| Date | Fri, 23 Nov 2012 15:56:38 +0100 |
| Subject | ANN : occmodel v0.1.0 |
| From | Runar Tenfjord <runar.tenfjord@gmail.com> |
| To | python-announce-list@python.org |
| Content-Type | text/plain; charset=UTF-8 |
| X-Mailman-Approved-At | Fri, 23 Nov 2012 17:26:09 +0100 |
| X-BeenThere | python-announce-list@python.org |
| X-Mailman-Version | 2.1.15 |
| Precedence | list |
| Reply-To | python-list@python.org |
| List-Id | Announcement-only list for the Python programming language <python-announce-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-announce-list/> |
| List-Post | <mailto:python-announce-list@python.org> |
| List-Help | <mailto:python-announce-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-announce-list>, <mailto:python-announce-list-request@python.org?subject=subscribe> |
| Approved | python-announce-list@python.org |
| Newsgroups | comp.lang.python.announce |
| Message-ID | <mailman.232.1353687970.29569.python-announce-list@python.org> (permalink) |
| Lines | 35 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1353687970 news.xs4all.nl 6883 [2001:888:2000:d::a6]:52189 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python.announce:762 |
Show key headers only | View raw
I am pleased to announce the first official release of occmodel (v0.1.0) and the releated libraries geotools/gltools. Description ---------- occmodel is a small library which gives a high level access to the OpenCASCADE modelling kernel. For most users a direct use of the OpenCASCADE modelling kernel can be quite a hurdle as it is a huge library. The geometry can be visualized with the included viewer. This viewer is utilizing modern OpenGL methods like GLSL shaders and vertex buffers to ensure visual quality and maximum speed. To use the viewer OpenGL version 2.1 is needed. Home page : http://github.com/tenko/occmodel Documentation : http://tenko.github.com/occmodel/index.html In addition the following related libraries are released: geotools (required) : http://github.com/tenko/geotools Documentation : http://tenko.github.com/geotools/index.html gltools (optional) : http://github.com/tenko/gltools Documentation : http://tenko.github.com/gltools/index.html As this is the first official release some hurdles are expected Binary installers are available for the Windows platform. Best regards Runar Tenfjord
Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread
ANN : occmodel v0.1.0 Runar Tenfjord <runar.tenfjord@gmail.com> - 2012-11-23 15:56 +0100
csiph-web