Coder Social home page Coder Social logo

assetto-corsa-hot-plugin's Introduction

[python] collection of AC development tools


When I made the DeltaBar plugin, I wanted to be able to iterate fast.

Having to relaunch an AC session to reload the plugin
after each development cycle is excruciatingly slow.

Also, I am not a Windows developer, and am more comfortable with a Linux CLI.

So, I made a "hot reload" system.

I can develop on my Linux box, hit "send", and suddenly the new plugin
version is running within an AC session.  An error or a slight change?
Just "send" again and now it's updated.  I can read any exceptions
on the linux side, and also pop open an interactive console to test
the AC API with a REPL, while AC is running.

There's a working example at
https://github.com/jamessanford/assetto-corsa-hot-plugin/

Just replace 'hot_app' and 'HotApp' to make it your own.



I also noticed that some other developers have made their own set of tools.

Here is what I know of:

View all AC API values inside the sim:
  http://www.assettocorsa.net/forum/index.php?threads/monitor-app-for-complete-ac-api.22249/

A stubbed out version of ac/acsys so you can smoke test your code:
  https://github.com/WarriorOfAvalon/AssettoCorsaDevLibs

An offline mode for ac/acsys that appears to record the calls in online mode
and replay valid return values when offline:
  ptracker ACSIM 'acsim.py' 'app_skeleton'

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.