You've already forked AiraPulsar
使用 UV 包管理器
This commit is contained in:
1
pulsar/.python-version
Normal file
1
pulsar/.python-version
Normal file
@@ -0,0 +1 @@
|
||||
3.13
|
0
pulsar/agent_logs.log
Normal file
0
pulsar/agent_logs.log
Normal file
Binary file not shown.
BIN
pulsar/components/__pycache__/marker.cpython-313.pyc
Normal file
BIN
pulsar/components/__pycache__/marker.cpython-313.pyc
Normal file
Binary file not shown.
@@ -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
|
@@ -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
7
pulsar/pyproject.toml
Normal 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 = []
|
@@ -1 +0,0 @@
|
||||
/home/ajax/Documents/Index/302A/vgl
|
Reference in New Issue
Block a user