Releases: FrewtyPebbles/Loxoc-Python3D-Game-Engine
1.0.0.dev45
Dev Release Notes
This a development build of Loxoc.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Loxoc
Changelog:
- Minor bug fix.
1.0.0.dev44
Dev Release Notes
This a development build of Loxoc.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Loxoc
Changelog:
-
Fixed
Material
Texture
properties. -
Fixed
Texture
transparency in fragment shader.
1.0.0.dev43
Dev Release Notes
This a development build of Loxoc.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Loxoc
Changelog:
- Added type stubs for material class texture properties.
1.0.0.dev42
Dev Release Notes
This a development build of Loxoc.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Loxoc
Changelog:
- Fixed type-stubs and added
material
andsprite
properties toObject2D
.
1.0.0.dev41
Dev Release Notes
This a development build of Loxoc.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Loxoc
Changelog:
- Removed
__cinit__
for potentially causing bugs.
1.0.0.dev40
Dev Release Notes
This a development build of Loxoc.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Loxoc
Changelog:
- Fixed memory leak from colliders not collected properly.
1.0.0.dev39
Dev Release Notes
This a development build of Loxoc.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Loxoc
Changelog:
- Added checks for object when removing it from the scene.
1.0.0.dev38
Dev Release Notes
This a development build of Loxoc.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Loxoc
Changelog:
- Fixed default argument bug.
1.0.0.dev37
Dev Release Notes
This a development build of Loxoc.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Loxoc
Changelog:
- Potential bug fix by removing mutable default arguments.
1.0.0.dev36
Dev Release Notes
This a development build of Loxoc.
Any and all API may or may not be changed/improved in the future. This build is not ready for production.
Feel free to test it out though!
Wheels are available on Windows and Linux:
pip install Loxoc
Changelog:
- Changed debug render shader versions to be more compatible.