Skip to content

Releases: FrewtyPebbles/Loxoc-Python3D-Game-Engine

1.0.0.dev45

20 Sep 23:06
Compare
Choose a tag to compare
1.0.0.dev45 Pre-release
Pre-release

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

20 Sep 21:06
Compare
Choose a tag to compare
1.0.0.dev44 Pre-release
Pre-release

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

19 Sep 06:28
Compare
Choose a tag to compare
1.0.0.dev43 Pre-release
Pre-release

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

19 Sep 06:12
Compare
Choose a tag to compare
1.0.0.dev42 Pre-release
Pre-release

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 and sprite properties to Object2D.

1.0.0.dev41

18 Sep 23:02
Compare
Choose a tag to compare
1.0.0.dev41 Pre-release
Pre-release

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

18 Sep 22:24
Compare
Choose a tag to compare
1.0.0.dev40 Pre-release
Pre-release

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

18 Sep 19:15
Compare
Choose a tag to compare
1.0.0.dev39 Pre-release
Pre-release

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

18 Sep 18:48
Compare
Choose a tag to compare
1.0.0.dev38 Pre-release
Pre-release

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

18 Sep 18:05
Compare
Choose a tag to compare
1.0.0.dev37 Pre-release
Pre-release

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

17 Sep 21:25
10484aa
Compare
Choose a tag to compare
1.0.0.dev36 Pre-release
Pre-release

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.