使用 UV 包管理器

This commit is contained in:
2025-04-30 23:40:28 +08:00
parent bf400ca9c2
commit f33d7bbec8
33 changed files with 49 additions and 239 deletions

1
pulsar/.python-version Normal file
View File

@@ -0,0 +1 @@
3.13

0
pulsar/agent_logs.log Normal file
View File

Binary file not shown.

View File

@@ -1,6 +1,4 @@
import vgl
from lib import vgl
name = "Marking Lines"
def main(window):
@@ -22,3 +20,6 @@ def main(window):
for i in lines:
i.set_color('#' + str((info['cursor']['position'][0] + info['cursor']['position'][1]*100 + info['cursor']['position'][0]*10000) % 999999).zfill(6))
observer()
#@vgl.loop # TODO
#def toloop():
# pass

View File

@@ -1,9 +1,10 @@
import vgl
from lib import vgl
from lib import agency
import colorama
import os
import importlib.util
window = vgl.Window(title="Pulsar", size=(1024, 768))
window = vgl.Window(title="Pulsar", size=(1600, 1000))
def loader():
components_dir = "components"

7
pulsar/pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[project]
name = "Pulsar"
version = "0.1.0"
description = "A client implementation of AiraPulsar Flight Control System"
readme = "README.md"
requires-python = ">=3.13"
dependencies = []

View File

@@ -1 +0,0 @@
/home/ajax/Documents/Index/302A/vgl