Skip to content

Exposes Assetto Corsa shared memory pages as python module from C-API

Notifications You must be signed in to change notification settings

tech8023/ACLIB_plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACLIB_plugin

Increases performance of ACLIB by calling the Python C-API instead of computing everything in Python.

Work in progress.

Build

Python 3.3 which is used by Assetto Corsa requires modules to be built with msvc++ 10.0.

Via CMake

mkdir build cd build cmake ..

Via Python

python setup.py build_ext --inplace

About

Exposes Assetto Corsa shared memory pages as python module from C-API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 96.0%
  • CMake 2.3%
  • Python 1.7%