Skip to content

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

License

Notifications You must be signed in to change notification settings

somenoe/raylib-hot-reload-python

Repository files navigation

Raylib Python Hot Reload

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

What you need

How to set up the project

  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

.bat files (Windows)

  • 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