somenoe/raylib-hot-reload-python

Repository files navigation

A proof of concept of using hot reload with the raylib library in Python.

  1. Create a virtual environment:

    uv venv
  2. Activate the virtual environment:

    .venv\Scripts\activate
  3. Deactivate the virtual environment: (Run this in the same terminal after activating)

    .venv\Scripts\deactivate
  • install: Installs the necessary tools and creates the virtual environment.
  • freeze: Creates a list of required packages.
  • dev: Runs the project during development.
  • build: Creates an .exe file.
  • exe: Runs the .exe file created by build.
  • aider: Use an AI chatbot (optional).

About

A proof of concept of using hot reload with the Raylib library in Python.

Topics

Resources

License

Stars

Watchers

Forks