Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoSign in
Socket

glass-engine

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

glass-engine - pypi Package Compare versions

Comparing version
0.1.54
to
0.1.55
+2
-2
glass_engine.egg-info/PKG-INFO
Metadata-Version: 2.1
Name: glass_engine
Version: 0.1.54
Version: 0.1.55
Summary: An easy-to-use 3D rendering engine for Python

@@ -14,3 +14,3 @@ Home-page: https://github.com/Time-Coder/Glass-Engine

License-File: LICENSE
Requires-Dist: python-glass>=0.1.54
Requires-Dist: python-glass==0.1.55
Requires-Dist: assimpy>=5.3.1.3

@@ -17,0 +17,0 @@ Requires-Dist: pytweening

@@ -1,3 +0,3 @@

python-glass>=0.1.54
python-glass==0.1.55
assimpy>=5.3.1.3
pytweening

@@ -17,3 +17,4 @@ __version__ = "0.1.52"

import glm
from OpenGL import GL
from glass import GlassConfig

@@ -30,21 +30,16 @@ import os

self_folder = os.path.dirname(os.path.abspath(__file__))
datas = find_files("glsl")
datas.append(
(
os.path.abspath(
os.path.dirname(os.path.abspath(__file__))
+ "/../images/glass_engine_logo64.png"
).replace("\\", "/"),
"glass_engine/images",
)
datas.extend(
[
(
os.path.abspath(self_folder + "/../images/glass_engine_logo64.png").replace("\\", "/"),
"glass_engine/images",
),
(
os.path.abspath(self_folder + "/../LICENSE").replace("\\", "/"),
"glass_engine",
)
]
)
datas.append(
(
os.path.abspath(
os.path.dirname(os.path.abspath(__file__)) + "/../LICENSE"
).replace("\\", "/"),
"glass_engine",
)
)

@@ -51,0 +46,0 @@ hiddenimports = [

@@ -6,2 +6,3 @@ from .ShaderEffect import ShaderEffect

from glass import sampler2D
from OpenGL import GL

@@ -8,0 +9,0 @@ import os

@@ -37,3 +37,2 @@ from ..Manipulators.Manipulator import Manipulator

import OpenGL.GL.ARB.bindless_texture as bt
import os

@@ -40,0 +39,0 @@

Metadata-Version: 2.1
Name: glass_engine
Version: 0.1.54
Version: 0.1.55
Summary: An easy-to-use 3D rendering engine for Python

@@ -14,3 +14,3 @@ Home-page: https://github.com/Time-Coder/Glass-Engine

License-File: LICENSE
Requires-Dist: python-glass>=0.1.54
Requires-Dist: python-glass==0.1.55
Requires-Dist: assimpy>=5.3.1.3

@@ -17,0 +17,0 @@ Requires-Dist: pytweening

@@ -25,3 +25,3 @@ import setuptools

name="glass_engine",
version="0.1.54",
version="0.1.55",
author="王炳辉 (BingHui-WANG)",

@@ -40,3 +40,3 @@ author_email="binghui.wang@foxmail.com",

install_requires=[
"python-glass>=0.1.54",
"python-glass==0.1.55",
"assimpy>=5.3.1.3",

@@ -43,0 +43,0 @@ "pytweening"